Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaVpxDecoderGeneric.cpp104 mSnapshotHelper(mType == MediaCodecType::VP8Codec in MediaVpxDecoderGeneric()
130 mType == MediaCodecType::VP8Codec ? cudaVideoCodec_VP8 in initVpxContext()
152 (mType == MediaCodecType::VP8Codec)) { in createAndInitSoftVideoHelper()
156 mType == MediaCodecType::VP8Codec ? 8 : 9, in createAndInitSoftVideoHelper()
160 mType == MediaCodecType::VP8Codec ? 8 : 9, in createAndInitSoftVideoHelper()
223 new MediaVpxVideoHelper(mType == MediaCodecType::VP8Codec ? 8 : 9, in try_decode()
343 mType == MediaCodecType::VP8Codec ? 8 : 9); in load()
Daddress_space_host_media.cpp176 case MediaCodecType::VP8Codec: in handleMediaRequest()
DMediaVpxDecoder.cpp204 ? MediaCodecType::VP8Codec in load()
/hardware/google/aemu/host-common/include/host-common/
DGoldfishMediaDefs.h22 VP8Codec = 0, enumerator
DMediaVpxDecoderGeneric.h61 return mType == MediaCodecType::VP8Codec ? 8 : 9; in vpxtype()