Home
last modified time | relevance | path

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

/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-v4l2.c131 enc = hva->encoders[i]; in hva_find_encoder()
161 register_format(hva->encoders[i]->pixelformat, in register_formats()
165 register_format(hva->encoders[i]->streamformat, in register_formats()
185 hva->encoders[hva->nb_of_encoders++] = hva_encoders[i]; in register_encoders()
/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.
/linux/drivers/gpu/drm/renesas/rcar-du/
H A DKconfig42 Enable support for the R-Car Display Unit embedded LVDS encoders.
58 Enable support for the R-Car Display Unit embedded MIPI DSI encoders.
/linux/drivers/gpu/drm/vkms/
H A Dvkms_config.h28 struct list_head encoders; member
145 list_for_each_entry((encoder_cfg), &(config)->encoders, link)
H A Dvkms_config.c27 INIT_LIST_HEAD(&config->encoders); in vkms_config_create()
126 list_for_each_entry_safe(encoder_cfg, encoder_tmp, &config->encoders, link) in vkms_config_destroy()
230 n_encoders = list_count_nodes((struct list_head *)&config->encoders); in valid_encoder_number()
537 list_add_tail(&encoder_cfg->link, &config->encoders); in vkms_config_create_encoder()
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.h60 struct vidtv_encoder *encoders; member
/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.rst10 The JPEG class includes controls for common features of JPEG encoders
84 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
H A Dextended-controls.rst21 large and the currently supported hardware MPEG encoders each only
H A Ddev-encoder.rst262 schedule multiple encoders running in parallel.
323 However, drivers that can schedule multiple encoders based on the
698 This sequence may be also used to change encoding parameters for encoders
H A Dcontrol.rst302 encoders.
H A Dhist-v4l2.rst982 3. Added new capabilities for modulators and RDS encoders.
/linux/Documentation/admin-guide/media/
H A Dintro.rst17 - Media encoders and decoders.
H A Ddvb_intro.rst41 screen. Some Analogue TV cards for PCs have onboard MPEG2 encoders which
/linux/drivers/media/cec/i2c/
H A DKconfig25 controller block integrated into several NXP TDA998x HDMI encoders.
/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
/linux/drivers/gpu/drm/stm/
H A DKconfig30 Enable support for LVDS encoders on STMicroelectronics SoC.
/linux/drivers/gpu/drm/meson/
H A Dmeson_drv.h60 void *encoders[MESON_ENC_LAST]; member
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst50 may also provide support for a limited number of audio encoders and
105 codecs on a capture stream will return encoders, decoders will be
128 cases decoders will ignore other fields, while encoders will strictly
/linux/Documentation/driver-api/media/drivers/
H A Dvidtv.rst174 An interface for vidtv encoders. New encoders can be added to this
220 #. Polling encoders in order to fetch 'elapsed_time' worth of data.
/linux/drivers/media/
H A DKconfig48 devices such as tuners, sensors, video encoders/decoders and
/linux/drivers/input/misc/
H A DKconfig674 tristate "Rotary encoders connected to GPIO pins"
677 Say Y here to add support for rotary encoders connected to GPIO lines.