Home
last modified time | relevance | path

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

/linux/drivers/staging/media/omap4iss/
A Diss_video.h152 unsigned int bpl_max; /* maximum bytes per line value */ member
A Diss_video.c144 if (video->bpl_max) in iss_video_mbus_to_pix()
145 bpl = clamp(bpl, min_bpl, video->bpl_max); in iss_video_mbus_to_pix()
A Diss_ipipeif.c766 ipipeif->video_out.bpl_max = 0x1ffe0; in ipipeif_init_entities()
A Diss_resizer.c806 resizer->video_out.bpl_max = 0x1ffe0; in resizer_init_entities()
A Diss_csi2.c1289 csi2->video_out.bpl_max = 0x1ffe0; in csi2_init_entities()
/linux/drivers/media/platform/omap3isp/
A Dispvideo.h161 unsigned int bpl_max; /* maximum bytes per line value */ member
A Dispvideo.c165 if (video->bpl_max) in isp_video_mbus_to_pix()
166 bpl = clamp(bpl, min_bpl, video->bpl_max); in isp_video_mbus_to_pix()
A Dispccp2.c1107 ccp2->video_in.bpl_max = 0xffffffe0; in ccp2_init_entities()
A Dispcsi2.c1264 csi2->video_out.bpl_max = 0x1ffe0; in csi2_init_entities()

Completed in 18 milliseconds