Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagedoheifencode_fuzzer/
H A Dimagedoheifencode_fuzzer.cpp54 if (!heifHelper.AssembleParamForTmap(rawData, size)) { in DoHeifEncode()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/include/
H A Dcodec_heif_helper.h43 bool AssembleParamForTmap();
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_heif_helper.h38 bool AssembleParamForTmap(uint8_t *data, size_t size);
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp29 flag = AssembleParamForTmap(); in DoEncode()
265 bool HeifEncoderHelper::AssembleParamForTmap() in AssembleParamForTmap() function in OHOS::VDI::HEIF::HeifEncoderHelper
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp205 bool HeifEncodeHelper::AssembleParamForTmap(uint8_t *data, size_t size) in AssembleParamForTmap() function in OHOS::VDI::HEIF::HeifEncodeHelper