Searched refs:option_flags (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | codec2utils.h | 38 #define CODEC2_AVOPTIONS(desc, classname, min_val, default_val, option_flags) \ argument 39 …_OPT_TYPE_INT, {.i64 = default_val}, min_val, CODEC2_MODE_MAX, .flags=option_flags, .unit="codec2_… 40 { "3200", "3200", 0, AV_OPT_TYPE_CONST, {.i64 = 0}, .flags=option_flags, .unit="codec2_mode"},\ 41 { "2400", "2400", 0, AV_OPT_TYPE_CONST, {.i64 = 1}, .flags=option_flags, .unit="codec2_mode"},\ 42 { "1600", "1600", 0, AV_OPT_TYPE_CONST, {.i64 = 2}, .flags=option_flags, .unit="codec2_mode"},\ 43 { "1400", "1400", 0, AV_OPT_TYPE_CONST, {.i64 = 3}, .flags=option_flags, .unit="codec2_mode"},\ 44 { "1300", "1300", 0, AV_OPT_TYPE_CONST, {.i64 = 4}, .flags=option_flags, .unit="codec2_mode"},\ 45 { "1200", "1200", 0, AV_OPT_TYPE_CONST, {.i64 = 5}, .flags=option_flags, .unit="codec2_mode"},\ 46 { "700", "700", 0, AV_OPT_TYPE_CONST, {.i64 = 6}, .flags=option_flags, .unit="codec2_mode"},\ 47 { "700B", "700B", 0, AV_OPT_TYPE_CONST, {.i64 = 7}, .flags=option_flags, .unit="codec2_mode"},\ [all …]
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-scanner-util.c | 1981 … uint32_t option_flags) /**< combination of scanner_create_variables_flags_t bits */ in scanner_create_variables() argument 1992 JERRY_ASSERT (!(option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_ARGS) in scanner_create_variables() 1993 || !(option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY)); in scanner_create_variables() 1995 …|| !(option_flags & (SCANNER_CREATE_VARS_IS_FUNCTION_ARGS | SCANNER_CREATE_VARS_IS_FUNCTION_BODY))… in scanner_create_variables() 1997 if (info_type == SCANNER_TYPE_FUNCTION && !(option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY)) in scanner_create_variables() 2032 …JERRY_ASSERT ((option_flags & (SCANNER_CREATE_VARS_IS_FUNCTION_BODY | SCANNER_CREATE_VARS_IS_FUNCT… in scanner_create_variables() 2045 if (option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY) in scanner_create_variables() 2092 if (option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY) in scanner_create_variables() 2116 else if ((option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_ARGS) in scanner_create_variables() 2130 …if (SCANNER_STREAM_TYPE_IS_ARG_FUNC (type) && (option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY… in scanner_create_variables() [all …]
|
D | js-parser-internal.h | 768 void scanner_create_variables (parser_context_t *context_p, uint32_t option_flags);
|
/third_party/freetype/src/sfnt/ |
D | sfwoff2.c | 842 FT_UShort option_flags; in reconstruct_glyf() local 871 if ( FT_READ_USHORT( option_flags ) ) in reconstruct_glyf() 879 option_flags, num_glyphs, index_format )); in reconstruct_glyf() 915 if ( option_flags & HAVE_OVERLAP_SIMPLE_BITMAP ) in reconstruct_glyf()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 64614 unsigned int option_flags; member
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 22578 + FT_UShort option_flags; 22605 + if ( FT_READ_USHORT( option_flags ) ) 22614 + FT_TRACE4(( "option_flags = %u; num_glyphs = %u; index_format = %u\n", 22615 + option_flags, num_glyphs, index_format )); 22633 + if ( option_flags & HAVE_OVERLAP_SIMPLE_BITMAP )
|