ydepth 92 drivers/media/platform/sh_veu.c unsigned int ydepth; ydepth 147 drivers/media/platform/sh_veu.c [SH_VEU_FMT_NV12] = { .ydepth = 8, .depth = 12, .fourcc = V4L2_PIX_FMT_NV12 }, ydepth 148 drivers/media/platform/sh_veu.c [SH_VEU_FMT_NV16] = { .ydepth = 8, .depth = 16, .fourcc = V4L2_PIX_FMT_NV16 }, ydepth 149 drivers/media/platform/sh_veu.c [SH_VEU_FMT_NV24] = { .ydepth = 8, .depth = 24, .fourcc = V4L2_PIX_FMT_NV24 }, ydepth 150 drivers/media/platform/sh_veu.c [SH_VEU_FMT_RGB332] = { .ydepth = 8, .depth = 8, .fourcc = V4L2_PIX_FMT_RGB332 }, ydepth 151 drivers/media/platform/sh_veu.c [SH_VEU_FMT_RGB444] = { .ydepth = 16, .depth = 16, .fourcc = V4L2_PIX_FMT_RGB444 }, ydepth 152 drivers/media/platform/sh_veu.c [SH_VEU_FMT_RGB565] = { .ydepth = 16, .depth = 16, .fourcc = V4L2_PIX_FMT_RGB565 }, ydepth 153 drivers/media/platform/sh_veu.c [SH_VEU_FMT_RGB666] = { .ydepth = 32, .depth = 32, .fourcc = V4L2_PIX_FMT_BGR666 }, ydepth 154 drivers/media/platform/sh_veu.c [SH_VEU_FMT_RGB24] = { .ydepth = 24, .depth = 24, .fourcc = V4L2_PIX_FMT_RGB24 }, ydepth 162 drivers/media/platform/sh_veu.c .bytesperline = (VGA_WIDTH * sh_veu_fmt[DEFAULT_IN_FMTIDX].ydepth) >> 3, \ ydepth 171 drivers/media/platform/sh_veu.c .bytesperline = (VGA_WIDTH * sh_veu_fmt[DEFAULT_OUT_FMTIDX].ydepth) >> 3, \ ydepth 403 drivers/media/platform/sh_veu.c vfmt->fmt->depth / vfmt->fmt->ydepth; ydepth 443 drivers/media/platform/sh_veu.c y_bytes_used = (pix->width * fmt->ydepth) >> 3; ydepth 447 drivers/media/platform/sh_veu.c pix->sizeimage = pix->height * pix->bytesperline * fmt->depth / fmt->ydepth; ydepth 861 drivers/media/platform/sh_veu.c vfmt->fmt->depth / vfmt->fmt->ydepth; ydepth 890 drivers/media/platform/sh_veu.c vfmt->fmt->depth / vfmt->fmt->ydepth;