Searched refs:test_out (Results 1 – 2 of 2) sorted by relevance
197 struct ipu_image test_in, test_out; in ipu_csc_scaler_try_fmt() local210 test_out.pix = f->fmt.pix; in ipu_csc_scaler_try_fmt()217 test_out.pix = q_data_out->cur_fmt; in ipu_csc_scaler_try_fmt()223 test_out.pix : test_in.pix; in ipu_csc_scaler_try_fmt()650 struct ipu_image test_in, test_out; in ipu_csc_scaler_s_ctrl() local656 test_out.pix = *out_fmt; in ipu_csc_scaler_s_ctrl()661 test_out.pix.width = out_fmt->height; in ipu_csc_scaler_s_ctrl()662 test_out.pix.height = out_fmt->width; in ipu_csc_scaler_s_ctrl()681 if (test_out.pix.width != out_fmt->width || in ipu_csc_scaler_s_ctrl()682 test_out.pix.height != out_fmt->height || in ipu_csc_scaler_s_ctrl()[all …]
406 sink as a second one, e.g. `./bpf_dbg test_in.txt test_out.txt`.
Completed in 11 milliseconds