Home
last modified time | relevance | path

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

/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagedoheifencode_fuzzer/
H A Dimagedoheifencode_fuzzer.cpp53 if (!heifHelper.AssembleParamForTmap(rawData, size)) { in DoHeifEncode()
54 HDF_LOGE("%{public}s: AssembleParamForTmap failed\n", __func__); in DoHeifEncode()
/drivers/peripheral/codec/test/demo/heif/include/
H A Dcodec_heif_helper.h43 bool AssembleParamForTmap();
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_heif_helper.h38 bool AssembleParamForTmap(uint8_t *data, size_t &size);
/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp28 HDF_LOGI("AssembleParamForTmap"); in DoEncode()
29 flag = AssembleParamForTmap(); in DoEncode()
265 bool HeifEncoderHelper::AssembleParamForTmap() in AssembleParamForTmap() function in OHOS::VDI::HEIF::HeifEncoderHelper
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp210 bool HeifEncodeHelper::AssembleParamForTmap(uint8_t *data, size_t &size) in AssembleParamForTmap() function in OHOS::VDI::HEIF::HeifEncodeHelper
215 HDF_LOGI("AssembleParamForTmap: Fill ImageItem"); in AssembleParamForTmap()
241 HDF_LOGI("AssembleParamForTmap: Fill RefItem"); in AssembleParamForTmap()
245 HDF_LOGI("AssembleParamForTmap: Fill OtherImg"); in AssembleParamForTmap()
247 HDF_LOGI("AssembleParamForTmap: Fill MetaData"); in AssembleParamForTmap()

Completed in 4 milliseconds