Home
last modified time | relevance | path

Searched refs:LEVEL (Results 1 – 25 of 178) sorted by relevance

12345678

/third_party/ffmpeg/libavcodec/
Dlibsvtav1.c493 #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 …]
Dh264_metadata_bsf.c664 #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 …]
Dh265_metadata_bsf.c469 #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 …]
Dvaapi_encode_h264.c1281 #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 …]
Dvaapi_encode_h265.c1250 #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 …]
Dvaapi_encode_mpeg2.c660 #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
Dmpeg12enc.c1167 #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/
Diptables-xml.c297 #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/
Dlogging.h146 #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/
Dsfn_debug.h113 #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/
Ddelegation.d2 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/
DMakefile10 LEVEL := $(SUBZERO_LEVEL)/../.. macro
13 include $(LEVEL)/Makefile.common
/third_party/openssl/crypto/
Dpariscid.pl15 $LEVEL ="2.0W";
19 $LEVEL ="1.1";
29 .LEVEL $LEVEL
/third_party/flutter/flutter/packages/flutter_tools/test/integration.shard/test_data/
Dbasic_project.dart45 print("topLevelFunction"); // TOP LEVEL BREAKPOINT
53 int get topLevelFunctionBreakpointLine => lineContaining(main, '// TOP LEVEL BREAKPOINT');
/third_party/harfbuzz/src/
Dhb-debug.hh93 #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/
Dhb-debug.hh93 #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/
Dhb-debug.hh94 #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/
Drc4-parisc.pl35 $LEVEL ="2.0W";
44 $LEVEL ="1.0";
146 .LEVEL $LEVEL
/third_party/openssl/crypto/sha/asm/
Dsha1-parisc.pl34 $LEVEL ="2.0W";
43 $LEVEL ="1.0";
155 .LEVEL $LEVEL
Dsha512-parisc.pl40 $LEVEL ="2.0W";
49 $LEVEL ="1.0";
168 .LEVEL $LEVEL
/third_party/mindspore/mindspore/profiler/common/exceptions/
Dexceptions.py30 LEVEL = 0 variable in ProfilerException
69 | ((0xFF & self.LEVEL) << 25)
/third_party/selinux/checkpolicy/
Dpolicy_scan.l135 LEVEL |
136 level { return(LEVEL); }
Dpolicy_parse.y120 %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/
Dparisc-mont.pl78 $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/
Dghash-parisc.pl35 $LEVEL ="2.0W";
45 $LEVEL ="1.0"; #"\n\t.ALLOW\t2.0";
90 .LEVEL $LEVEL

12345678