Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/fuzzer/
DREADME.md16 …32BitRGBA8888`<br/>2. `OMX_COLOR_Format32bitBGRA8888` <br/>3. `OMX_COLOR_Format16bitRGB565` <br/>4…
Dcolor_conversion_fuzzer.cpp38 OMX_COLOR_Format16bitRGB565, OMX_COLOR_Format32BitRGBA8888, OMX_COLOR_Format32bitBGRA8888,
67 case OMX_COLOR_Format32bitBGRA8888: in getFrameSize()
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp95 || colorFormat == OMX_COLOR_Format32bitBGRA8888 in isRGB()
501 || mDstFormat == OMX_COLOR_Format32bitBGRA8888)) in isValidForMediaImage2()
521 || mDstFormat == OMX_COLOR_Format32bitBGRA8888; in isValid()
534 || mDstFormat == OMX_COLOR_Format32bitBGRA8888; in isValid()
589 case OMX_COLOR_Format32bitBGRA8888: in BitmapParams()
909 case OMX_COLOR_Format32bitBGRA8888: in convertYUV420PlanarUseLibYUV()
991 case OMX_COLOR_Format32bitBGRA8888: in convertYUV420SemiPlanarUseLibYUV()
1163 case OMX_COLOR_Format32bitBGRA8888: in getWriteToDst()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_IVCommon.h121 OMX_COLOR_Format32bitBGRA8888, enumerator
DOMX_AsString.h612 case OMX_COLOR_Format32bitBGRA8888:
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp214 *dstFormat = OMX_COLOR_Format32bitBGRA8888; in getDstColorFormat()