Home
last modified time | relevance | path

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

/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp252 ImageItem itemThmbImg; in AssembleParamForOtherImg() local
253 IF_TRUE_RETURN_VAL(!FillImageItem(THUMBNAIL_IMG, itemThmbImg), false); in AssembleParamForOtherImg()
254 inputImgs_.emplace_back(itemThmbImg); in AssembleParamForOtherImg()
258 .from = itemThmbImg.id, in AssembleParamForOtherImg()
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp189 ImageItem itemThmbImg; in AssembleParamForOtherImg() local
190 HDF_LOGI("Fill itemThmbImg"); in AssembleParamForOtherImg()
191 if (!FillImageItem(THUMBNAIL_IMG, itemThmbImg, data, size)) { in AssembleParamForOtherImg()
192 HDF_LOGE("%{public}s: Fill itemThmbImg failed\n", __func__); in AssembleParamForOtherImg()
195 HDF_LOGI("Fill itemThmbImg Succesfully"); in AssembleParamForOtherImg()
196 inputImgs_.emplace_back(itemThmbImg); in AssembleParamForOtherImg()
201 .from = itemThmbImg.id, in AssembleParamForOtherImg()

Completed in 2 milliseconds