/third_party/ffmpeg/libavcodec/ |
D | dxva2_av1.c | 92 pp->coding.use_128x128_superblock = seq->use_128x128_superblock; in fill_picture_parameters() 93 pp->coding.intra_edge_filter = seq->enable_intra_edge_filter; in fill_picture_parameters() 94 pp->coding.interintra_compound = seq->enable_interintra_compound; in fill_picture_parameters() 95 pp->coding.masked_compound = seq->enable_masked_compound; in fill_picture_parameters() 96 pp->coding.warped_motion = frame_header->allow_warped_motion; in fill_picture_parameters() 97 pp->coding.dual_filter = seq->enable_dual_filter; in fill_picture_parameters() 98 pp->coding.jnt_comp = seq->enable_jnt_comp; in fill_picture_parameters() 99 pp->coding.screen_content_tools = frame_header->allow_screen_content_tools; in fill_picture_parameters() 100 …pp->coding.integer_mv = frame_header->force_integer_mv || !(frame_header->frame_… in fill_picture_parameters() 101 pp->coding.cdef = seq->enable_cdef; in fill_picture_parameters() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | nistspheredec.c | 37 char buffer[256], coding[32] = "pcm", format[32] = "01"; in nist_read_header() local 64 if (!av_strcasecmp(coding, "pcm")) { in nist_read_header() 68 } else if (!av_strcasecmp(coding, "alaw")) { in nist_read_header() 70 } else if (!av_strcasecmp(coding, "ulaw") || in nist_read_header() 71 !av_strcasecmp(coding, "mu-law")) { in nist_read_header() 73 } else if (!av_strncasecmp(coding, "pcm,embedded-shorten", 20)) { in nist_read_header() 78 avpriv_request_sample(s, "coding %s", coding); in nist_read_header() 109 sscanf(buffer, "%*s %*s %31s", coding); in nist_read_header()
|
D | musx.c | 47 unsigned type, version, coding, offset; in musx_read_header() local 83 coding = avio_rl32(s->pb); in musx_read_header() 84 if (coding == MKTAG('D', 'A', 'T', '4') || in musx_read_header() 85 coding == MKTAG('D', 'A', 'T', '8')) { in musx_read_header() 98 coding = avio_rl32(s->pb); in musx_read_header() 99 if (coding != MKTAG('D', 'A', 'T', '4') && in musx_read_header() 100 coding != MKTAG('D', 'A', 'T', '8')) { in musx_read_header() 101 avpriv_request_sample(s, "Unsupported coding: %X", coding); in musx_read_header()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11av1dec.cpp | 144 } coding; member 830 pic_params->coding.use_128x128_superblock = seq_hdr->use_128x128_superblock; in gst_d3d11_av1_dec_start_picture() 831 pic_params->coding.intra_edge_filter = seq_hdr->enable_filter_intra; in gst_d3d11_av1_dec_start_picture() 832 pic_params->coding.interintra_compound = seq_hdr->enable_interintra_compound; in gst_d3d11_av1_dec_start_picture() 833 pic_params->coding.masked_compound = seq_hdr->enable_masked_compound; in gst_d3d11_av1_dec_start_picture() 834 pic_params->coding.warped_motion = frame_hdr->allow_warped_motion; in gst_d3d11_av1_dec_start_picture() 835 pic_params->coding.dual_filter = seq_hdr->enable_dual_filter; in gst_d3d11_av1_dec_start_picture() 836 pic_params->coding.jnt_comp = seq_hdr->enable_jnt_comp; in gst_d3d11_av1_dec_start_picture() 837 pic_params->coding.screen_content_tools = in gst_d3d11_av1_dec_start_picture() 839 pic_params->coding.integer_mv = frame_hdr->force_integer_mv; in gst_d3d11_av1_dec_start_picture() [all …]
|
/third_party/ltp/doc/ |
D | maintainer-patch-review-checklist.txt | 42 * Check coding style with `make check` 43 …//github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#21-c-coding-style[C coding style]) 53 * Check coding style with `make check` 54 …com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#132-shell-coding-style[Shell coding style])
|
/third_party/gstreamer/gstplugins_bad/ext/dc1394/ |
D | gstdc1394src.c | 724 dc1394color_coding_t coding; in gst_dc1394_src_set_cam_caps() local 752 &coding) == DC1394_SUCCESS; in gst_dc1394_src_set_cam_caps() 767 supported_codings.codings[0] = coding; in gst_dc1394_src_set_cam_caps() 792 coding = supported_codings.codings[c]; in gst_dc1394_src_set_cam_caps() 795 mode, coding, width, height, rate_decimal); in gst_dc1394_src_set_cam_caps() 797 coding) == DC1394_SUCCESS) in gst_dc1394_src_set_cam_caps() 830 dc1394color_coding_t coding; in gst_dc1394_src_get_cam_caps() local 871 &coding) == DC1394_SUCCESS; in gst_dc1394_src_get_cam_caps() 877 supported_codings.codings[0] = coding; in gst_dc1394_src_get_cam_caps() 894 dc1394color_coding_t coding; in gst_dc1394_src_get_all_caps() local [all …]
|
/third_party/NuttX/ |
D | INVIOLABLES.md | 45 - Strict conformance to the NuttX coding style. No "revolutionary" 46 changes to the coding standard (but perhaps some "evolutionary" 49 coding style change. 50 - Nothing can come into NuttX that does not follow the coding standard. 51 - Expediency is not a justification for violating the coding standard. 53 The NuttX coding standard can be found here:
|
/third_party/python/Lib/test/ |
D | tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt | 1 # -*- coding: latin1 -*- 4 # are made! Also note that the coding cookie above conflicts with
|
D | tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt | 1 # -*- coding: utf-8 -*-
|
D | tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt | 1 # -*- coding: utf-8 -*-
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_CodingGuidelines | 1 This document describes the coding guidelines for this project. 6 demonstrates the bug, it makes sense to follow the coding guidelines
|
/third_party/ffmpeg/doc/ |
D | lexicon | 6 ec: entropy coding or error concealment 26 vlc: variable length coding
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | colors.dart | 222 /// rather than hard-coding colors in your build methods. 238 /// rather than hard-coding colors in your build methods. 277 /// rather than hard-coding colors in your build methods. 305 /// rather than hard-coding colors in your build methods. 322 /// rather than hard-coding colors in your build methods. 338 /// rather than hard-coding colors in your build methods. 350 /// rather than hard-coding colors in your build methods. 365 /// rather than hard-coding colors in your build methods. 377 /// rather than hard-coding colors in your build methods. 443 /// rather than hard-coding colors in your build methods. [all …]
|
/third_party/libxml2/result/noent/ |
D | intsubset2.xml.sax2 | 49 The character itself in UTF8 coding. 63 The cp_type attribute states the coding standard applying to the 65 jis208 - JIS X 0208-1997 - kuten coding (nn-nn) 66 jis212 - JIS X 0212-1990 - kuten coding (nn-nn) 67 jis213 - JIS X 0213-2000 - kuten coding (p-nn-nn) 68 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits) 109 jis208 - in JIS X 0208 - kuten coding 110 jis212 - in JIS X 0212 - kuten coding 111 jis213 - in JIS X 0213 - kuten coding
|
/third_party/libxml2/result/ |
D | intsubset2.xml.sax | 49 The character itself in UTF8 coding. 63 The cp_type attribute states the coding standard applying to the 65 jis208 - JIS X 0208-1997 - kuten coding (nn-nn) 66 jis212 - JIS X 0212-1990 - kuten coding (nn-nn) 67 jis213 - JIS X 0213-2000 - kuten coding (p-nn-nn) 68 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits) 109 jis208 - in JIS X 0208 - kuten coding 110 jis212 - in JIS X 0212 - kuten coding 111 jis213 - in JIS X 0213 - kuten coding
|
D | intsubset2.xml.sax2 | 49 The character itself in UTF8 coding. 63 The cp_type attribute states the coding standard applying to the 65 jis208 - JIS X 0208-1997 - kuten coding (nn-nn) 66 jis212 - JIS X 0212-1990 - kuten coding (nn-nn) 67 jis213 - JIS X 0213-2000 - kuten coding (p-nn-nn) 68 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits) 109 jis208 - in JIS X 0208 - kuten coding 110 jis212 - in JIS X 0212 - kuten coding 111 jis213 - in JIS X 0213 - kuten coding
|
/third_party/libsnd/src/G72x/ |
D | README.original | 52 code = {g721,g723_24,g723_40}_encoder(sample, coding, &state); 53 sample = {g721,g723_24,g723_40}_decoder(code, coding, &state); 56 coding = AUDIO_ENCODING_ULAW for 8-bit u-law samples
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | SConscript | 1 # -*- coding: utf-8 -*-
|
/third_party/node/deps/npm/node_modules/worker-farm/ |
D | .editorconfig | 1 # This file is for unifying the coding style for different editors and IDEs
|
/third_party/icu/icu4c/source/test/testdata/ |
D | encoded.utf16be | 1 // -*- coding: utf-16-be -*-
|
/third_party/gstreamer/gstplugins_bad/ext/isac/ |
D | meson.build | 1 webrtc_audio_coding_dep = dependency('webrtc-audio-coding-1', required: get_option('isac'))
|
/third_party/grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/ |
D | d297b3f84e3dee9f74bf1162718aff66a11a7f5c | 6 :authority localhostcontent-typeapplication/grpcgrpc-accept-enPRI * codingdeflate,identity,gz…
|
/third_party/skia/third_party/externals/brotli/ |
D | .editorconfig | 2 # Consistent coding style across different editors.
|
/third_party/nghttp2/doc/sources/ |
D | contribute.rst | 31 To detect any violation to the coding style, we recommend to setup git 32 pre-commit hook to check coding style of the changes you introduced.
|
/third_party/boost/libs/spirit/doc/notes/ |
D | style_guide.qbk | 14 code, the following coding style guide is advised. 16 This coding style is adapted and extended from the ANTLR\/PCCTS style and
|