Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp40 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9), in SoftVPX()
186 name, "video_decoder.vp8", OMX_VIDEO_CodingVP8, in createSoftOMXComponent()
/frameworks/native/include/media/openmax/
DOMX_AsString.h710 case OMX_VIDEO_CodingVP8: return "VP8";
DOMX_Video.h88 OMX_VIDEO_CodingVP8, /**< Google VP8, formerly known as On2 VP8 */ enumerator
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.cpp66 name, "video_encoder.vp8", OMX_VIDEO_CodingVP8, in SoftVPXEncoder()
/frameworks/av/media/libstagefright/
DACodec.cpp2293 { MEDIA_MIMETYPE_VIDEO_VP8, OMX_VIDEO_CodingVP8 },
2547 case OMX_VIDEO_CodingVP8: in setupVideoEncoder()
3533 case OMX_VIDEO_CodingVP8: in getPortFormat()
DOMXCodec.cpp1294 compressionFormat = OMX_VIDEO_CodingVP8; in setVideoOutputFormat()