Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp64 mMode(codingType == OMX_VIDEO_CodingH263 ? MODE_H263 : MODE_MPEG4), in SoftMPEG4()
382 name, "video_decoder.h263", OMX_VIDEO_CodingH263, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp84 if (codingType == OMX_VIDEO_CodingH263) { in SoftMPEG4Encoder()
493 name, "video_encoder.h263", OMX_VIDEO_CodingH263, MEDIA_MIMETYPE_VIDEO_H263, in createSoftOMXComponent()
/frameworks/native/include/media/openmax/
DOMX_AsString.h708 case OMX_VIDEO_CodingH263: return "H263";
DOMX_Video.h82 OMX_VIDEO_CodingH263, /**< H.263 */ enumerator
/frameworks/av/media/libstagefright/
DOMXCodec.cpp906 compressionFormat = OMX_VIDEO_CodingH263; in setVideoInputFormat()
984 case OMX_VIDEO_CodingH263: in setVideoInputFormat()
1300 compressionFormat = OMX_VIDEO_CodingH263; in setVideoOutputFormat()
4179 } else if (video_def->eCompressionFormat == OMX_VIDEO_CodingH263) { in initOutputFormat()
DACodec.cpp2838 { MEDIA_MIMETYPE_VIDEO_H263, OMX_VIDEO_CodingH263 },
3082 case OMX_VIDEO_CodingH263: in setupVideoEncoder()