Home
last modified time | relevance | path

Searched refs:Format_RGB48 (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/QtAV/QtAV-1.13.0/src/QtAV/
H A DVideoFormat.h123 Format_RGB48, // native endian enumerator
/dports/multimedia/QtAV/QtAV-1.13.0/python/sip/QtAV/
H A DVideoFormat.sip83 Format_RGB48, // native endian
/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DVideoFormat.cpp367 …{ VideoFormat::Format_RGB48, QTAV_PIX_FMT_C(RGB48) }, ///< packed RGB 16:16:16, 48bpp, 16R, 16G,…
754 || pixfmt == Format_RGB48 || pixfmt == Format_RGB48LE || pixfmt == Format_RGB48BE in isRGB()
/dports/multimedia/QtAV/QtAV-1.13.0/src/opengl/
H A DOpenGLHelper.cpp592 …{VideoFormat::Format_RGB48, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT }, //TODO: they are not work for ANG… in videoFormatToGL()