Home
last modified time | relevance | path

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

/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp241 ImageItem itemAuxlImg; in AssembleParamForOtherImg() local
242 IF_TRUE_RETURN_VAL(!FillImageItem(AUXILIARY_IMG, itemAuxlImg), false); in AssembleParamForOtherImg()
243 inputImgs_.emplace_back(itemAuxlImg); in AssembleParamForOtherImg()
247 .from = itemAuxlImg.id, in AssembleParamForOtherImg()
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp172 ImageItem itemAuxlImg; in AssembleParamForOtherImg() local
173 HDF_LOGI("Fill itemAuxlImg"); in AssembleParamForOtherImg()
174 if (!FillImageItem(AUXILIARY_IMG, itemAuxlImg, data, size)) { in AssembleParamForOtherImg()
175 HDF_LOGE("%{public}s: Fill itemAuxlImg failed\n", __func__); in AssembleParamForOtherImg()
178 HDF_LOGI("Fill itemAuxlImg Succesfully"); in AssembleParamForOtherImg()
179 inputImgs_.emplace_back(itemAuxlImg); in AssembleParamForOtherImg()
183 .from = itemAuxlImg.id, in AssembleParamForOtherImg()

Completed in 2 milliseconds