Searched refs:ybpp (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
H A D | camif-core.c | 52 .ybpp = 1, 61 .ybpp = 1, 70 .ybpp = 1, 79 .ybpp = 2, 88 .ybpp = 4, 97 .ybpp = 4,
|
H A D | camif-regs.c | 232 static void camif_get_dma_burst(u32 width, u32 ybpp, u32 *mburst, u32 *rburst) camif_get_dma_burst() argument 234 unsigned int nwords = width * ybpp / 4; camif_get_dma_burst() 237 if (WARN_ON(width < 8 || (width * ybpp) & 7)) camif_get_dma_burst() 279 camif_get_dma_burst(frame->rect.width, fmt->ybpp, &ymburst, &yrburst); camif_hw_set_output_dma()
|
H A D | camif-core.h | 92 * @ybpp: number of luminance bytes per pixel 101 u8 ybpp; member in struct:camif_fmt
|
H A D | camif-capture.c | 717 pix->bytesperline = frame->f_width * fmt->ybpp; s3c_camif_vidioc_g_fmt() 768 pix->bytesperline = pix->width * fmt->ybpp; __camif_video_try_format()
|
Completed in 79 milliseconds