Home
last modified time | relevance | path

Searched refs:OMX_VIDEO_CodingMPEG4 (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp387 name, "video_decoder.mpeg4", OMX_VIDEO_CodingMPEG4, in createSoftOMXComponent()
/frameworks/native/include/media/openmax/
DOMX_AsString.h709 case OMX_VIDEO_CodingMPEG4: return "MPEG4";
DOMX_Video.h83 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */ enumerator
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp498 name, "video_encoder.mpeg4", OMX_VIDEO_CodingMPEG4, MEDIA_MIMETYPE_VIDEO_MPEG4, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/
DOMXCodec.cpp904 compressionFormat = OMX_VIDEO_CodingMPEG4; in setVideoInputFormat()
978 case OMX_VIDEO_CodingMPEG4: in setVideoInputFormat()
1296 compressionFormat = OMX_VIDEO_CodingMPEG4; in setVideoOutputFormat()
4176 } else if (video_def->eCompressionFormat == OMX_VIDEO_CodingMPEG4) { in initOutputFormat()
DACodec.cpp2837 { MEDIA_MIMETYPE_VIDEO_MPEG4, OMX_VIDEO_CodingMPEG4 },
3078 case OMX_VIDEO_CodingMPEG4: in setupVideoEncoder()