Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/host-common/
DMediaSnapshotHelper.cpp38 if (mType == CodecType::H264) { in savePacket()
50 VpxFrameParser fparser(mType == CodecType::VP8 ? 8 : 9, data, in saveVPXPacket()
109 if (mType == CodecType::H264) { in save()
111 } else if (mType == CodecType::VP8) { in save()
113 } else if (mType == CodecType::VP9) { in save()
144 mType = CodecType::H264; in load()
146 mType = CodecType::VP8; in load()
148 mType = CodecType::VP9; in load()
DMediaSnapshotHelper.h37 enum class CodecType { enum
44 MediaSnapshotHelper(CodecType type) : mType(type) {} in MediaSnapshotHelper()
90 CodecType mType = CodecType::H264;
DMediaVpxDecoderGeneric.cpp105 ? MediaSnapshotHelper::CodecType::VP8 in MediaVpxDecoderGeneric()
106 : MediaSnapshotHelper::CodecType::VP9) { in MediaVpxDecoderGeneric()
DMediaCudaVideoHelper.cpp152 videoParserParameters.CodecType = mCudaVideoCodecType; in init()
262 videoDecodeCreateInfo.CodecType = pVideoFormat->codec; in HandleVideoSequence()
DMediaH264DecoderCuvid.cpp162 videoParserParameters.CodecType = cudaVideoCodec_H264; in initH264ContextInternal()
480 videoDecodeCreateInfo.CodecType = pVideoFormat->codec; in HandleVideoSequence()
DMediaH264DecoderGeneric.cpp154 new MediaSnapshotHelper(MediaSnapshotHelper::CodecType::H264)); in initH264ContextInternal()