Home
last modified time | relevance | path

Searched refs:ARG_DEF (Results 1 – 25 of 31) sorted by relevance

12

/external/libvpx/libvpx/
Dvpxenc.c127 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 …]
Dvpxdec.c51 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 …]
Dargs.h41 #define ARG_DEF(s, l, v, d) \ macro
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c36 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/
Doutput1 …DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FUNC_HDR int foo (ARG_DEF in…
DSimpleC.g9 ARG_DEF;
40 : type declarator -> ^(ARG_DEF type declarator)
DSimpleC.tokens1 ARG_DEF=4
DSimpleCTP.tokens1 ARG_DEF=4
DSimpleCLexer.h21 #define ARG_DEF 4 macro
DSimpleCTP.g36 : ^(ARG_DEF type declarator)
DSimpleCTP.java28 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()
DSimpleCTP.h30 #define ARG_DEF 4 macro
DSimpleCTP.m232 @"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];
DSimpleCParser.h39 #define ARG_DEF 4 macro
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt047treeparser.g9 ARG_DEF;
40 : type declarator -> ^(ARG_DEF type declarator)
Dt047treeparserWalker.g34 : ^(ARG_DEF type declarator)
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt047treeparser.g9 ARG_DEF;
40 : type declarator -> ^(ARG_DEF type declarator)
Dt047treeparserWalker.g35 : ^(ARG_DEF type declarator)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCTP.tokens15 ARG_DEF=5
DSimpleC.tokens15 ARG_DEF=5
DSimpleCLexer.h40 #define ARG_DEF 5 macro
DSimpleCTP.h28 #define ARG_DEF 5 macro
DSimpleCTP.java28 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()
DSimpleCTP.m237 @"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() */
DSimpleCParser.h36 #define ARG_DEF 5 macro

12