Home
last modified time | relevance | path

Searched refs:OMX_COLOR_FormatYUV420Flexible (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/media/openmax/
DOMX_IVCommon.h165 OMX_COLOR_FormatYUV420Flexible = 0x7F420888, enumerator
DOMX_AsString.h630 case OMX_COLOR_FormatYUV420Flexible:
/frameworks/av/media/libstagefright/
DACodec.cpp1471 requestedColorFormat == OMX_COLOR_FormatYUV420Flexible) { in configureCodec()
2275 && flexibleEquivalent == OMX_COLOR_FormatYUV420Flexible) { in setSupportedOutputFormat()
2471 if (colorFormat != OMX_COLOR_FormatYUV420Flexible) { in setupVideoEncoder()
3434 *flexibleEquivalent = OMX_COLOR_FormatYUV420Flexible; in isFlexibleColorFormat()