Lines Matching full:venc
22 * VENC Handle the pixels encoding to the output formats.
34 * VENC paths :
39 * vd1---| |-| | | VENC /---------|----VDAC
935 /* Repeat VENC pixels for 480/576i/p, 720p50/60 and 1080p50/60 */ in meson_venc_hdmi_venc_repeat()
1006 /* Repeat VENC pixels for 480/576i/p, 720p50/60 and 1080p50/60 */ in meson_venc_hdmi_mode_set()
1527 /* Invert polarity of HSYNC from VENC */ in meson_venc_hdmi_mode_set()
1531 /* Invert polarity of VSYNC from VENC */ in meson_venc_hdmi_mode_set()
1539 * Write rate to the async FIFO between VENC and HDMI. in meson_venc_hdmi_mode_set()
1546 * Read rate to the async FIFO between VENC and HDMI. in meson_venc_hdmi_mode_set()
1554 priv->venc.hdmi_repeat = hdmi_repeat; in meson_venc_hdmi_mode_set()
1555 priv->venc.venc_repeat = venc_repeat; in meson_venc_hdmi_mode_set()
1556 priv->venc.hdmi_use_enci = use_enci; in meson_venc_hdmi_mode_set()
1558 priv->venc.current_mode = MESON_VENC_MODE_HDMI; in meson_venc_hdmi_mode_set()
1757 priv->venc.current_mode = MESON_VENC_MODE_MIPI_DSI; in meson_venc_mipi_dsi_mode_set()
1766 if (mode->mode_tag == priv->venc.current_mode) in meson_venci_cvbs_mode_set()
1844 /* Internal Venc, Internal VIU Sync, Internal Vencoder */ in meson_venci_cvbs_mode_set()
1940 priv->venc.current_mode = mode->mode_tag; in meson_venci_cvbs_mode_set()
1951 switch (priv->venc.current_mode) { in meson_venc_enable_vsync()
1999 priv->venc.current_mode = MESON_VENC_MODE_NONE; in meson_venc_init()