Home
last modified time | relevance | path

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

/dports/net-im/qTox/qTox-1.17.4/src/platform/camera/
H A Dv4l2.h34 QString getPixelFormatString(uint32_t pixel_format);
H A Dv4l2.cpp214 QString v4l2::getPixelFormatString(uint32_t pixel_format) in getPixelFormatString() function in v4l2
/dports/net-im/qTox/qTox-1.17.4/src/video/
H A Dcameradevice.cpp193 … const std::string pixelFormatStr = v4l2::getPixelFormatString(mode.pixel_format).toStdString(); in open()
476 QString CameraDevice::getPixelFormatString(uint32_t pixel_format) in getPixelFormatString() function in CameraDevice
479 return v4l2::getPixelFormatString(pixel_format); in getPixelFormatString()
H A Dcameradevice.h46 static QString getPixelFormatString(uint32_t pixel_format);
/dports/net-im/qTox/qTox-1.17.4/src/widget/form/settings/
H A Davform.cpp310 … std::string pixelFormat = CameraDevice::getPixelFormatString(mode.pixel_format).toStdString(); in fillCameraModesComboBox()
352 … std::string pixelFormat = CameraDevice::getPixelFormatString(mode.pixel_format).toStdString(); in fillScreenModesComboBox()