Home
last modified time | relevance | path

Searched refs:OMX_COLOR_FormatUnused (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp103 def.format.video.eColorFormat = OMX_COLOR_FormatUnused; in initPorts()
277 formatParams->eColorFormat = OMX_COLOR_FormatUnused; in internalGetParameter()
349 || formatParams->eColorFormat != OMX_COLOR_FormatUnused) { in internalSetParameter()
DSoftVideoEncoderOMXComponent.cpp138 def.format.video.eColorFormat = OMX_COLOR_FormatUnused; in initPorts()
190 || port->format.video.eColorFormat != OMX_COLOR_FormatUnused) { in internalSetPortParams()
319 formatParams->eColorFormat = OMX_COLOR_FormatUnused; in internalGetParameter()
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp42 : mColorFormat(OMX_COLOR_FormatUnused), in SoftwareRenderer()
/frameworks/native/include/media/openmax/
DOMX_IVCommon.h106 OMX_COLOR_FormatUnused, enumerator
DOMX_AsString.h540 case OMX_COLOR_FormatUnused:
/frameworks/av/media/libstagefright/
DACodec.cpp1469 int32_t requestedColorFormat = OMX_COLOR_FormatUnused; in configureCodec()
1473 int32_t colorFormat = OMX_COLOR_FormatUnused; in configureCodec()
1474 OMX_U32 flexibleEquivalent = OMX_COLOR_FormatUnused; in configureCodec()
2240 legacyFormat.eColorFormat = OMX_COLOR_FormatUnused; in setSupportedOutputFormat()
2249 if (legacyFormat.eColorFormat != OMX_COLOR_FormatUnused) { in setSupportedOutputFormat()
2271 if (legacyFormat.eColorFormat == OMX_COLOR_FormatUnused in setSupportedOutputFormat()
2345 kPortIndexInput, compressionFormat, OMX_COLOR_FormatUnused); in setupVideoDecoder()
2495 kPortIndexOutput, compressionFormat, OMX_COLOR_FormatUnused); in setupVideoEncoder()
2518 video_def->eColorFormat = OMX_COLOR_FormatUnused; in setupVideoEncoder()
3172 video_def->eColorFormat = OMX_COLOR_FormatUnused; in setVideoFormatOnPort()
DOMXCodec.cpp942 kPortIndexOutput, compressionFormat, OMX_COLOR_FormatUnused), in setVideoInputFormat()
958 video_def->eColorFormat = OMX_COLOR_FormatUnused; in setVideoInputFormat()
1305 kPortIndexInput, compressionFormat, OMX_COLOR_FormatUnused); in setVideoOutputFormat()
1326 && colorFormat != OMX_COLOR_FormatUnused in setVideoOutputFormat()
1379 video_def->eColorFormat = OMX_COLOR_FormatUnused; in setVideoOutputFormat()