Home
last modified time | relevance | path

Searched refs:CreateImgParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/demo/heif/include/
H A Dcodec_heif_helper.h52 bool CreateImgParam(ImgType type, std::vector<uint8_t>& props);
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp159 bool HeifEncoderHelper::CreateImgParam(ImgType type, vector<uint8_t>& props) in CreateImgParam() function in OHOS::VDI::HEIF::HeifEncoderHelper
223 IF_TRUE_RETURN_VAL(!CreateImgParam(type, item.liteProperties), false); in FillImageItem()