Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp45 codingType == OMX_VIDEO_CodingVP8 ? NULL : kVP9ProfileLevels, in SoftVPX()
46 codingType == OMX_VIDEO_CodingVP8 ? 0 : NELEM(kVP9ProfileLevels), in SoftVPX()
48 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9), in SoftVPX()
318 name, "video_decoder.vp8", OMX_VIDEO_CodingVP8, in createSoftOMXComponent()
/frameworks/native/include/media/openmax/
DOMX_Video.h88 OMX_VIDEO_CodingVP8, /**< Google VP8, formerly known as On2 VP8 */ enumerator
DOMX_AsString.h736 case OMX_VIDEO_CodingVP8: return "VP8";
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.cpp70 name, "video_encoder.vp8", OMX_VIDEO_CodingVP8, in SoftVPXEncoder()
/frameworks/av/media/libstagefright/
DACodec.cpp3112 { MEDIA_MIMETYPE_VIDEO_VP8, OMX_VIDEO_CodingVP8 },
3729 case OMX_VIDEO_CodingVP8: in setupVideoEncoder()
4799 case OMX_VIDEO_CodingVP8: in getPortFormat()