Home
last modified time | relevance | path

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

/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()
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp212 ImageItem itemTmap; in AssembleParamForTmap() local
216 if (!FillImageItem(T_MAP, itemTmap, data, size)) { in AssembleParamForTmap()
217 HDF_LOGE("%{public}s: Fill itemTmap failed\n", __func__); in AssembleParamForTmap()
230 inputImgs_.emplace_back(itemTmap); in AssembleParamForTmap()
237 .from = itemTmap.id, in AssembleParamForTmap()

Completed in 2 milliseconds