Searched refs:OMX_COLOR_FormatYUV420Planar (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp146 return OMX_COLOR_FormatYUV420Planar;
165 int colorFormat = OMX_COLOR_FormatYUV420Planar;
H A Drecord.cpp55 colorFormat == OMX_COLOR_FormatYUV420Planar);
161 return OMX_COLOR_FormatYUV420Planar;
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp105 case OMX_COLOR_FormatYUV420Planar:
212 } else if (mColorFormat == OMX_COLOR_FormatYUV420Planar) {
H A DColorConverter.cpp45 case OMX_COLOR_FormatYUV420Planar:
105 case OMX_COLOR_FormatYUV420Planar:
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp40 OMX_COLOR_FormatYUV420Planar,
71 mColorFormat(OMX_COLOR_FormatYUV420Planar),
181 || (port->format.video.eColorFormat != OMX_COLOR_FormatYUV420Planar
245 if (format->eColorFormat == OMX_COLOR_FormatYUV420Planar ||
283 mColorFormat = OMX_COLOR_FormatYUV420Planar;
H A DSoftVideoDecoderOMXComponent.cpp125 def.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar;
283 formatParams->eColorFormat = OMX_COLOR_FormatYUV420Planar;
354 || formatParams->eColorFormat != OMX_COLOR_FormatYUV420Planar) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp137 if (mColorFormat != OMX_COLOR_FormatYUV420Planar || mInputDataIsMeta) {
436 if (mColorFormat != OMX_COLOR_FormatYUV420Planar) {
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp136 if (cap.mColorFormats[i] == OMX_COLOR_FormatYUV420Planar) {
156 // Once all vendors support OMX_COLOR_FormatYUV420Planar, we can
159 format->setInt32(kKeyColorFormat, OMX_COLOR_FormatYUV420Planar);
H A DCameraSource.cpp102 return OMX_COLOR_FormatYUV420Planar;
H A DACodec.cpp2262 if (format.eColorFormat == OMX_COLOR_FormatYUV420Planar
3285 if (fmt != OMX_COLOR_FormatYUV420Planar &&
3342 case OMX_COLOR_FormatYUV420Planar:
H A DOMXCodec.cpp803 case OMX_COLOR_FormatYUV420Planar:
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp244 if (mColorFormat != OMX_COLOR_FormatYUV420Planar || mInputDataIsMeta) {
585 if (mColorFormat != OMX_COLOR_FormatYUV420Planar) {
/frameworks/native/include/media/openmax/
H A DOMX_AsString.h578 case OMX_COLOR_FormatYUV420Planar:
H A DOMX_IVCommon.h125 OMX_COLOR_FormatYUV420Planar, enumerator in enum:OMX_COLOR_FORMATTYPE
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp74 mOmxColorFormat(OMX_COLOR_FormatYUV420Planar),
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp316 if (mColorFormat != OMX_COLOR_FormatYUV420Planar || mInputDataIsMeta) {

Completed in 3504 milliseconds