Home
last modified time | relevance | path

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

/hardware/qcom/camera/usbcamcore/src/
DQCameraMjpegDecode.cpp180 test_args_t test_args; in mjpegDecode() local
192 memcpy(&test_args, mjpegd, sizeof(test_args_t)); in mjpegDecode()
195 if (((test_args.format == YCRCBLP_H1V2) || (test_args.format == YCBCRLP_H1V2) || in mjpegDecode()
196 (test_args.format == YCRCBLP_H1V1) || (test_args.format == YCBCRLP_H1V1)) && in mjpegDecode()
197 !(test_args.preference == JPEG_DECODER_PREF_HW_ACCELERATED_ONLY)) { in mjpegDecode()
198 ALOGE("%s:These formats are not supported by SW format %d", __func__, test_args.format); in mjpegDecode()
212 thread_ctrl_blks[i].p_args = &test_args; in mjpegDecode()