Home
last modified time | relevance | path

Searched refs:coded (Results 1 – 25 of 63) sorted by relevance

123

/linux/Documentation/userspace-api/media/v4l/
H A Ddev-encoder.rst87 1. To enumerate the set of coded formats supported by the encoder, the
99 * In order to enumerate raw formats supported by a given coded format,
100 the client must first set that coded format on ``CAPTURE`` and then
107 * Values returned by :c:func:`VIDIOC_ENUM_FRAMESIZES` for a coded pixel
108 format will include all possible coded resolutions supported by the
109 encoder for the given coded pixel format.
113 encoder for the given raw pixel format and coded format currently set on
122 * Values returned by :c:func:`VIDIOC_ENUM_FRAMEINTERVALS` for a coded pixel
123 format and coded resolution will include all possible frame intervals
124 supported by the encoder for the given coded pixel format and resolution.
[all …]
H A Ddev-decoder.rst60 coded format
64 coded height
65 height for given coded resolution.
67 coded resolution
72 coded width
73 width for given coded resolution.
83 coded format includes a feature of frame reordering; for decoders,
154 for example: coded resolution, visible resolution, codec profile.
161 display purposes; must be smaller or equal to coded resolution;
217 1. To enumerate the set of coded formats supported by the decoder, the
[all …]
H A Dpixfmt-srggb8-pisp-comp.rst29 of 8 horizontally-contiguous pixels is coded using 8 bytes.
39 coded independently by 32-bit words at successive locations in memory.
48 (q1,q2) both in the range [384..511], they are coded using 9 bits for q1
57 is encoded as (q0-MAX(0,q1-64)). q3 is likewise coded based on q2.
68 Each pair of quantized pixels (q0,q1) or (q2,q3) is jointly coded
H A Dvidioc-g-enc-index.rst127 - This is an Intra-coded picture.
130 - This is a Predictive-coded picture.
133 - This is a Bidirectionally predictive-coded picture.
H A Dext-ctrls-codec-stateless.rst554 - Picture Order Count for the coded top field
557 - Picture Order Count for the coded bottom field
646 with B-coded and P-coded frames. The timestamp refers to the
821 with P-coded frames. The timestamp refers to the
1008 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
1015 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
1022 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
1348 with B-coded and P-coded frames. The timestamp refers to the
1355 with B-coded frames. The timestamp refers to the ``timestamp`` field in
1401 - If set motion vectors are coded for intra macroblocks.
[all …]
H A Ddev-stateless-decoder.rst38 1. To enumerate the set of coded formats supported by the decoder, the client
72 1. Set the coded format on the ``OUTPUT`` queue via :c:func:`VIDIOC_S_FMT`.
80 a coded pixel format.
83 coded width and height parsed from the stream.
242 controls that must be set on the request, depend on the active coded pixel
325 independently. They are returned in decode order (i.e. the same order as coded
/linux/sound/pci/lola/
H A Dlola_clock.c15 unsigned int lola_sample_rate_convert(unsigned int coded) in lola_sample_rate_convert() argument
20 switch (coded & 0x3) { in lola_sample_rate_convert()
28 switch (coded & 0x1c) { in lola_sample_rate_convert()
39 switch (coded & 0x60) { in lola_sample_rate_convert()
H A Dlola.h494 unsigned int lola_sample_rate_convert(unsigned int coded);
/linux/arch/mips/dec/
H A Dint-handler.S150 # open coded PTR_LA t1, cpu_mask_nr_tbl
152 # open coded la t1, cpu_mask_nr_tbl
/linux/drivers/staging/media/meson/vdec/
H A DTODO7 dynamic resolution switching, including the first one used to determine coded
/linux/arch/arc/mm/
H A Dtlbex.S51 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3
/linux/drivers/media/test-drivers/vimc/
H A DKconfig17 is hard coded for now but is meant to be highly configurable in
/linux/net/batman-adv/
H A Dnetwork-coding.c1731 struct batadv_coded_packet *coded) in batadv_nc_find_decoding_packet() argument
1745 if (!batadv_is_my_mac(bat_priv, coded->second_dest)) { in batadv_nc_find_decoding_packet()
1746 source = coded->second_source; in batadv_nc_find_decoding_packet()
1747 packet_id = coded->second_crc; in batadv_nc_find_decoding_packet()
1749 source = coded->first_source; in batadv_nc_find_decoding_packet()
1750 packet_id = coded->first_crc; in batadv_nc_find_decoding_packet()
/linux/scripts/coccinelle/api/
H A Dsimple_open.cocci2 /// Remove an open coded simple_open() function
/linux/drivers/media/rc/
H A Dwinbond-cir.c288 u8 coded = 0x00; in wbcir_to_rc6cells() local
294 coded |= 0x02 << (i * 2); in wbcir_to_rc6cells()
296 coded |= 0x01 << (i * 2); in wbcir_to_rc6cells()
300 return coded; in wbcir_to_rc6cells()
/linux/Documentation/filesystems/ext4/
H A Djournal.rst350 journal. Descriptor blocks are open-coded instead of being completely
364 - (open coded)
368 - open coded array[]
410 - This field appears to be open coded. It always comes at the end of the
481 - This field appears to be open coded. It always comes at the end of the
601 - (open coded)
/linux/tools/usb/usbip/
H A Dconfigure.ac5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number])
/linux/Documentation/admin-guide/cgroup-v1/
H A Dnet_prio.rst12 1) The application may not have been coded to set this value
/linux/Documentation/networking/
H A Dx25-iface.rst14 The X.25 device driver will be coded normally as per the Linux device driver
/linux/Documentation/admin-guide/
H A Dunicode.rst49 hard-coded to map directly to the loaded font, bypassing the
73 character, and hence has been coded as U+2500 FORMS LIGHT HORIZONTAL.
H A Dlockup-watchdogs.rst53 'softlockup detector' (coded inside the hrtimer callback function)
/linux/Documentation/ABI/testing/
H A Ddebugfs-cros-ec69 Supply 0 to use the default value coded into EC firmware. Supply
/linux/Documentation/arch/arm/
H A Dporting.rst39 The initial part of the kernel is carefully coded to be position
/linux/Documentation/devicetree/bindings/regulator/
H A Dti-abb-regulator.txt68 Example #1: Simplest configuration (no efuse data, hard coded ABB table):
/linux/Documentation/arch/x86/
H A Dxstate.rst17 Legacy userspace libraries often have hard-coded, static sizes for

123