Home
last modified time | relevance | path

Searched refs:HevcDecoder (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder_api.cpp25 return HevcDecoder::GetCodecCapability(caps); in GetHevcDecoderCapabilityList()
30 sptr<HevcDecoder> hevcDecoder = new (std::nothrow) HevcDecoder(name); in CreateHevcDecoderByName()
32 codec = std::shared_ptr<HevcDecoder>(hevcDecoder.GetRefPtr(), [](HevcDecoder *ptr) { (void)ptr; }); in CreateHevcDecoderByName()
H A Dhevc_decoder.cpp76 HevcDecoder::HevcDecoder(const std::string &name) : codecName_(name), state_(State::UNINITIALIZED) in HevcDecoder() function in OHOS::MediaAVCodec::Codec::HevcDecoder
98 AVCODEC_LOGI("Num %{public}u HevcDecoder entered, state: Uninitialized", decInstanceID_); in HevcDecoder()
100 AVCODEC_LOGE("HevcDecoder already has %{public}d instances, cannot has more instances", VIDEO_INSTANCE_SIZE); in HevcDecoder()
109 void HevcDecoder::HevcFuncMatch() in HevcFuncMatch()
120 AVCODEC_LOGE("HevcDecoder hevcFuncMatch_ failed!"); in HevcFuncMatch()
126 void HevcDecoder::ReleaseHandle() in ReleaseHandle()
140 HevcDecoder::~HevcDecoder() in ~HevcDecoder()
167 int32_t HevcDecoder
[all...]
H A Dhevc_decoder.h48 class HevcDecoder : public CodecBase, public RefBase { class
50 explicit HevcDecoder(const std::string &name);
51 ~HevcDecoder() override;
/foundation/multimedia/av_codec/services/engine/codec/video/
H A Dhevc_decoder_loader.cpp24 using HevcDecoder = Codec::HevcDecoder;
45 HevcDecoder *codec = reinterpret_cast<HevcDecoder*>(ptr); in CreateByName()

Completed in 3 milliseconds