Home
last modified time | relevance | path

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

/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp269 ImageItem itemGainMap; in AssembleParamForTmap() local
272 IF_TRUE_RETURN_VAL(!FillImageItem(GAIN_MAP, itemGainMap), false); in AssembleParamForTmap()
275 inputImgs_.emplace_back(itemGainMap); in AssembleParamForTmap()
280 .to = {itemPrimaryImg.id, itemGainMap.id} in AssembleParamForTmap()
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp214 ImageItem itemGainMap; in AssembleParamForTmap() local
226 if (!FillImageItem(GAIN_MAP, itemGainMap, data, size)) { in AssembleParamForTmap()
227 HDF_LOGE("%{public}s: Fill itemGainMap failed\n", __func__); in AssembleParamForTmap()
232 inputImgs_.emplace_back(itemGainMap); in AssembleParamForTmap()
238 .to = {itemPrimaryImg.id, itemGainMap.id} in AssembleParamForTmap()

Completed in 2 milliseconds