Home
last modified time | relevance | path

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

/openbmc/linux/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()