Home
last modified time | relevance | path

Searched refs:itemTmap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp207 ImageItem itemTmap; in AssembleParamForTmap() local
211 if (!FillImageItem(T_MAP, itemTmap, data, size)) { in AssembleParamForTmap()
225 inputImgs_.emplace_back(itemTmap); in AssembleParamForTmap()
232 .from = itemTmap.id, in AssembleParamForTmap()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp267 ImageItem itemTmap; in AssembleParamForTmap() local
270 IF_TRUE_RETURN_VAL(!FillImageItem(T_MAP, itemTmap), false); in AssembleParamForTmap()
273 inputImgs_.emplace_back(itemTmap); in AssembleParamForTmap()
279 .from = itemTmap.id, in AssembleParamForTmap()