Searched refs:x_int (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/ |
H A D | vim2m.c | 452 unsigned int x, y, y_in, y_out, x_int, x_fract, x_err, x_offset; in device_process() local 515 x_int = q_data_in->width / q_data_out->width; in device_process() 529 x_offset += x_int; in device_process() 546 x_offset += x_int; in device_process()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/ |
H A D | vim2m.c | 447 unsigned int x, y, y_in, y_out, x_int, x_fract, x_err, x_offset; in device_process() local 510 x_int = q_data_in->width / q_data_out->width; in device_process() 524 x_offset += x_int; in device_process() 541 x_offset += x_int; in device_process()
|
Completed in 4 milliseconds