Home
last modified time | relevance | path

Searched refs:AssembleParamForOtherImg (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp157 bool HeifEncodeHelper::AssembleParamForOtherImg(uint32_t primaryImgId, uint8_t *data, size_t size) in AssembleParamForOtherImg() function in OHOS::VDI::HEIF::HeifEncodeHelper
241 if (AssembleParamForOtherImg(itemPrimaryImg.id, data, size)) { in AssembleParamForTmap()
258 if (AssembleParamForOtherImg(itemPrimaryImg.id, data, size)) { in AssembleParamForPrimaryImg()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp238 bool HeifEncoderHelper::AssembleParamForOtherImg(uint32_t primaryImgId) in AssembleParamForOtherImg() function in OHOS::VDI::HEIF::HeifEncoderHelper
282 if (AssembleParamForOtherImg(itemPrimaryImg.id)) { in AssembleParamForTmap()
293 if (AssembleParamForOtherImg(itemPrimaryImg.id)) { in AssembleParamForPrimaryImg()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/include/
H A Dcodec_heif_helper.h45 bool AssembleParamForOtherImg(uint32_t primaryImgId);
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_heif_helper.h40 bool AssembleParamForOtherImg(uint32_t primaryImgId, uint8_t *data, size_t size);