Home
last modified time | relevance | path

Searched refs:jpegImpl_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/codec/image/hdi_service/src/
H A Dcodec_image_service.cpp33 jpegImpl_ = std::make_unique<CodecJpegService>(); in CodecImageService()
48 CHECK_AND_RETURN_RET_LOG(jpegImpl_ != nullptr, HDF_FAILURE, "jpegImpl_ is null"); in Init()
49 return jpegImpl_->JpegInit(); in Init()
60 CHECK_AND_RETURN_RET_LOG(jpegImpl_ != nullptr, HDF_FAILURE, "jpegImpl_ is null"); in DeInit()
61 return jpegImpl_->JpegDeInit(); in DeInit()
75 CHECK_AND_RETURN_RET_LOG(jpegImpl_ != nullptr, HDF_FAILURE, "jpegImpl_ is null"); in DoJpegDecode()
76 return jpegImpl_ in DoJpegDecode()
[all...]
/drivers/peripheral/codec/image/hdi_service/include/
H A Dcodec_image_service.h57 std::unique_ptr<CodecJpegService> jpegImpl_; member in OHOS::HDI::Codec::Image::V2_0::CodecImageService

Completed in 2 milliseconds