Home
last modified time | relevance | path

Searched full:deinterlacing (Results 1 – 14 of 14) sorted by relevance

/linux/Documentation/admin-guide/media/
H A Drcar-fdp1.rst9 The video deinterlacing mode (such as Bob, Weave, ...). The R-Car FDP1
19 deinterlacing is performed. Apart from (optional) format and encoding
22 - Motion adaptive version of 2D and 3D deinterlacing. Use 3D deinterlacing
23 in the presence of fast motion and 2D deinterlacing with diagonal
35 is also known as weave deinterlacing.
39 known as weave deinterlacing.
/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c419 bool deinterlacing; /* using de-interlacer */ member
805 if (!(s_q_data->flags & Q_IS_INTERLACED) || !ctx->deinterlacing) { in set_dei_regs()
892 ctx->deinterlacing = true; in set_srcdst_params()
895 ctx->deinterlacing = false; in set_srcdst_params()
1220 if (ctx->deinterlacing && s_q_data->flags & Q_IS_SEQ_XX && in device_run()
1239 if (ctx->deinterlacing) { in device_run()
1288 if (ctx->deinterlacing) in device_run()
1300 if (ctx->deinterlacing) { in device_run()
1311 if (ctx->deinterlacing) in device_run()
1318 if (ctx->deinterlacing) { in device_run()
[all …]
/linux/Documentation/devicetree/bindings/media/
H A Dti,vpe.yaml15 path which can perform chroma up/down sampling, deinterlacing,
H A Dallwinner,sun8i-h3-deinterlace.yaml16 deinterlacing interlaced video content.
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-image-process.rst49 The video deinterlacing mode (such as Bob, Weave, ...). The menu items are
/linux/drivers/media/platform/
H A DKconfig50 Generic deinterlacing V4L2 driver.
H A Dm2m-deinterlace.c3 * V4L2 deinterlacing support.
22 MODULE_DESCRIPTION("mem2mem device which supports deinterlacing using dmaengine");
672 /* Check that input and output deinterlacing types are compatible */ in vidioc_streamon()
/linux/Documentation/devicetree/bindings/display/
H A Dallwinner,sun4i-a10-display-frontend.yaml15 deinterlacing and color space conversion.
/linux/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c214 /* Config for directional deinterlacing without motion */
1219 /* Enable directional deinterlacing processing */ in sti_hqvdp_atomic_update()
/linux/drivers/media/usb/usbtv/
H A Dusbtv-video.c355 /* Copy data from chunk into a frame buffer, deinterlacing the data
/linux/drivers/media/platform/renesas/
H A Drcar_fdp1.c497 FDP1_PROGRESSIVE = 0, /* Must be zero when !deinterlacing */
914 /* Deint mode is non-zero when deinterlacing */ in fdp1_configure_rpf()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1165 case V4L2_CID_DEINTERLACING_MODE: return "Deinterlacing Mode"; in v4l2_ctrl_get_name()
/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c693 /* Deinterlacing adjustment : stretch a field to a frame */ in bdisp_hw_get_op_cfg()
/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2702 * order fields can screw up deinterlacing in bttv_irq_next_video()