Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/fuzzer/
Dcolor_conversion_fuzzer.cpp38 OMX_COLOR_Format16bitRGB565, OMX_COLOR_Format32BitRGBA8888, OMX_COLOR_Format32bitBGRA8888,
68 case OMX_COLOR_Format32BitRGBA8888: in getFrameSize()
DREADME.md16 |`kDstFormatType`| 0. `OMX_COLOR_Format16bitRGB565`<br/>1. `OMX_COLOR_Format32BitRGBA8888`<br/>2. `…
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp94 || colorFormat == OMX_COLOR_Format32BitRGBA8888 in isRGB()
500 || mDstFormat == OMX_COLOR_Format32BitRGBA8888 in isValidForMediaImage2()
520 || mDstFormat == OMX_COLOR_Format32BitRGBA8888 in isValid()
533 || mDstFormat == OMX_COLOR_Format32BitRGBA8888 in isValid()
590 case OMX_COLOR_Format32BitRGBA8888: in BitmapParams()
925 case OMX_COLOR_Format32BitRGBA8888: in convertYUV420PlanarUseLibYUV()
1013 case OMX_COLOR_Format32BitRGBA8888: in convertYUV420SemiPlanarUseLibYUV()
1143 case OMX_COLOR_Format32BitRGBA8888: in getWriteToDst()
DSoftwareRenderer.cpp150 case OMX_COLOR_Format32BitRGBA8888: in resetFormatIfChanged()
408 } else if (mColorFormat == OMX_COLOR_Format32BitRGBA8888) { in render()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_IVCommon.h160 OMX_COLOR_Format32BitRGBA8888 = 0x7F00A000, enumerator
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp207 *dstFormat = OMX_COLOR_Format32BitRGBA8888; in getDstColorFormat()