Home
last modified time | relevance | path

Searched refs:vdiv (Results 1 – 16 of 16) sorted by relevance

/drivers/media/v4l2-core/
A Dv4l2-common.c246 …es = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
247 …es = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
248 …es = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
249 …es = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
250 …es = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
251 …es = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
252 …es = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
265 …es = 1, .comp_planes = 1, .bpp = { 6, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
266 …es = 1, .comp_planes = 1, .bpp = { 6, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
417 unsigned int vdiv = plane ? info->vdiv : 1; in v4l2_format_plane_height() local
[all …]
/drivers/media/platform/amlogic/c3/isp/
A Dc3-isp-capture.c31 .vdiv = 1,
41 .vdiv = 2,
51 .vdiv = 2,
61 .vdiv = 2
71 .vdiv = 2,
83 .vdiv = 1,
93 .vdiv = 1,
103 .vdiv = 1,
113 .vdiv = 1,
353 unsigned int vdiv = (i == 0) ? 1 : info->vdiv; in c3_cap_try_fmt() local
[all …]
A Dc3-isp-common.h87 u8 vdiv; member
/drivers/hwmon/
A Dgsc-hwmon.c189 if (ch->vdiv[0] && ch->vdiv[1]) { in gsc_hwmon_read()
190 tmp *= (ch->vdiv[0] + ch->vdiv[1]); in gsc_hwmon_read()
191 tmp /= ch->vdiv[1]; in gsc_hwmon_read()
294 ch->vdiv, ARRAY_SIZE(ch->vdiv)); in gsc_hwmon_get_devtree_pdata()
/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
A Dmcp77.c38 u32 vdiv; member
263 clk->vdiv = divs << 16; in mcp77_clk_calc()
266 clk->vdiv = P1 << 16; in mcp77_clk_calc()
274 nvkm_debug(subdev, " vdiv: %08x\n", clk->vdiv); in mcp77_clk_calc()
365 nvkm_wr32(device, 0x4600, clk->vdiv); in mcp77_clk_prog()
/drivers/video/fbdev/core/
A Dsvgalib.c508 u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node) in svga_set_timings() argument
544 value = (value * vmul) / vdiv; in svga_set_timings()
549 value = (value * vmul) / vdiv; in svga_set_timings()
554 value = (value * vmul) / vdiv; in svga_set_timings()
559 value = (value * vmul) / vdiv; in svga_set_timings()
564 value = (value * vmul) / vdiv; in svga_set_timings()
569 value = (value * vmul) / vdiv; in svga_set_timings()
/drivers/media/test-drivers/vivid/
A Dvivid-kthread-cap.c223 unsigned vdiv = out_dev->fmt_out->vdownsampling[p]; in vivid_copy_buffer() local
264 (dev->loop_vid_out.top / vdiv) * stride_out; in vivid_copy_buffer()
266 (dev->compose_cap.top / vdiv) * stride_cap; in vivid_copy_buffer()
273 for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap) in vivid_copy_buffer()
294 for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) { in vivid_copy_buffer()
374 if (vid_out_error >= dev->loop_vid_cap.height / vdiv) { in vivid_copy_buffer()
375 vid_out_error -= dev->loop_vid_cap.height / vdiv; in vivid_copy_buffer()
382 for (; y < img_height; y += vdiv, vcapbuf += stride_cap) in vivid_copy_buffer()
/drivers/media/platform/rockchip/rkisp1/
A Drkisp1-resizer.c22 u32 vdiv; member
29 .vdiv = 1,
34 .vdiv = 2,
293 sink_c.height = sink_y->height / sink_yuv_info->vdiv; in rkisp1_rsz_config()
298 src_c.height = src_y.height / src_yuv_info->vdiv; in rkisp1_rsz_config()
A Drkisp1-capture.c1249 DIV_ROUND_UP(pixm->height, info->vdiv); in rkisp1_fill_pixfmt()
/drivers/staging/media/sunxi/sun6i-isp/
A Dsun6i_isp_capture.c101 DIV_ROUND_UP(height, info->vdiv); in sun6i_isp_capture_buffer_configure()
407 unsigned int vdiv = (i == 0) ? 1 : info->vdiv; in sun6i_isp_capture_format_prepare() local
411 DIV_ROUND_UP(height, vdiv); in sun6i_isp_capture_format_prepare()
/drivers/media/platform/sunxi/sun6i-csi/
A Dsun6i_csi_capture.c366 DIV_ROUND_UP(height, info->vdiv); in sun6i_csi_capture_buffer_configure()
943 format_info->vdiv == 1) in sun6i_csi_capture_link_validate()
/drivers/media/platform/nvidia/tegra-vde/
A Dv4l2.c447 unsigned int vdiv = (i == 0) ? 1 : 2; in tegra_fill_pixfmt_mp() local
458 plane->sizeimage = plane->bytesperline * height / vdiv; in tegra_fill_pixfmt_mp()
/drivers/media/common/v4l2-tpg/
A Dv4l2-tpg-core.c1916 unsigned vdiv = tpg->vdownsampling[p]; \
1924 for (line = first; line < 16; line += vdiv * step) { \
1926 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \
1927 ((y * step + l) / (vdiv * div)) * tpg->bytesperline[p] + \
/drivers/media/platform/chips-media/wave5/
A Dwave5-vpu-enc.c150 chroma_size = luma_size / (info->hdiv * info->vdiv); in start_encode()
1152 if (info->hdiv == 2 && info->vdiv == 1) in wave5_set_enc_openparam()
/drivers/media/platform/synopsys/hdmirx/
A Dsnps_hdmirx.c1234 height = pixm->height / finfo->vdiv; in hdmirx_set_fmt()
/drivers/media/usb/uvc/
A Duvc_driver.c400 unsigned int div = info->hdiv * info->vdiv; in uvc_parse_format()

Completed in 62 milliseconds