Searched refs:bpl_max (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h168 unsigned int bpl_max; /* maximum bytes per line value */ member in struct:isp_video
H A Dispvideo.c165 if (video->bpl_max)
166 bpl = clamp(bpl, min_bpl, video->bpl_max);
H A Dispcsi2.c1265 csi2->video_out.bpl_max = 0x1ffe0;
H A Dispccp2.c1108 ccp2->video_in.bpl_max = 0xffffffe0;
/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.h159 unsigned int bpl_max; /* maximum bytes per line value */ member in struct:iss_video
H A Diss_ipipeif.c765 ipipeif->video_out.bpl_max = 0x1ffe0;
H A Diss_video.c142 if (video->bpl_max)
143 bpl = clamp(bpl, min_bpl, video->bpl_max);
H A Diss_csi2.c1288 csi2->video_out.bpl_max = 0x1ffe0;
H A Diss_resizer.c805 resizer->video_out.bpl_max = 0x1ffe0;

Completed in 134 milliseconds