Home
last modified time | relevance | path

Searched refs:betterPixelFormat (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/qTox/qTox-1.17.4/src/platform/camera/
H A Dv4l2.h35 bool betterPixelFormat(uint32_t a, uint32_t b);
H A Dv4l2.cpp223 bool v4l2::betterPixelFormat(uint32_t a, uint32_t b) in betterPixelFormat() function in v4l2
/dports/net-im/qTox/qTox-1.17.4/src/video/
H A Dcameradevice.h47 static bool betterPixelFormat(uint32_t a, uint32_t b);
H A Dcameradevice.cpp492 bool CameraDevice::betterPixelFormat(uint32_t a, uint32_t b) in betterPixelFormat() function in CameraDevice
495 return v4l2::betterPixelFormat(a, b); in betterPixelFormat()
/dports/net-im/qTox/qTox-1.17.4/src/widget/form/settings/
H A Davform.cpp275 bool better = CameraDevice::betterPixelFormat(mode.pixel_format, best.pixel_format); in selectBestModes()