Home
last modified time | relevance | path

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

/drivers/peripheral/codec/image/jpeg/src/
H A Dcodec_jpeg_service.cpp25 core_ = std::make_unique<CodecJpegCore>(); in CodecJpegService()
32 CHECK_AND_RETURN_RET_LOG(core_ != nullptr, HDF_FAILURE, "core_ is null"); in JpegInit()
34 int32_t ret = core_->JpegInit(); in JpegInit()
44 CHECK_AND_RETURN_RET_LOG(core_ != nullptr, HDF_FAILURE, "core_ is null"); in JpegDeInit()
46 int32_t ret = core_->JpegDeInit(); in JpegDeInit()
57 CHECK_AND_RETURN_RET_LOG(core_ != nullptr, HDF_FAILURE, "core_ is null"); in DoJpegDecode()
66 int32_t ret = core_ in DoJpegDecode()
[all...]
/drivers/peripheral/codec/image/jpeg/include/
H A Dcodec_jpeg_service.h54 std::unique_ptr<CodecJpegCore> core_; member in OHOS::HDI::Codec::Image::V2_0::CodecJpegService

Completed in 1 milliseconds