Home
last modified time | relevance | path

Searched refs:OMX_COLOR_FormatYUV420Planar16 (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp88 if (colorFormatNew == OMX_COLOR_FormatYUV420Planar16 in resetFormatIfChanged()
152 case OMX_COLOR_FormatYUV420Planar16: in resetFormatIfChanged()
319 } else if (mColorFormat == OMX_COLOR_FormatYUV420Planar16) { in render()
DColorConverter.cpp83 case OMX_COLOR_FormatYUV420Planar16: in isValid()
148 case OMX_COLOR_FormatYUV420Planar16: in BitmapParams()
225 case OMX_COLOR_FormatYUV420Planar16: in convert()
427 case OMX_COLOR_FormatYUV420Planar16: in getReadFromSrc()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp159 int32_t bpp = (mOutputFormat == OMX_COLOR_FormatYUV420Planar16) ? 2 : 1; in updatePortDefinitions()
319 int32_t bpp = (outDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420Planar16) ? 2 : 1; in copyYV12FrameToOutputBuffer()
DOMXUtils.cpp227 if (fmt == OMX_COLOR_FormatYUV420Planar16) { in DescribeDefaultColorFormat()
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp164 outputColorFormat = OMX_COLOR_FormatYUV420Planar16; in outputBuffers()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_IVCommon.h169 OMX_COLOR_FormatYUV420Planar16 = 0x7F42016B, enumerator
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1667 && ((mSoftRenderer != NULL && colorFormat == OMX_COLOR_FormatYUV420Planar16) in requestCpuBoostIfNeeded()