Home
last modified time | relevance | path

Searched full:decoders (Results 1 – 25 of 114) sorted by relevance

12345

/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dlvds-codec.yaml7 title: Transparent LVDS encoders and decoders
13 This binding supports transparent LVDS encoders and decoders that don't
43 - const: lvds-decoder # Generic LVDS decoders compatible fallback
63 For LVDS decoders, port 0 is the LVDS input
69 For LVDS decoders, port 1 is the parallel output
/linux-5.10/drivers/media/i2c/
DKconfig34 menu "Audio decoders, processors and mixers"
101 tristate "Micronas MSP34xx audio decoders"
104 Support for the Micronas MSP34xx series of audio decoders.
196 menu "RDS decoders"
212 menu "Video decoders"
246 ADV7481 and ADV7482 HDMI/Analog video decoders.
352 Support for the Philips SAA7110 video decoders.
358 tristate "Philips SAA7111/3/4/5 video decoders"
361 Support for the Philips SAA7111/3/4/5 video decoders.
459 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
[all …]
/linux-5.10/drivers/media/i2c/cx25840/
DKconfig3 tristate "Conexant CX2584x audio/video decoders"
6 Support for the Conexant CX2584x audio/video decoders.
/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-queryctrl.rst422 slice parameters for stateless video decoders.
428 quantization matrices for stateless video decoders.
440 sequence parameters for stateless video decoders.
446 picture parameters for stateless video decoders.
452 scaling matrices for stateless video decoders.
458 slice parameters for stateless video decoders.
464 decode parameters for stateless video decoders.
470 Parameter Set for stateless video decoders.
476 Parameter Set for stateless video decoders.
482 slice parameters for stateless video decoders.
Dpixfmt-compressed.rst59 This format is adapted for stateless video decoders that implement an
113 This format is adapted for stateless video decoders that implement a
156 This format is adapted for stateless video decoders that implement a
193 This format is adapted for stateless video decoders that implement a
Dvidioc-decoder-cmd.rst51 started yet. Applies to both queues of mem2mem decoders.
56 queues of mem2mem decoders.
59 introduced in Linux 3.3. They are, however, mandatory for stateful mem2mem decoders
191 - Flush any held capture buffers. Only valid for stateless decoders.
Ddev-stateless-decoder.rst19 with stateless decoders in order to successfully decode an encoded stream.
24 Stateless decoders make use of the :ref:`media-request-api`. A stateless
31 with multiple slices per frame). Decoders that support such formats must also
336 Contrary to stateful decoders, a stateless decoder does not perform any kind of
/linux-5.10/Documentation/admin-guide/media/
Di2c-cardlist.rst22 Audio decoders, processors and mixers
31 msp3400 Micronas MSP34xx audio decoders
156 RDS decoders
174 Video and audio decoders
180 cx25840 Conexant CX2584x audio/video decoders
181 saa717x Philips SAA7171/3/4 audio/video decoders
184 Video decoders
201 saa7115 Philips SAA7111/3/4/5 video decoders
210 vpx3220 vpx3220a, vpx3216b & vpx3214c video decoders
Dintro.rst17 - Media encoders and decoders.
/linux-5.10/Documentation/userspace-api/media/dvb/
Dvideo.rst24 packets are only supported on some MPEG decoders made for DVD playback.
26 These ioctls were also used by V4L2 to control MPEG decoders implemented
Daudio.rst17 These ioctls were also used by V4L2 to control MPEG decoders implemented
/linux-5.10/lib/xz/
Dxz_private.h93 * If any of the BCJ filter decoders are wanted, define XZ_DEC_BCJ.
94 * XZ_DEC_BCJ is used to enable generic support for BCJ decoders.
134 * Allocate memory for BCJ decoders. xz_dec_bcj_reset() must be used before
/linux-5.10/drivers/media/rc/img-ir/
Dimg-ir-raw.c8 * signal edges are reported and decoded by generic software decoders.
37 /* report the edge to the IR raw decoders */ in img_ir_refresh_raw()
62 * The raw decoders expect to get a final sample even if there are no edges, in
/linux-5.10/Documentation/userspace-api/media/rc/
Dlirc-read.rst53 in this mode scancodes which are either decoded by software decoders, or
54 by hardware decoders. The :c:type:`rc_proto` member is set to the
Dlirc-dev-intro.rst40 BPF IR decoders and test IR decoding. Some BPF IR decoders are also
/linux-5.10/include/uapi/sound/
Dcompress_params.h122 /* AAC modes are required for encoders and decoders */
134 /* AAC formats are required for encoders and decoders */
203 * IEC modes are mandatory for decoders. Format autodetection
419 * @bit_rate: Bitrate of encoded data. May be ignored by decoders
422 * May be ignored by decoders.
424 * decoders as well. See SND_AUDIOPROFILE defines.
/linux-5.10/drivers/media/platform/davinci/
DKconfig44 video frame capture from slave decoders.
60 video frame capture from a slave decoders
/linux-5.10/Documentation/sound/designs/
Dcompress-offload.rst51 decoders embedded in firmware, or may support more choices through
105 codecs on a capture stream will return encoders, decoders will be
128 cases decoders will ignore other fields, while encoders will strictly
148 - Addition of set_params for decoders (missing in OpenMAX AL)
208 When playing thru an album, the decoders have the ability to skip the encoder
/linux-5.10/net/netfilter/
Dnf_conntrack_h323_asn1.c125 static const decoder_t Decoders[] = { variable
569 if ((err = (Decoders[son->type]) (bs, son, base, in decode_seq()
576 } else if ((err = (Decoders[son->type]) (bs, son, base, in decode_seq()
633 if ((err = (Decoders[son->type]) (bs, son, base, in decode_seq()
714 if ((err = (Decoders[son->type]) (bs, son, in decode_seqof()
725 if ((err = (Decoders[son->type]) (bs, son, in decode_seqof()
808 if ((err = (Decoders[son->type]) (bs, son, base, level + 1)) < in decode_choice()
814 } else if ((err = (Decoders[son->type]) (bs, son, base, level + 1)) < in decode_choice()
/linux-5.10/drivers/gpu/drm/bridge/
DKconfig65 tristate "Transparent LVDS encoders and decoders support"
70 Support for transparent LVDS encoders and decoders that don't
/linux-5.10/drivers/staging/media/tegra-vde/
DTODO2 - Implement V4L2 API once it gains support for stateless decoders.
/linux-5.10/drivers/staging/media/meson/vdec/
DTODO2 decoders is finalized, as well as the corresponding compliance tests.
/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Dtvp5150.txt1 * Texas Instruments TVP5150 and TVP5151 video decoders
3 The TVP5150 and TVP5151 are video decoders that convert baseband NTSC and PAL
/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_protocol_type.h6 /* Decoders for ice_prot_id:
/linux-5.10/drivers/media/rc/
Drc-ir-raw.c65 * ir_raw_event_store() - pass a pulse/space duration to the raw ir decoders
92 * ir_raw_event_store_edge() - notify raw ir decoders of the start of a pulse/space
120 * ir decoders, schedule decoding and
158 * ir_raw_event_store_with_filter() - pass next pulse/space to decoders with some processing
689 * Extension interface - used to register the IR decoders

12345