Searched refs:MediaCodecType (Results 1 – 9 of 9) sorted by relevance
/hardware/google/aemu/host-common/ |
D | address_space_host_media.cpp | 134 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()
|
D | MediaVpxDecoderGeneric.cpp | 101 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()
|
D | MediaVpxDecoder.cpp | 45 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()
|
D | MediaH264DecoderDefault.cpp | 116 void MediaH264DecoderDefault::handlePing(MediaCodecType type, in handlePing()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaVpxDecoderGeneric.h | 49 MediaCodecType type); 61 return mType == MediaCodecType::VP8Codec ? 8 : 9; in vpxtype() 66 MediaCodecType mType; // vp8 or vp9
|
D | MediaCodec.h | 28 virtual void handlePing(MediaCodecType type, MediaOperation op, void* ptr) = 0;
|
D | GoldfishMediaDefs.h | 21 enum class MediaCodecType : uint8_t { enum
|
D | MediaH264DecoderDefault.h | 35 virtual void handlePing(MediaCodecType type, MediaOperation op, void* ptr) override;
|
D | address_space_host_media.h | 43 static MediaCodecType getMediaCodecType(uint64_t metadata);
|