Home
last modified time | relevance | path

Searched refs:heifDecoderImpl_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp80 heifDecoderImpl_ = ImageCodec::Create(); in HeifHardwareDecoder()
103 int32_t err = heifDecoderImpl_->GetOutputBufferUsage(usage); in AllocateOutputBuffer()
129 string decoderName = heifDecoderImpl_->GetComponentName(); in IsHardwareDecodeSupported()
167 int32_t ret = heifDecoderImpl_->SetCallback(cb); in SetCallbackForDecoder()
203 int32_t ret = heifDecoderImpl_->Configure(format); in ConfigureDecoder()
217 int32_t ret = heifDecoderImpl_->SetOutputBuffer(output); in SetOutputBuffer()
296 if (heifDecoderImpl_ != nullptr) { in GetPackedInputFlag()
297 (void)heifDecoderImpl_->GetPackedInputFlag(packedInputFlag_); in GetPackedInputFlag()
336 int32_t ret = heifDecoderImpl_->Start(); in DoDecode()
362 int32_t ret = heifDecoderImpl_->Release(); in ReleaseDecoder()
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Dheif_hw_decoder.h94 std::shared_ptr<ImageCodec> heifDecoderImpl_; variable