Searched refs:comp_planes (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/drivers/media/v4l2-core/ |
D | v4l2-common.c | 238 …{ .format = V4L2_PIX_FMT_BGR24, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 239 …{ .format = V4L2_PIX_FMT_RGB24, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 240 …{ .format = V4L2_PIX_FMT_HSV24, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 241 …{ .format = V4L2_PIX_FMT_BGR32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 242 …{ .format = V4L2_PIX_FMT_XBGR32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 243 …{ .format = V4L2_PIX_FMT_BGRX32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 244 …{ .format = V4L2_PIX_FMT_RGB32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 245 …{ .format = V4L2_PIX_FMT_XRGB32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 246 …{ .format = V4L2_PIX_FMT_RGBX32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info() 247 …{ .format = V4L2_PIX_FMT_HSV32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info() [all …]
|
/Linux-v6.6/drivers/media/platform/amphion/ |
D | vdec.c | 73 .comp_planes = 2, 80 .comp_planes = 2, 87 .comp_planes = 2, 94 .comp_planes = 2, 101 .comp_planes = 1, 108 .comp_planes = 1, 115 .comp_planes = 1, 122 .comp_planes = 1, 129 .comp_planes = 1, 136 .comp_planes = 1, [all …]
|
D | vpu_v4l2.c | 158 for (i = 0; i < fmt->comp_planes; i++) in vpu_calc_fmt_bytesperline() 162 if (pixmp->num_planes == fmt->comp_planes) { in vpu_calc_fmt_bytesperline() 163 for (i = 0; i < fmt->comp_planes; i++) in vpu_calc_fmt_bytesperline() 173 for (i = 0; i < fmt->comp_planes; i++) in vpu_calc_fmt_bytesperline() 191 for (i = 0; i < fmt->comp_planes; i++) { in vpu_calc_fmt_sizeimage() 217 if (fmt->comp_planes == fmt->mem_planes) in vpu_get_fmt_plane_size() 223 for (i = fmt->mem_planes; i < fmt->comp_planes; i++) in vpu_get_fmt_plane_size()
|
D | vpu_helpers.c | 74 sibling->comp_planes != fmt->comp_planes) in vpu_helper_find_sibling()
|
D | vpu.h | 89 u32 comp_planes; member
|
D | venc.c | 73 .comp_planes = 2, 80 .comp_planes = 2, 87 .comp_planes = 1,
|
/Linux-v6.6/drivers/media/platform/nxp/imx-jpeg/ |
D | mxc-jpeg.c | 73 .comp_planes = 1, 83 .comp_planes = 1, 97 .comp_planes = 1, 111 .comp_planes = 1, 125 .comp_planes = 1, 139 .comp_planes = 2, /* 1 plane Y, 1 plane UV interleaved */ 152 .comp_planes = 2, /* 1 plane Y, 1 plane UV interleaved */ 165 .comp_planes = 2, /* 1 plane Y, 1 plane UV interleaved */ 178 .comp_planes = 2, /* 1 plane Y, 1 plane UV interleaved */ 191 .comp_planes = 1, [all …]
|
D | mxc-jpeg.h | 63 int comp_planes; member
|
/Linux-v6.6/drivers/staging/media/sunxi/sun6i-isp/ |
D | sun6i_isp_capture.c | 91 if (info->comp_planes > 1) { in sun6i_isp_capture_buffer_configure() 98 if (info->comp_planes > 2) { in sun6i_isp_capture_buffer_configure() 135 if (info->comp_planes > 1) { in sun6i_isp_capture_configure() 407 for (i = 0; i < info->comp_planes; i++) { in sun6i_isp_capture_format_prepare()
|
/Linux-v6.6/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-capture.c | 448 if (cap->pix.info->comp_planes == 2) { in rkisp1_mp_config() 489 if (cap->pix.info->comp_planes == 2) { in rkisp1_sp_config() 818 if (cap->pix.info->comp_planes == 3 && cap->pix.cfg->uv_swap) in rkisp1_vb2_buf_init() 1113 for (i = 1; i < info->comp_planes; i++) { in rkisp1_fill_pixfmt() 1130 for (i = 1; i < info->comp_planes; i++) in rkisp1_fill_pixfmt()
|
/Linux-v6.6/drivers/media/platform/sunxi/sun6i-csi/ |
D | sun6i_csi_capture.c | 357 if (info->comp_planes > 1) { in sun6i_csi_capture_buffer_configure() 364 if (info->comp_planes > 2) { in sun6i_csi_capture_buffer_configure() 426 if (info->comp_planes > 1) in sun6i_csi_capture_configure()
|
/Linux-v6.6/include/media/ |
D | v4l2-common.h | 493 u8 comp_planes; member
|
/Linux-v6.6/drivers/media/usb/uvc/ |
D | uvc_driver.c | 290 for (i = 1; i < info->comp_planes; i++) in uvc_parse_format()
|