Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h168 unsigned int bpl_max; /* maximum bytes per line value */ member
H A Dispvideo.c169 if (video->bpl_max) in isp_video_mbus_to_pix()
170 bpl = clamp(bpl, min_bpl, video->bpl_max); in isp_video_mbus_to_pix()