Searched refs:ybpp (Results 1 – 4 of 4) sorted by relevance
/drivers/media/platform/s3c-camif/ |
D | camif-core.c | 52 .ybpp = 1, 61 .ybpp = 1, 70 .ybpp = 1, 79 .ybpp = 2, 88 .ybpp = 4, 97 .ybpp = 4,
|
D | camif-regs.c | 232 static void camif_get_dma_burst(u32 width, u32 ybpp, u32 *mburst, u32 *rburst) in camif_get_dma_burst() argument 234 unsigned int nwords = width * ybpp / 4; in camif_get_dma_burst() 237 if (WARN_ON(width < 8 || (width * ybpp) & 7)) in camif_get_dma_burst() 279 camif_get_dma_burst(frame->rect.width, fmt->ybpp, &ymburst, &yrburst); in camif_hw_set_output_dma()
|
D | camif-core.h | 101 u8 ybpp; member
|
D | camif-capture.c | 730 pix->bytesperline = frame->f_width * fmt->ybpp; in s3c_camif_vidioc_g_fmt() 781 pix->bytesperline = pix->width * fmt->ybpp; in __camif_video_try_format()
|