Home
last modified time | relevance | path

Searched refs:AssembleParamForPrimaryImg (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagedoheifencode_fuzzer/
H A Dimagedoheifencode_fuzzer.cpp59 if (!heifHelper.AssembleParamForPrimaryImg(rawData, size)) { in DoHeifEncode()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/include/
H A Dcodec_heif_helper.h44 bool AssembleParamForPrimaryImg();
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_heif_helper.h39 bool AssembleParamForPrimaryImg(uint8_t *data, size_t size);
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp32 flag = AssembleParamForPrimaryImg(); in DoEncode()
288 bool HeifEncoderHelper::AssembleParamForPrimaryImg() in AssembleParamForPrimaryImg() function in OHOS::VDI::HEIF::HeifEncoderHelper
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp248 bool HeifEncodeHelper::AssembleParamForPrimaryImg(uint8_t *data, size_t size) in AssembleParamForPrimaryImg() function in OHOS::VDI::HEIF::HeifEncodeHelper