Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp64 mMode(codingType == OMX_VIDEO_CodingH263 ? MODE_H263 : MODE_MPEG4), in SoftMPEG4()
390 name, "video_decoder.h263", OMX_VIDEO_CodingH263, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp88 if (codingType == OMX_VIDEO_CodingH263) { in SoftMPEG4Encoder()
526 name, "video_encoder.h263", OMX_VIDEO_CodingH263, MEDIA_MIMETYPE_VIDEO_H263, in createSoftOMXComponent()
/frameworks/native/include/media/openmax/
DOMX_Video.h82 OMX_VIDEO_CodingH263, /**< H.263 */ enumerator
DOMX_AsString.h730 case OMX_VIDEO_CodingH263: return "H263";
/frameworks/av/media/libstagefright/
DACodec.cpp3110 { MEDIA_MIMETYPE_VIDEO_H263, OMX_VIDEO_CodingH263 },
3717 case OMX_VIDEO_CodingH263: in setupVideoEncoder()