Searched refs:hwDecoder_ (Results 1 – 4 of 4) sorted by relevance
94 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()
204 …output_ = hwDecoder_.AllocateOutputBuffer(gridInfo_.displayWidth, gridInfo_.displayHeight, pixelFm… in AllocOutput()214 uint32_t ret = hwDecoder_.DoDecode(gridInfo_, input_, output_); in DoDecode()
74 HeifHardwareDecoder hwDecoder_; variable
95 OHOS::sptr<OHOS::HDI::Codec::Image::V2_0::ICodecImage> hwDecoder_; variable