Home
last modified time | relevance | path

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

/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagedoheifencode_fuzzer/
H A Dimagedoheifencode_fuzzer.cpp58 if (!heifHelper.AssembleParamForPrimaryImg(rawData, size)) { in DoHeifEncode()
59 HDF_LOGE("%{public}s: AssembleParamForPrimaryImg failed\n", __func__); in DoHeifEncode()
/drivers/peripheral/codec/test/demo/heif/include/
H A Dcodec_heif_helper.h44 bool AssembleParamForPrimaryImg();
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_heif_helper.h39 bool AssembleParamForPrimaryImg(uint8_t *data, size_t &size);
/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp31 HDF_LOGI("AssembleParamForPrimaryImg"); in DoEncode()
32 flag = AssembleParamForPrimaryImg(); in DoEncode()
288 bool HeifEncoderHelper::AssembleParamForPrimaryImg() in AssembleParamForPrimaryImg() function in OHOS::VDI::HEIF::HeifEncoderHelper
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp253 bool HeifEncodeHelper::AssembleParamForPrimaryImg(uint8_t *data, size_t &size) in AssembleParamForPrimaryImg() function in OHOS::VDI::HEIF::HeifEncodeHelper
256 HDF_LOGI("AssembleParamForPrimaryImg: Fill ImageItem"); in AssembleParamForPrimaryImg()
262 HDF_LOGI("AssembleParamForPrimaryImg: Fill OtherImg"); in AssembleParamForPrimaryImg()
264 HDF_LOGI("AssembleParamForPrimaryImg: Fill MetaData"); in AssembleParamForPrimaryImg()

Completed in 3 milliseconds