Home
last modified time | relevance | path

Searched refs:OMX_COLOR_Format32bitBGRA8888 (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp69 || mDstFormat == OMX_COLOR_Format32bitBGRA8888; in isValid()
85 || mDstFormat == OMX_COLOR_Format32bitBGRA8888; in isDstRGB()
108 case OMX_COLOR_Format32bitBGRA8888: in BitmapParams()
304 case OMX_COLOR_Format32bitBGRA8888: in convertYUV420PlanarUseLibYUV()
387 case OMX_COLOR_Format32bitBGRA8888: in getWriteToDst()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_IVCommon.h121 OMX_COLOR_Format32bitBGRA8888, enumerator
DOMX_AsString.h607 case OMX_COLOR_Format32bitBGRA8888:
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp136 *dstFormat = OMX_COLOR_Format32bitBGRA8888; in getDstColorFormat()