Home
last modified time | relevance | path

Searched refs:hwDecoder_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp94 hwDecoder_ = GetCodecManager(); in JpegHardwareDecoder()
100 hwDecoder_ = nullptr; in ~JpegHardwareDecoder()
106 if (hwDecoder_ == nullptr) { in IsHardwareDecodeSupported()
115 auto ret = hwDecoder_->GetImageCapability(capList); in IsHardwareDecodeSupported()
179 if (hwDecoder_ == nullptr || bufferMgr_ == nullptr) { in Decode()
307 …int32_t ret = hwDecoder_->AllocateInBuffer(inputBuffer_, static_cast<uint32_t>(fileSize), CODEC_IM… in CopySrcImgToDecodeInputBuffer()
420 int32_t ret = hwDecoder_->Init(CODEC_IMAGE_JPEG); in InitDecoder()
431 int32_t ret = hwDecoder_->DoJpegDecode(inputBuffer_, outputBuffer, decodeInfo_); in DoDecode()
442 int32_t ret = hwDecoder_->FreeInBuffer(inputBuffer_); in RecycleAllocatedResource()
447 ret = hwDecoder_->DeInit(CODEC_IMAGE_JPEG); in RecycleAllocatedResource()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dmock_heif_hw_decode_flow.cpp204 …output_ = hwDecoder_.AllocateOutputBuffer(gridInfo_.displayWidth, gridInfo_.displayHeight, pixelFm… in AllocOutput()
214 uint32_t ret = hwDecoder_.DoDecode(gridInfo_, input_, output_); in DoDecode()
H A Dmock_heif_hw_decode_flow.h74 HeifHardwareDecoder hwDecoder_; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Djpeg_hw_decoder.h95 OHOS::sptr<OHOS::HDI::Codec::Image::V2_0::ICodecImage> hwDecoder_; variable