Searched refs:OMX_COLOR_FORMATTYPE (Results 1 - 16 of 16) 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.h236 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
166 } OMX_COLOR_FORMATTYPE; typedef in typeref:enum:OMX_COLOR_FORMATTYPE
H A DOMX_Video.h154 OMX_COLOR_FORMATTYPE eColorFormat;
180 OMX_COLOR_FORMATTYPE eColorFormat;
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h102 OMX_COLOR_FORMATTYPE decOuputColorFormat;
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h153 OMX_COLOR_FORMATTYPE mColorFormat;
/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.cpp647 OMX_COLOR_FORMATTYPE colorFormat) {
701 OMX_COLOR_FORMATTYPE colorFormat, int32_t width, int32_t height) {
728 const sp<MetaData>& meta, OMX_COLOR_FORMATTYPE *colorFormat) {
735 *colorFormat = (OMX_COLOR_FORMATTYPE) targetColorFormat;
743 OMX_COLOR_FORMATTYPE colorFormat, int portIndex) {
805 OMX_COLOR_FORMATTYPE colorFormat;
3498 OMX_COLOR_FORMATTYPE format, OMX_U32 width, OMX_U32 height) {
3976 static const char *colorFormatString(OMX_COLOR_FORMATTYPE type) {
H A DStagefrightMetadataRetriever.cpp287 (OMX_COLOR_FORMATTYPE)srcFormat, OMX_COLOR_Format16bitRGB565);
H A DACodec.cpp1635 OMX_COLOR_FORMATTYPE colorFormat) {
1797 OMX_COLOR_FORMATTYPE colorFormat =
1798 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;
1213 pDecShellContext->decOuputColorFormat = (OMX_COLOR_FORMATTYPE)colorFormat;

Completed in 1347 milliseconds