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

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp69 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
195 CHECK_EQ(mColorFormat, OMX_TI_COLOR_FormatYUV420PackedSemiPlanar);
H A DColorConverter.cpp49 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
121 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp144 if (color == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar ||
/frameworks/native/include/media/openmax/
H A DOMX_IVCommon.h160 OMX_TI_COLOR_FormatYUV420PackedSemiPlanar = 0x7F000100, enumerator in enum:OMX_COLOR_FORMATTYPE
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp110 if (!strcmp(colorFormat, "OMX_TI_COLOR_FormatYUV420PackedSemiPlanar")) {
111 return OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
H A DOMXCodec.cpp703 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
1219 || format.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
4022 if (type == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar) {
4023 return "OMX_TI_COLOR_FormatYUV420PackedSemiPlanar";
H A DACodec.cpp1409 || format.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar

Completed in 85 milliseconds