/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec.rst | 161 - MPEG-2/4 AAC (Advanced Audio Coding) 1045 - Advanced Coding Efficiency profile 1143 Entropy coding mode for H264 - CABAC/CAVALC. Applicable to the H264 1155 - Use CAVLC entropy coding. 1157 - Use CABAC entropy coding. 1583 Enables H264 hierarchical coding. Applicable to the H264 encoder. 1585 .. _v4l2-mpeg-video-h264-hierarchical-coding-type: 1591 Specifies the hierarchical coding type. Applicable to the H264 1601 - Hierarchical B coding. 1603 - Hierarchical P coding. [all …]
|
H A D | biblio.rst | 54 :title: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 "Information technology --- Generic coding of movi… 64 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology --- Generic coding of moving… 123 :title: ITU-T Recommendation H.264 "Advanced Video Coding for Generic Audiovisual Services" 132 :title: ITU-T Rec. H.265 | ISO/IEC 23008-2 "High Efficiency Video Coding" 153 :title: ITU-T Recommendation T.81 "Information Technology --- Digital Compression and Coding of…
|
/openbmc/linux/net/batman-adv/ |
H A D | network-coding.c | 7 #include "network-coding.h" 55 * batadv_nc_init() - one-time initialization for network coding 77 * batadv_nc_tvlv_container_update() - update the network coding tvlv container 78 * after network coding setting change 99 * batadv_nc_status_update() - update the network coding tvlv container after 100 * network coding setting change 130 * batadv_nc_mesh_init() - initialise coding hash table and start housekeeping 507 * batadv_nc_hash_compare() - comparing function used in the network coding hash 686 /* Loop coding paths */ in batadv_nc_process_nc_paths() 705 * coding [all …]
|
H A D | Kconfig | 57 bool "Network Coding" 60 This option enables network coding, a mechanism that aims to 65 network coding work.
|
/openbmc/linux/Documentation/process/ |
H A D | 4.Coding.rst | 12 This section will examine the coding process. We'll start with a look at a 21 Coding style 24 The kernel has long had a standard coding style, described in 25 :ref:`Documentation/process/coding-style.rst <codingstyle>`. For much of 28 which does not meet the coding style guidelines. The presence of that code 31 The first of these is to believe that the kernel coding standards do not 40 Occasionally, the kernel's coding style will run into conflict with an 47 urgently in need of coding style fixes. Developers may start to generate 50 pure coding style fixes are seen as noise by the development community; 53 on it for other reasons, but coding style changes should not be made for [all …]
|
H A D | clang-format.rst | 18 - Help you follow the coding style rules, specially useful for those 20 projects with different coding styles. 24 coding style. They also try to follow :ref:`Documentation/process/coding-style.rst <codingstyle>` 46 Review files and patches for coding style
|
/openbmc/qemu/docs/devel/ |
H A D | secure-coding-practices.rst | 2 Secure Coding Practices 14 General Secure C Coding Practices 20 There is a wide selection of resources available covering secure C coding. For 21 example, the `CERT C Coding Standard 22 <https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard>`_
|
/openbmc/linux/drivers/gpu/drm/sprd/ |
H A D | sprd_dsi.c | 276 static u16 calc_bytes_per_pixel_x100(int coding) in calc_bytes_per_pixel_x100() argument 280 switch (coding) { in calc_bytes_per_pixel_x100() 315 DRM_ERROR("invalid color coding"); in calc_bytes_per_pixel_x100() 323 static u8 calc_video_size_step(int coding) in calc_video_size_step() argument 327 switch (coding) { in calc_video_size_step() 344 DRM_ERROR("invalid color coding"); in calc_video_size_step() 349 static u16 round_video_size(int coding, u16 video_size) in round_video_size() argument 351 switch (coding) { in round_video_size() 464 u8 coding; in sprd_dsi_dpi_video() local 469 coding = fmt_to_coding(dsi->slave->format); in sprd_dsi_dpi_video() [all …]
|
/openbmc/webui-vue/docs/.vuepress/ |
H A D | config.js | 29 title: "Coding Standards", 31 ["/guide/coding-standards/", "JavaScript and SASS"], 32 ["/guide/coding-standards/accessibility", "Accessibility"],
|
/openbmc/webui-vue/docs/guide/ |
H A D | readme.md | 14 ## Coding Standards 32 [Coding Standards section of this guide](/guide/coding-standards/).
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | IJG | 33 …coding option of the JPEG spec is covered by patents owned by IBM, AT&T, and Mitsubishi. Hence ari…
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | frontend-stat-properties.rst | 97 (FEC) on the inner coding block (before Viterbi, LDPC or other inner 117 coding. 174 coding. 182 Measures the amount of bits received after the inner coding, during the 211 correction coding (after Reed-Solomon or other outer code). 223 coding.
|
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/ |
H A D | 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch | 33 # -*- python; coding: utf-8 -*- 63 # -*- python; coding: utf-8 -*- 73 # -*- python; coding: utf-8 -*- 83 # -*- python; coding: utf-8 -*- 93 # -*- python; coding: utf-8 -*-
|
/openbmc/linux/tools/testing/selftests/futex/ |
H A D | README | 59 Coding Style 61 o The Futex Test project adheres to the coding standards set forth by Linux 62 kernel as defined in the Linux source Documentation/process/coding-style.rst.
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 263 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#allocating-memory 495 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting 501 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting 660 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation 692 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation 700 ("checkpatch/coding-style: deprecate 80-column warning") increased the 704 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri… 711 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri… 718 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri… 882 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#macros-enums-and-rtl [all …]
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | TODO | 3 * Correct the coding style according to Linux guidelines; please read the document 4 at https://www.kernel.org/doc/html/latest/process/coding-style.html.
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | TODO | 3 * Correct the coding style according to Linux guidelines; please read the document 4 at https://www.kernel.org/doc/html/latest/process/coding-style.html.
|
/openbmc/openbmc/meta-phosphor/recipes-support/boost/ |
H A D | boost_%.bbappend | 4 #modules that OpenBMC does not use by our coding standard. Another thing to 8 #See the relevant portion of the openbmc coding standard with regards to boost
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | TODO | 5 * Correct the coding style according to Linux guidelines; please read the document 6 at https://www.kernel.org/doc/html/latest/process/coding-style.html.
|
/openbmc/openbmc-test-automation/docs/ |
H A D | redfish_coding_guidelines.md | 1 # Redfish Coding Guidelines 24 So instead of coding this: 146 # Rather than coding this:
|
/openbmc/linux/drivers/platform/x86/ |
H A D | msi-ec.h | 61 struct msi_ec_mode modes[5]; // fixed size for easier hard coding 71 struct msi_ec_mode modes[5]; // fixed size for easier hard coding
|
/openbmc/linux/drivers/scsi/ |
H A D | imm.h | 19 * The onus is now on us (the developers) to shut up and start coding. 28 * PS: Took four hours of coding after I bought a drive. 40 * Thirty minutes of further coding results in EPP working on my machine.
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | wsm.h | 46 /* 6 Mbps (3 Mbps) ERP-OFDM, BPSK coding rate 1/2 */ 49 /* 9 Mbps (4.5 Mbps) ERP-OFDM, BPSK coding rate 3/4 */ 52 /* 12 Mbps (6 Mbps) ERP-OFDM, QPSK coding rate 1/2 */ 55 /* 18 Mbps (9 Mbps) ERP-OFDM, QPSK coding rate 3/4 */ 58 /* 24 Mbps (12 Mbps) ERP-OFDM, 16QAM coding rate 1/2 */ 61 /* 36 Mbps (18 Mbps) ERP-OFDM, 16QAM coding rate 3/4 */ 64 /* 48 Mbps (24 Mbps) ERP-OFDM, 64QAM coding rate 1/2 */ 67 /* 54 Mbps (27 Mbps) ERP-OFDM, 64QAM coding rate 3/4 */ 70 /* 6.5 Mbps HT-OFDM, BPSK coding rate 1/2 */ 73 /* 13 Mbps HT-OFDM, QPSK coding rate 1/2 */ [all …]
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | dtv-frontend.rst | 248 the forward error correction (FEC) on the inner coding block 251 - Due to its nature, those statistics depend on full coding lock 257 the forward error correction (FEC) on the inner coding block 262 - Due to its nature, those statistics depend on inner coding lock (e. g. 267 the forward error correction (FEC) on the inner coding block 270 - Due to its nature, those statistics depend on full coding lock
|
/openbmc/linux/lib/ |
H A D | decompress_bunzip2.c | 60 /* Constants for Huffman coding */ 81 /* This is what we know about each Huffman coding group */ 107 struct group_data groups[MAX_GROUPS]; /* Huffman coding tables */ 205 /* How many different Huffman coding groups does this block use? */ in get_next_block() 210 Huffman coding group. Read in the group selector list, in get_next_block() 230 /* Read the Huffman coding tables for each group, which code in get_next_block() 318 /* Calculate limit[] (the largest symbol-coding value in get_next_block() 348 undo the Huffman coding and run length encoding, saving the in get_next_block() 360 /* Determine which Huffman coding group to use. */ in get_next_block()
|