Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Dvim2m.c213 int tile_w, bytes_left; in device_process() local
236 tile_w = (width * (q_data[V4L2_M2M_DST].fmt->depth >> 3)) in device_process()
238 bytes_left = bytesperline - tile_w * MEM2MEM_NUM_TILES; in device_process()
262 for (x = 0; x < tile_w; ++x) in device_process()
266 for (x = 0; x < tile_w; ++x) in device_process()
279 p_out += MEM2MEM_NUM_TILES * tile_w; in device_process()
282 for (x = 0; x < tile_w; ++x) in device_process()
286 for (x = 0; x < tile_w; ++x) in device_process()
302 for (x = 0; x < tile_w; ++x) in device_process()
306 for (x = 0; x < tile_w; ++x) in device_process()
[all …]