Searched refs:OMX_TI_COLOR_FormatYUV420PackedSemiPlanar (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp66 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
189 CHECK_EQ(mColorFormat, OMX_TI_COLOR_FormatYUV420PackedSemiPlanar);
H A DColorConverter.cpp49 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
121 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
/frameworks/base/cmds/stagefright/
H A Drecordvideo.cpp143 if (color == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar ||
/frameworks/base/include/media/stagefright/openmax/
H A DOMX_IVCommon.h160 OMX_TI_COLOR_FormatYUV420PackedSemiPlanar = 0x7F000100, enumerator in enum:OMX_COLOR_FORMATTYPE
/frameworks/base/media/libstagefright/
H A DCameraSource.cpp110 if (!strcmp(colorFormat, "OMX_TI_COLOR_FormatYUV420PackedSemiPlanar")) {
111 return OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
H A DOMXCodec.cpp887 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
1405 || format.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
4131 if (type == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar) {
4132 return "OMX_TI_COLOR_FormatYUV420PackedSemiPlanar";
H A DACodec.cpp996 || format.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar

Completed in 160 milliseconds