Searched refs:MIN_W (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/media/platform/ |
D | mx2_emmaprp.c | 42 #define MIN_W 32 macro 507 v4l_bound_align_image(&f->fmt.pix.width, MIN_W, MAX_W, in vidioc_try_fmt() 512 v4l_bound_align_image(&f->fmt.pix.width, MIN_W, MAX_W, in vidioc_try_fmt()
|
D | vim2m.c | 44 #define MIN_W 32 macro 525 if (f->fmt.pix.width < MIN_W) in vidioc_try_fmt() 526 f->fmt.pix.width = MIN_W; in vidioc_try_fmt()
|
D | sh_veu.c | 75 #define MIN_W 8 macro 448 v4l_bound_align_image(&pix->width, MIN_W, MAX_W, ALIGN_W, in sh_veu_try_fmt()
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpe.c | 54 #define MIN_W 32 macro 1471 v4l_bound_align_image(&pix->width, MIN_W, MAX_W, w_align, in __vpe_try_fmt() 1639 v4l_bound_align_image(&s->r.width, MIN_W, q_data->width, 1, in __vpe_try_selection()
|
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda-common.c | 51 #define MIN_W 176 macro 502 v4l_bound_align_image(&f->fmt.pix.width, MIN_W, max_w, W_ALIGN, in coda_try_fmt()
|