Searched refs:test_args (Results 1 – 4 of 4) sorted by relevance
180 test_args_t test_args; in mjpegDecode() local192 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()
11 def test_args(self): member in ResourceTest
22 def test_args(self): member in TestCase
187 def test_args(self): member in TestReversed