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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp88 mVideoColorFormat(OMX_COLOR_FormatYUV420Planar),
256 def.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar;
336 formatParams->eColorFormat = OMX_COLOR_FormatYUV420Planar;
462 (def->format.video.eColorFormat != OMX_COLOR_FormatYUV420Planar &&
525 formatParams->eColorFormat != OMX_COLOR_FormatYUV420Planar) ||
705 if (mVideoColorFormat != OMX_COLOR_FormatYUV420Planar) {
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp109 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatYUV420Planar);
H A DVideoEditorPreviewController.cpp903 OMX_COLOR_FormatYUV420Planar, pFrameStr->uiFrameWidth,
920 OMX_COLOR_FormatYUV420Planar, pFrameStr->uiFrameWidth,
936 OMX_COLOR_FormatYUV420Planar, pFrameStr->uiFrameWidth,
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp141 return OMX_COLOR_FormatYUV420Planar;
160 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.cpp68 case OMX_COLOR_FormatYUV420Planar:
166 } 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 DSoftVideoDecoderOMXComponent.cpp112 def.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar;
167 formatParams->eColorFormat = OMX_COLOR_FormatYUV420Planar;
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp180 mVideoColorFormat(OMX_COLOR_FormatYUV420Planar),
394 def.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar;
466 formatParams->eColorFormat = OMX_COLOR_FormatYUV420Planar;
574 (def->format.video.eColorFormat != OMX_COLOR_FormatYUV420Planar &&
633 formatParams->eColorFormat != OMX_COLOR_FormatYUV420Planar) ||
832 if (mVideoColorFormat != OMX_COLOR_FormatYUV420Planar) {
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp149 mColorFormat(OMX_COLOR_FormatYUV420Planar),
355 formatParams->eColorFormat = OMX_COLOR_FormatYUV420Planar;
617 if (format->eColorFormat == OMX_COLOR_FormatYUV420Planar ||
667 if (port->format.video.eColorFormat == OMX_COLOR_FormatYUV420Planar ||
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp129 if (cap.mColorFormats[i] == OMX_COLOR_FormatYUV420Planar) {
149 // Once all vendors support OMX_COLOR_FormatYUV420Planar, we can
152 format->setInt32(kKeyColorFormat, OMX_COLOR_FormatYUV420Planar);
H A DCameraSource.cpp91 return OMX_COLOR_FormatYUV420Planar;
H A DOMXCodec.cpp707 case OMX_COLOR_FormatYUV420Planar:
3997 "OMX_COLOR_FormatYUV420Planar",
/frameworks/native/include/media/openmax/
H A DOMX_IVCommon.h125 OMX_COLOR_FormatYUV420Planar, enumerator in enum:OMX_COLOR_FORMATTYPE
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp932 int decoderOutput = OMX_COLOR_FormatYUV420Planar;
1058 if (decoderOutput == OMX_COLOR_FormatYUV420Planar) {
1511 } else if (pDecShellContext->decOuputColorFormat == OMX_COLOR_FormatYUV420Planar) {
H A DVideoEditorVideoEncoder.cpp441 int encoderInput = OMX_COLOR_FormatYUV420Planar;
465 if (encoderInput == OMX_COLOR_FormatYUV420Planar) {

Completed in 867 milliseconds