Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/fuzzer/
Dcolor_conversion_fuzzer.cpp39 OMX_COLOR_FormatYUV444Y410, COLOR_Format32bitABGR2101010};
63 case OMX_COLOR_FormatYUV444Y410: { in getFrameSize()
DREADME.md16 …mat16bitRGB565` <br/>4. `OMX_COLOR_Format32bitBGRA8888`<br/>5.`OMX_COLOR_FormatYUV444Y410`<br/>6. …
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_IVCommon.h174 OMX_COLOR_FormatYUV444Y410 = 0x7F444AAA, enumerator
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp186 mColorFormat, OMX_COLOR_FormatYUV444Y410); in resetFormatIfChanged()
DColorConverter.cpp514 if (mDstFormat == OMX_COLOR_FormatYUV444Y410) { in isValid()
592 case OMX_COLOR_FormatYUV444Y410: in BitmapParams()
1378 if (mDstFormat == OMX_COLOR_FormatYUV444Y410) { in convertYUV420Planar16()