Searched refs:OMX_VIDEO_CodingMPEG4 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp284 ? OMX_VIDEO_CodingMPEG4
345 ? OMX_VIDEO_CodingMPEG4
469 def->format.video.eCompressionFormat != OMX_VIDEO_CodingMPEG4) ||
537 formatParams->eCompressionFormat != OMX_VIDEO_CodingMPEG4) ||
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp129 mMode == MODE_MPEG4 ? OMX_VIDEO_CodingMPEG4 : OMX_VIDEO_CodingH263;
189 ? OMX_VIDEO_CodingMPEG4 : OMX_VIDEO_CodingH263;
/frameworks/native/include/media/openmax/
H A DOMX_Video.h83 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */ enumerator in enum:OMX_VIDEO_CODINGTYPE
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp791 compressionFormat = OMX_VIDEO_CodingMPEG4;
865 case OMX_VIDEO_CodingMPEG4:
1184 compressionFormat = OMX_VIDEO_CodingMPEG4;
4039 "OMX_VIDEO_CodingMPEG4",
4434 } else if (video_def->eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
H A DACodec.cpp1423 *codingType = OMX_VIDEO_CodingMPEG4;
1607 case OMX_VIDEO_CodingMPEG4:

Completed in 1132 milliseconds