Home
last modified time | relevance | path

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

/drivers/peripheral/codec/image/hdi_service/src/
H A Dcodec_image_service.cpp34 heifEncodeImpl_ = std::make_unique<CodecHeifEncodeService>(); in CodecImageService()
117 CHECK_AND_RETURN_RET_LOG(heifEncodeImpl_ != nullptr, HDF_FAILURE, "heifEncodeImpl_ is null"); in DoHeifEncode()
118 return heifEncodeImpl_->DoHeifEncode(inputImgs, inputMetas, refs, output, filledLen); in DoHeifEncode()
/drivers/peripheral/codec/image/hdi_service/include/
H A Dcodec_image_service.h58 std::unique_ptr<CodecHeifEncodeService> heifEncodeImpl_; member in OHOS::HDI::Codec::Image::V2_0::CodecImageService

Completed in 1 milliseconds