Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/test-drivers/
Dvim2m.c450 u8 *p_in, *p_line, *p_in_x[2], *p, *p_out; in device_process() local
526 p_in_x[0] = p_line; in device_process()
537 p_in_x[1] = p_line - x_offset * bytes_per_pixel; in device_process()
539 p_in_x[1] = p_line + x_offset * bytes_per_pixel; in device_process()
542 p_in_x, &p_out, y_out, in device_process()
554 p_in_x[0] = p_line - x_offset * bytes_per_pixel; in device_process()
556 p_in_x[0] = p_line + x_offset * bytes_per_pixel; in device_process()