Home
last modified time | relevance | path

Searched refs:encoders (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/linux/drivers/media/platform/st/sti/hva/
H A Dhva-debugfs.c292 while (hva->encoders[i]) { in encoders_show()
293 seq_printf(s, "|- %s: %4.4s => %4.4s\n", hva->encoders[i]->name, in encoders_show()
294 (char *)&hva->encoders[i]->pixelformat, in encoders_show()
295 (char *)&hva->encoders[i]->streamformat); in encoders_show()
333 DEFINE_SHOW_ATTRIBUTE(encoders);
342 hva_dbg_create_entry(encoders); in hva_debugfs_create()
H A Dhva.h358 const struct hva_enc *encoders[HVA_MAX_ENCODERS]; member
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_encoder_dsi.c157 priv->encoders[MESON_ENC_DSI] = meson_encoder_dsi; in meson_encoder_dsi_init()
168 if (priv->encoders[MESON_ENC_DSI]) { in meson_encoder_dsi_remove()
169 meson_encoder_dsi = priv->encoders[MESON_ENC_DSI]; in meson_encoder_dsi_remove()
H A Dmeson_encoder_cvbs.c285 priv->encoders[MESON_ENC_CVBS] = meson_encoder_cvbs; in meson_encoder_cvbs_init()
294 if (priv->encoders[MESON_ENC_CVBS]) { in meson_encoder_cvbs_remove()
295 meson_encoder_cvbs = priv->encoders[MESON_ENC_CVBS]; in meson_encoder_cvbs_remove()
H A Dmeson_encoder_hdmi.c459 priv->encoders[MESON_ENC_HDMI] = meson_encoder_hdmi; in meson_encoder_hdmi_init()
474 if (priv->encoders[MESON_ENC_HDMI]) { in meson_encoder_hdmi_remove()
475 meson_encoder_hdmi = priv->encoders[MESON_ENC_HDMI]; in meson_encoder_hdmi_remove()
H A Dmeson_drv.h60 void *encoders[MESON_ENC_LAST]; member
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A DKconfig39 Enable support for the R-Car Display Unit embedded LVDS encoders.
55 Enable support for the R-Car Display Unit embedded MIPI DSI encoders.
69 Enable support for the RZ/G2L Display Unit embedded MIPI DSI encoders.
/openbmc/linux/drivers/gpu/drm/i2c/
H A DKconfig9 Support for Chrontel ch7006 and similar TV encoders, found
29 Support for NXP Semiconductors TDA998X HDMI encoders.
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-vaapi_1.24.10.bb41 PACKAGECONFIG ??= "drm encoders \
47 PACKAGECONFIG[encoders] = "-Dencoders=enabled,-Dencoders=disabled"
H A Dgstreamer1.0-libav_1.24.10.bb2 DESCRIPTION = "Contains a GStreamer plugin for using the encoders, decoders, \
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap-dss.txt19 a RGB pixel stream to encoders.
27 The DSS Core and the encoders have video port outputs. The structure of the
33 panels or external encoders.
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c116 s302m->encoders = vidtv_s302m_encoder_init(encoder_args); in vidtv_channel_s302m_init()
117 if (!s302m->encoders) in vidtv_channel_s302m_init()
143 vidtv_s302m_encoder_destroy(s302m->encoders); in vidtv_channel_s302m_init()
539 vidtv_channel_encoder_destroy(curr->encoders); in vidtv_channels_destroy()
H A Dvidtv_channel.h60 struct vidtv_encoder *encoders; member
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c1337 u32 encoders = 0; in nouveau_connector_create() local
1342 encoders |= (1 << dcbt->entry[i].type); in nouveau_connector_create()
1345 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create()
1346 if (encoders & (1 << DCB_OUTPUT_TMDS)) in nouveau_connector_create()
1351 if (encoders & (1 << DCB_OUTPUT_TMDS)) { in nouveau_connector_create()
1352 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create()
1357 if (encoders & (1 << DCB_OUTPUT_ANALOG)) { in nouveau_connector_create()
1360 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create()
1363 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-encoder-cmd.rst58 started yet. Applies to both queues of mem2mem encoders.
63 mem2mem encoders.
67 encoders (as further documented in :ref:`encoder`).
H A Dext-ctrls-jpeg.rst9 The JPEG class includes controls for common features of JPEG encoders
83 control is valid only for encoders.
H A Dvidioc-g-parm.rst43 For stateful encoders (see :ref:`encoder`) this represents the
116 For stateful encoders (see :ref:`encoder`) this represents the
174 For stateful encoders (see :ref:`encoder`) this represents the
/openbmc/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_test_pv_muxing.c173 enum vc4_encoder_type *encoders; member
187 .encoders = (enum vc4_encoder_type[]) { __VA_ARGS__ }, \
685 enum vc4_encoder_type enc_type = params->encoders[i]; in drm_vc4_test_pv_muxing()
698 enum vc4_encoder_type enc_type = params->encoders[i]; in drm_vc4_test_pv_muxing()
714 enum vc4_encoder_type enc_type = params->encoders[i]; in drm_vc4_test_pv_muxing_invalid()
/openbmc/linux/drivers/gpu/drm/bridge/adv7511/
H A DKconfig9 Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.
/openbmc/linux/Documentation/admin-guide/media/
H A Dintro.rst17 - Media encoders and decoders.
H A Di2c-cardlist.rst212 Video encoders
223 ak881x AK8813/AK8814 video encoders
224 saa7127 Philips SAA7127/9 digital video encoders
/openbmc/linux/Documentation/gpu/
H A Ddrm-kms.rst66 For the output routing the first step is encoders (represented by
72 Unfortunately encoders have been exposed to userspace, hence can't remove them
75 A CRTC can be connected to multiple encoders, and for an active CRTC there must
80 Abstraction`_). Connectors can have different possible encoders, but the kernel
136 share code for encoders (sometimes on the same SoC, sometimes off-chip) one or
140 the CRTC and any encoders. Often for drivers with bridges there's no code left
143 backwards compatibility since encoders are exposed to userspace.
/openbmc/linux/Documentation/input/devices/
H A Drotary-encoder.rst10 Rotary encoders are devices which are connected to the CPU or other
15 Some encoders have both outputs low in stable states, others also have
/openbmc/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.h77 struct drm_encoder *encoders[8]; member
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dadv7343.txt3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP

123