Lines Matching full:venc
20 * VENC Handle the pixels encoding to the output formats.
32 * VENC paths :
37 * vd1---| |-| | | VENC /---------|----VDAC
933 /* Repeat VENC pixels for 480/576i/p, 720p50/60 and 1080p50/60 */ in meson_venc_hdmi_venc_repeat()
1004 /* Repeat VENC pixels for 480/576i/p, 720p50/60 and 1080p50/60 */ in meson_venc_hdmi_mode_set()
1525 /* Invert polarity of HSYNC from VENC */ in meson_venc_hdmi_mode_set()
1529 /* Invert polarity of VSYNC from VENC */ in meson_venc_hdmi_mode_set()
1537 * Write rate to the async FIFO between VENC and HDMI. in meson_venc_hdmi_mode_set()
1544 * Read rate to the async FIFO between VENC and HDMI. in meson_venc_hdmi_mode_set()
1552 priv->venc.hdmi_repeat = hdmi_repeat; in meson_venc_hdmi_mode_set()
1553 priv->venc.venc_repeat = venc_repeat; in meson_venc_hdmi_mode_set()
1554 priv->venc.hdmi_use_enci = use_enci; in meson_venc_hdmi_mode_set()
1556 priv->venc.current_mode = MESON_VENC_MODE_HDMI; in meson_venc_hdmi_mode_set()
1565 if (mode->mode_tag == priv->venc.current_mode) in meson_venci_cvbs_mode_set()
1643 /* Internal Venc, Internal VIU Sync, Internal Vencoder */ in meson_venci_cvbs_mode_set()
1739 priv->venc.current_mode = mode->mode_tag; in meson_venci_cvbs_mode_set()
1791 priv->venc.current_mode = MESON_VENC_MODE_NONE; in meson_venc_init()