Home
last modified time | relevance | path

Searched refs:MediaCodecType (Results 1 – 9 of 9) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_host_media.cpp134 MediaCodecType AddressSpaceHostMediaContext::getMediaCodecType(uint64_t metadata) { in getMediaCodecType()
142 return ret > static_cast<uint8_t>(MediaCodecType::Max) ? in getMediaCodecType()
143 MediaCodecType::Max : (MediaCodecType)ret; in getMediaCodecType()
176 case MediaCodecType::VP8Codec: in handleMediaRequest()
177 case MediaCodecType::VP9Codec: in handleMediaRequest()
186 case MediaCodecType::H264Codec: in handleMediaRequest()
DMediaVpxDecoderGeneric.cpp101 MediaCodecType type) in MediaVpxDecoderGeneric()
104 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()
DMediaVpxDecoder.cpp45 void handlePing(MediaCodecType type, MediaOperation op, void* ptr) override;
66 MediaCodecType type) { in makeDecoderPlugin()
117 void MediaVpxDecoderImpl::handlePing(MediaCodecType type, in handlePing()
203 MediaCodecType vpxtype = stream->getBe32() == 8 in load()
204 ? MediaCodecType::VP8Codec in load()
205 : MediaCodecType::VP9Codec; in load()
DMediaH264DecoderDefault.cpp116 void MediaH264DecoderDefault::handlePing(MediaCodecType type, in handlePing()
/hardware/google/aemu/host-common/include/host-common/
DMediaVpxDecoderGeneric.h49 MediaCodecType type);
61 return mType == MediaCodecType::VP8Codec ? 8 : 9; in vpxtype()
66 MediaCodecType mType; // vp8 or vp9
DMediaCodec.h28 virtual void handlePing(MediaCodecType type, MediaOperation op, void* ptr) = 0;
DGoldfishMediaDefs.h21 enum class MediaCodecType : uint8_t { enum
DMediaH264DecoderDefault.h35 virtual void handlePing(MediaCodecType type, MediaOperation op, void* ptr) override;
Daddress_space_host_media.h43 static MediaCodecType getMediaCodecType(uint64_t metadata);