Searched refs:OMX_COLOR_FORMATTYPE (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DColorConverter.h31 ColorConverter(OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to);
62 OMX_COLOR_FORMATTYPE mSrcFormat, mDstFormat;
H A DOMXCodec.h256 OMX_COLOR_FORMATTYPE colorFormat);
267 const sp<MetaData>& meta, OMX_COLOR_FORMATTYPE *colorFormat);
270 OMX_COLOR_FORMATTYPE colorFormat, int portIndex);
282 OMX_COLOR_FORMATTYPE format, OMX_U32 width, OMX_U32 height);
H A DACodec.h206 OMX_COLOR_FORMATTYPE colorFormat);
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h44 OMX_COLOR_FORMATTYPE mColorFormat;
/frameworks/native/include/media/openmax/
H A DOMX_Image.h137 OMX_COLOR_FORMATTYPE eColorFormat;
163 OMX_COLOR_FORMATTYPE eColorFormat;
H A DOMX_IVCommon.h105 typedef enum OMX_COLOR_FORMATTYPE { enum
164 } OMX_COLOR_FORMATTYPE; typedef in typeref:enum:OMX_COLOR_FORMATTYPE
H A DOMX_Video.h153 OMX_COLOR_FORMATTYPE eColorFormat;
179 OMX_COLOR_FORMATTYPE eColorFormat;
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h102 OMX_COLOR_FORMATTYPE decOuputColorFormat;
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp43 mColorFormat = (OMX_COLOR_FORMATTYPE)tmp;
H A DColorConverter.cpp28 OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to)
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp641 OMX_COLOR_FORMATTYPE colorFormat) {
695 OMX_COLOR_FORMATTYPE colorFormat, int32_t width, int32_t height) {
722 const sp<MetaData>& meta, OMX_COLOR_FORMATTYPE *colorFormat) {
729 *colorFormat = (OMX_COLOR_FORMATTYPE) targetColorFormat;
737 OMX_COLOR_FORMATTYPE colorFormat, int portIndex) {
799 OMX_COLOR_FORMATTYPE colorFormat;
3494 OMX_COLOR_FORMATTYPE format, OMX_U32 width, OMX_U32 height) {
3972 static const char *colorFormatString(OMX_COLOR_FORMATTYPE type) {
H A DStagefrightMetadataRetriever.cpp287 (OMX_COLOR_FORMATTYPE)srcFormat, OMX_COLOR_Format16bitRGB565);
H A DACodec.cpp1338 OMX_COLOR_FORMATTYPE colorFormat) {
1483 OMX_COLOR_FORMATTYPE colorFormat =
1484 static_cast<OMX_COLOR_FORMATTYPE>(tmp);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp284 OMX_COLOR_FORMATTYPE mEncoderColorFormat;
469 pEncoderContext->mEncoderColorFormat = (OMX_COLOR_FORMATTYPE)encoderInput;
H A DVideoEditorVideoDecoder.cpp1045 pDecShellContext->decOuputColorFormat = (OMX_COLOR_FORMATTYPE)colorFormat;
1207 pDecShellContext->decOuputColorFormat = (OMX_COLOR_FORMATTYPE)colorFormat;

Completed in 195 milliseconds