/external/libvpx/libvpx/ |
D | vpxenc.c | 127 ARG_DEF("D", "debug", 0, "Debug mode (makes output deterministic)"); 129 ARG_DEF("o", "output", 1, "Output filename"); 131 ARG_DEF(NULL, "yv12", 0, "Input file is YV12 "); 133 ARG_DEF(NULL, "i420", 0, "Input file is I420 (default)"); 135 ARG_DEF(NULL, "i422", 0, "Input file is I422"); 137 ARG_DEF(NULL, "i444", 0, "Input file is I444"); 139 ARG_DEF(NULL, "i440", 0, "Input file is I440"); 140 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); 142 ARG_DEF("p", "passes", 1, "Number of passes (1/2)"); 144 ARG_DEF(NULL, "pass", 1, "Pass to execute (1/2)"); [all …]
|
D | vpxdec.c | 51 ARG_DEF(NULL, "loops", 1, "Number of times to decode the file"); 52 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); 54 ARG_DEF(NULL, "yv12", 0, "Output raw YV12 frames"); 56 ARG_DEF(NULL, "i420", 0, "Output raw I420 frames"); 58 ARG_DEF(NULL, "flipuv", 0, "Flip the chroma planes in the output"); 60 ARG_DEF(NULL, "rawvideo", 0, "Output raw YUV frames"); 62 ARG_DEF(NULL, "noblit", 0, "Don't process the decoded frames"); 64 ARG_DEF(NULL, "progress", 0, "Show progress after each frame decodes"); 66 ARG_DEF(NULL, "limit", 1, "Stop decoding after n frames"); 68 ARG_DEF(NULL, "skip", 1, "Skip the first n input frames"); [all …]
|
D | args.h | 41 #define ARG_DEF(s, l, v, d) \ macro
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 36 ARG_DEF("s", "skip-frames", 1, "input frames to skip"); 38 ARG_DEF("f", "frames", 1, "number of frames to encode"); 40 ARG_DEF("th", "threads", 1, "number of threads to use"); 43 ARG_DEF("rcstat", "output_rc_stats", 1, "output rc stats"); 45 static const arg_def_t width_arg = ARG_DEF("w", "width", 1, "source width"); 46 static const arg_def_t height_arg = ARG_DEF("h", "height", 1, "source height"); 48 ARG_DEF("t", "timebase", 1, "timebase (num/den)"); 49 static const arg_def_t bitrate_arg = ARG_DEF( 52 ARG_DEF("sl", "spatial-layers", 1, "number of spatial SVC layers"); 54 ARG_DEF("tl", "temporal-layers", 1, "number of temporal SVC layers"); [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | output | 1 …DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FUNC_HDR int foo (ARG_DEF in…
|
D | SimpleC.g | 9 ARG_DEF; 40 : type declarator -> ^(ARG_DEF type declarator)
|
D | SimpleC.tokens | 1 ARG_DEF=4
|
D | SimpleCTP.tokens | 1 ARG_DEF=4
|
D | SimpleCLexer.h | 21 #define ARG_DEF 4 macro
|
D | SimpleCTP.g | 36 : ^(ARG_DEF type declarator)
|
D | SimpleCTP.java | 28 public static final int ARG_DEF=5; field in SimpleCTP 286 if ( (LA3_0==ARG_DEF) ) { in functionHeader() 337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186); in formalParameter()
|
D | SimpleCTP.h | 30 #define ARG_DEF 4 macro
|
D | SimpleCTP.m | 232 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 574 if ( (LA3_0==ARG_DEF) ) { 629 * SimpleCTP.g:35:1: formalParameter : ^( ARG_DEF type declarator ) ; 637 // SimpleCTP.g:36:5: ( ^( ARG_DEF type declarator ) ) // ruleBlockSingleAlt 638 // SimpleCTP.g:36:9: ^( ARG_DEF type declarator ) // alt 640 [self match:input TokenType:ARG_DEF Follow:FOLLOW_ARG_DEF_in_formalParameter199];
|
D | SimpleCParser.h | 39 #define ARG_DEF 4 macro
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t047treeparser.g | 9 ARG_DEF; 40 : type declarator -> ^(ARG_DEF type declarator)
|
D | t047treeparserWalker.g | 34 : ^(ARG_DEF type declarator)
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t047treeparser.g | 9 ARG_DEF; 40 : type declarator -> ^(ARG_DEF type declarator)
|
D | t047treeparserWalker.g | 35 : ^(ARG_DEF type declarator)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCTP.tokens | 15 ARG_DEF=5
|
D | SimpleC.tokens | 15 ARG_DEF=5
|
D | SimpleCLexer.h | 40 #define ARG_DEF 5 macro
|
D | SimpleCTP.h | 28 #define ARG_DEF 5 macro
|
D | SimpleCTP.java | 28 public static final int ARG_DEF=5; field in SimpleCTP 286 if ( (LA3_0==ARG_DEF) ) { in functionHeader() 337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186); in formalParameter()
|
D | SimpleCTP.m | 237 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK", 519 if ( (LA3_0==ARG_DEF) ) { 565 …mework/examples/simplecTreeParser/SimpleCTP.g:35:1: formalParameter : ^( ARG_DEF type declarator )… 572 …C2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:36:5: ( ^( ARG_DEF type declarator )… 573 …bjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:36:9: ^( ARG_DEF type declarator )… 575 …[self match:input TokenType:ARG_DEF Follow:FOLLOW_ARG_DEF_in_formalParameter199]; /* element() */
|
D | SimpleCParser.h | 36 #define ARG_DEF 5 macro
|