Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/test-drivers/
H A 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()
/kernel/linux/linux-6.6/drivers/media/test-drivers/
H A Dvim2m.c445 u8 *p_in, *p_line, *p_in_x[2], *p, *p_out; in device_process() local
521 p_in_x[0] = p_line; in device_process()
532 p_in_x[1] = p_line - x_offset * bytes_per_pixel; in device_process()
534 p_in_x[1] = p_line + x_offset * bytes_per_pixel; in device_process()
537 p_in_x, &p_out, y_out, in device_process()
549 p_in_x[0] = p_line - x_offset * bytes_per_pixel; in device_process()
551 p_in_x[0] = p_line + x_offset * bytes_per_pixel; in device_process()

Completed in 4 milliseconds