| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-encoder.rst | 88 1. To enumerate the set of coded formats supported by the encoder, the 100 * In order to enumerate raw formats supported by a given coded format, 101 the client must first set that coded format on ``CAPTURE`` and then 108 * Values returned by :c:func:`VIDIOC_ENUM_FRAMESIZES` for a coded pixel 109 format will include all possible coded resolutions supported by the 110 encoder for the given coded pixel format. 114 encoder for the given raw pixel format and coded format currently set on 123 * Values returned by :c:func:`VIDIOC_ENUM_FRAMEINTERVALS` for a coded pixel 124 format and coded resolution will include all possible frame intervals 125 supported by the encoder for the given coded pixel format and resolution. [all …]
|
| H A D | pixfmt-srggb8-pisp-comp.rst | 30 of 8 horizontally-contiguous pixels is coded using 8 bytes. 40 coded independently by 32-bit words at successive locations in memory. 49 (q1,q2) both in the range [384..511], they are coded using 9 bits for q1 58 is encoded as (q0-MAX(0,q1-64)). q3 is likewise coded based on q2. 69 Each pair of quantized pixels (q0,q1) or (q2,q3) is jointly coded
|
| H A D | vidioc-g-enc-index.rst | 127 - This is an Intra-coded picture. 130 - This is a Predictive-coded picture. 133 - This is a Bidirectionally predictive-coded picture.
|
| H A D | vidioc-enum-fmt.rst | 171 - The hardware decoder for this compressed bytestream format (aka coded 182 compressed bytestream format (aka coded format). It will notify the user 191 - The hardware encoder supports setting the ``CAPTURE`` coded frame 194 also sets the ``CAPTURE`` coded frame interval to the same value. 195 If this flag is set, then the ``CAPTURE`` coded frame interval can be 198 a hint for reserving hardware encoder resources and the ``CAPTURE`` coded
|
| H A D | dev-stateless-decoder.rst | 39 1. To enumerate the set of coded formats supported by the decoder, the client 73 1. Set the coded format on the ``OUTPUT`` queue via :c:func:`VIDIOC_S_FMT`. 81 a coded pixel format. 84 coded width and height parsed from the stream. 243 controls that must be set on the request, depend on the active coded pixel 326 independently. They are returned in decode order (i.e. the same order as coded
|
| /linux/sound/pci/lola/ |
| H A D | lola_clock.c | 15 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 D | lola.h | 494 unsigned int lola_sample_rate_convert(unsigned int coded);
|
| /linux/Documentation/networking/ |
| H A D | smc-sysctl.rst | 83 available on the send path used to be hard coded to 16. With this control 90 we dip below the old hard coded value which is 16 where we give up much 103 available on the receive path used to be hard coded to 16. With this control 110 we dip below the old hard coded value which is 16 where we give up much
|
| H A D | x25-iface.rst | 14 The X.25 device driver will be coded normally as per the Linux device driver
|
| /linux/arch/mips/dec/ |
| H A D | int-handler.S | 150 # open coded PTR_LA t1, cpu_mask_nr_tbl 152 # open coded la t1, cpu_mask_nr_tbl
|
| /linux/arch/arc/mm/ |
| H A D | tlbex.S | 51 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3
|
| /linux/drivers/staging/media/meson/vdec/ |
| H A D | TODO | 7 dynamic resolution switching, including the first one used to determine coded
|
| /linux/drivers/media/test-drivers/vimc/ |
| H A D | Kconfig | 17 is hard coded for now but is meant to be highly configurable in
|
| /linux/drivers/media/platform/verisilicon/ |
| H A D | hantro_v4l2.c | 329 bool coded; in hantro_try_fmt() local 331 coded = capture == ctx->is_encoder; in hantro_try_fmt() 337 fmt = hantro_get_default_fmt(ctx, coded, HANTRO_DEFAULT_BIT_DEPTH, HANTRO_AUTO_POSTPROC); in hantro_try_fmt() 341 if (coded) { in hantro_try_fmt() 361 if (!coded) { in hantro_try_fmt()
|
| /linux/scripts/coccinelle/api/ |
| H A D | simple_open.cocci | 2 /// Remove an open coded simple_open() function
|
| /linux/Documentation/bpf/ |
| H A D | bpf_iterators.rst | 10 iterator *program type* and *open-coded* BPF iterators. The former is 14 functionality and available across multiple BPF program types. Open-coded 23 functionality will be added as open-coded iterator for maximum flexibility. 28 Open-coded BPF Iterators 31 Open-coded BPF iterators are implemented as tightly-coupled trios of kfuncs 37 Each kind of open-coded BPF iterator has its own associated 65 important, but boilerplate, details to be able to use open-coded iterators 89 Any open-coded BPF iterator implementation has to implement at least these
|
| /linux/drivers/media/rc/ |
| H A D | winbond-cir.c | 288 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/process/ |
| H A D | deprecated.rst | 54 open-coded arithmetic in allocator arguments 63 cases is to refactor the code as suggested below to avoid the open-coded 376 Open-coded kmalloc assignments for struct objects 378 Performing open-coded kmalloc()-family allocation assignments prevents 384 allocations. For example, these open coded assignments::
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 350 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 D | configure.ac | 5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number])
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | net_prio.rst | 12 1) The application may not have been coded to set this value
|
| /linux/Documentation/admin-guide/ |
| H A D | unicode.rst | 49 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 D | lockup-watchdogs.rst | 53 'softlockup detector' (coded inside the hrtimer callback function)
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-cros-ec | 69 Supply 0 to use the default value coded into EC firmware. Supply
|
| /linux/Documentation/arch/arm/ |
| H A D | porting.rst | 39 The initial part of the kernel is carefully coded to be position
|