/third_party/ffmpeg/libavcodec/ |
D | libsvtav1.c | 493 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 495 { LEVEL("2.0", 20) }, 496 { LEVEL("2.1", 21) }, 497 { LEVEL("2.2", 22) }, 498 { LEVEL("2.3", 23) }, 499 { LEVEL("3.0", 30) }, 500 { LEVEL("3.1", 31) }, 501 { LEVEL("3.2", 32) }, 502 { LEVEL("3.3", 33) }, 503 { LEVEL("4.0", 40) }, [all …]
|
D | h264_metadata_bsf.c | 664 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 666 { LEVEL("1", 10) }, 667 { LEVEL("1b", 9) }, 668 { LEVEL("1.1", 11) }, 669 { LEVEL("1.2", 12) }, 670 { LEVEL("1.3", 13) }, 671 { LEVEL("2", 20) }, 672 { LEVEL("2.1", 21) }, 673 { LEVEL("2.2", 22) }, 674 { LEVEL("3", 30) }, [all …]
|
D | h265_metadata_bsf.c | 469 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 471 { LEVEL("1", 30) }, 472 { LEVEL("2", 60) }, 473 { LEVEL("2.1", 63) }, 474 { LEVEL("3", 90) }, 475 { LEVEL("3.1", 93) }, 476 { LEVEL("4", 120) }, 477 { LEVEL("4.1", 123) }, 478 { LEVEL("5", 150) }, 479 { LEVEL("5.1", 153) }, [all …]
|
D | vaapi_encode_h264.c | 1281 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 1283 { LEVEL("1", 10) }, 1284 { LEVEL("1.1", 11) }, 1285 { LEVEL("1.2", 12) }, 1286 { LEVEL("1.3", 13) }, 1287 { LEVEL("2", 20) }, 1288 { LEVEL("2.1", 21) }, 1289 { LEVEL("2.2", 22) }, 1290 { LEVEL("3", 30) }, 1291 { LEVEL("3.1", 31) }, [all …]
|
D | vaapi_encode_h265.c | 1250 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 1252 { LEVEL("1", 30) }, 1253 { LEVEL("2", 60) }, 1254 { LEVEL("2.1", 63) }, 1255 { LEVEL("3", 90) }, 1256 { LEVEL("3.1", 93) }, 1257 { LEVEL("4", 120) }, 1258 { LEVEL("4.1", 123) }, 1259 { LEVEL("5", 150) }, 1260 { LEVEL("5.1", 153) }, [all …]
|
D | vaapi_encode_mpeg2.c | 660 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 662 { LEVEL("low", 10) }, 663 { LEVEL("main", 8) }, 664 { LEVEL("high_1440", 6) }, 665 { LEVEL("high", 4) }, 666 #undef LEVEL
|
D | mpeg12enc.c | 1167 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, { .i64 = value }, 0, 0, VE, "avctx.lev… macro 1168 { LEVEL("high", 4) }, 1169 { LEVEL("high1440", 6) }, 1170 { LEVEL("main", 8) }, 1171 { LEVEL("low", 10) }, 1172 #undef LEVEL
|
/third_party/iptables/iptables/ |
D | iptables-xml.c | 297 #define CLOSE_LEVEL(LEVEL) \ in do_rule_part() argument 299 if (level ## LEVEL) printf("</%s>\n", \ in do_rule_part() 300 (leveltag ## LEVEL)?(leveltag ## LEVEL):(level ## LEVEL)); \ in do_rule_part() 301 level ## LEVEL=NULL;\ in do_rule_part() 304 #define OPEN_LEVEL(LEVEL,TAG) \ in do_rule_part() argument 306 level ## LEVEL=TAG;\ in do_rule_part() 307 if (leveltag ## LEVEL) {\ in do_rule_part() 308 printf("%s<%s ", (leveli ## LEVEL), \ in do_rule_part() 309 (leveltag ## LEVEL));\ in do_rule_part() 311 } else printf("%s<%s ", (leveli ## LEVEL), (level ## LEVEL)); \ in do_rule_part()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | logging.h | 146 #define GOOGLE_LOG(LEVEL) \ argument 149 ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__) 150 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument 151 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) 179 #define GOOGLE_DLOG(LEVEL) GOOGLE_LOG_IF(LEVEL, false) argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_debug.h | 113 #define SFN_TRACE_FUNC(LEVEL, MSG) SfnTrace __trace(LEVEL, MSG) argument 115 #define SFN_TRACE_FUNC(LEVEL, MSG) argument
|
/third_party/curl/docs/cmdline-opts/ |
D | delegation.d | 2 Arg: <LEVEL> 7 Set LEVEL to tell the server what it is allowed to delegate when it
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
D | Makefile | 10 LEVEL := $(SUBZERO_LEVEL)/../.. macro 13 include $(LEVEL)/Makefile.common
|
/third_party/openssl/crypto/ |
D | pariscid.pl | 15 $LEVEL ="2.0W"; 19 $LEVEL ="1.1"; 29 .LEVEL $LEVEL
|
/third_party/flutter/flutter/packages/flutter_tools/test/integration.shard/test_data/ |
D | basic_project.dart | 45 print("topLevelFunction"); // TOP LEVEL BREAKPOINT 53 int get topLevelFunctionBreakpointLine => lineContaining(main, '// TOP LEVEL BREAKPOINT');
|
/third_party/harfbuzz/src/ |
D | hb-debug.hh | 93 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT)) argument 231 …ne DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ),… argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-debug.hh | 93 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT)) argument 231 …ne DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ),… argument
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-debug.hh | 94 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT)) argument 232 …ne DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ),… argument
|
/third_party/openssl/crypto/rc4/asm/ |
D | rc4-parisc.pl | 35 $LEVEL ="2.0W"; 44 $LEVEL ="1.0"; 146 .LEVEL $LEVEL
|
/third_party/openssl/crypto/sha/asm/ |
D | sha1-parisc.pl | 34 $LEVEL ="2.0W"; 43 $LEVEL ="1.0"; 155 .LEVEL $LEVEL
|
D | sha512-parisc.pl | 40 $LEVEL ="2.0W"; 49 $LEVEL ="1.0"; 168 .LEVEL $LEVEL
|
/third_party/mindspore/mindspore/profiler/common/exceptions/ |
D | exceptions.py | 30 LEVEL = 0 variable in ProfilerException 69 | ((0xFF & self.LEVEL) << 25)
|
/third_party/selinux/checkpolicy/ |
D | policy_scan.l | 135 LEVEL | 136 level { return(LEVEL); }
|
D | policy_parse.y | 120 %token LEVEL 286 level_def : LEVEL identifier ':' id_comma_list ';' 288 | LEVEL identifier ';' 659 opt_mls_user : LEVEL mls_level_def RANGE mls_range_def
|
/third_party/openssl/crypto/bn/asm/ |
D | parisc-mont.pl | 78 $LEVEL ="2.0W"; 88 $LEVEL ="1.1"; #$LEVEL.="\n\t.ALLOW\t2.0"; 101 $LEVEL="2.0"; 145 .LEVEL $LEVEL
|
/third_party/openssl/crypto/modes/asm/ |
D | ghash-parisc.pl | 35 $LEVEL ="2.0W"; 45 $LEVEL ="1.0"; #"\n\t.ALLOW\t2.0"; 90 .LEVEL $LEVEL
|