Lines Matching refs:tile_w
207 int tile_w, bytes_left; in device_process() local
230 tile_w = (width * (q_data[V4L2_M2M_DST].fmt->depth >> 3)) in device_process()
232 bytes_left = bytesperline - tile_w * MEM2MEM_NUM_TILES; in device_process()
256 for (x = 0; x < tile_w; ++x) in device_process()
260 for (x = 0; x < tile_w; ++x) in device_process()
273 p_out += MEM2MEM_NUM_TILES * tile_w; in device_process()
276 for (x = 0; x < tile_w; ++x) in device_process()
280 for (x = 0; x < tile_w; ++x) in device_process()
296 for (x = 0; x < tile_w; ++x) in device_process()
300 for (x = 0; x < tile_w; ++x) in device_process()
315 for (x = 0; x < tile_w; ++x) in device_process()
319 for (x = 0; x < tile_w; ++x) in device_process()