Home
last modified time | relevance | path

Searched refs:ybpp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c46 .ybpp = 1,
54 .ybpp = 1,
62 .ybpp = 1,
70 .ybpp = 2,
78 .ybpp = 4,
86 .ybpp = 4,
H A Dcamif-regs.c229 static void camif_get_dma_burst(u32 width, u32 ybpp, u32 *mburst, u32 *rburst) in camif_get_dma_burst() argument
231 unsigned int nwords = width * ybpp / 4; in camif_get_dma_burst()
234 if (WARN_ON(width < 8 || (width * ybpp) & 7)) in camif_get_dma_burst()
276 camif_get_dma_burst(frame->rect.width, fmt->ybpp, &ymburst, &yrburst); in camif_hw_set_output_dma()
H A Dcamif-core.h97 u8 ybpp; member
H A Dcamif-capture.c696 pix->bytesperline = frame->f_width * fmt->ybpp; in s3c_camif_vidioc_g_fmt()
747 pix->bytesperline = pix->width * fmt->ybpp; in __camif_video_try_format()