Home
last modified time | relevance | path

Searched refs:OMX_COLOR_FormatYUV420Planar (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.h128 OMX_COLOR_FORMATTYPE outputFormat = OMX_COLOR_FormatYUV420Planar,
DGoldfishVideoDecoderOMXComponent.cpp64 mOutputFormat(OMX_COLOR_FormatYUV420Planar), in GoldfishVideoDecoderOMXComponent()
375 formatParams->eColorFormat = OMX_COLOR_FormatYUV420Planar; in internalGetParameter()
454 || formatParams->eColorFormat != OMX_COLOR_FormatYUV420Planar) { in internalSetParameter()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp188 OMX_COLOR_FORMATTYPE outputColorFormat = OMX_COLOR_FormatYUV420Planar; in outputBuffers()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp69 #define OMX_COLOR_FormatYUV420Planar 19 macro
502 } else if (frameworkFormat == OMX_COLOR_FormatYUV420Planar && in get_buffer_format()
Dgralloc_old.cpp74 #define OMX_COLOR_FormatYUV420Planar 19 macro
595 } else if (frameworkFormat == OMX_COLOR_FormatYUV420Planar && in gralloc_get_buffer_format()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp83 mOmxColorFormat(OMX_COLOR_FormatYUV420Planar), in GoldfishAVCDec()