Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/
Dmx2_emmaprp.c42 #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()
Dvim2m.c44 #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()
Dsh_veu.c75 #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/
Dvpe.c54 #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/
Dcoda-common.c51 #define MIN_W 176 macro
502 v4l_bound_align_image(&f->fmt.pix.width, MIN_W, max_w, W_ALIGN, in coda_try_fmt()