Searched refs:nogap (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/frontend/ |
H A D | lame_main.c | 389 lame_encoder_loop(lame_global_flags * gf, FILE * outf, int nogap, char *inPath, char *outPath) in lame_encoder_loop() argument 476 if (nogap) in lame_encoder_loop() 519 lame_encoder(lame_global_flags * gf, FILE * outf, int nogap, char *inPath, char *outPath) in lame_encoder() argument 523 ret = lame_encoder_loop(gf, outf, nogap, inPath, outPath); in lame_encoder() 536 /* support for "nogap" encoding of up to 200 .wav files */ in lame_main() 589 /* for nogap encoding of multiple input files, it is not possible to in lame_main() 594 error_printf("processing nogap file %d: %s\n", i+1, nogap_inPath[i]); in lame_main() 640 /* encode multiple input files using nogap option */ in lame_main()
|
H A D | parse.c | 740 " --nogap <file1> <file2> <...>\n" in long_help() 743 " output dir for gapless encoding (must precede --nogap)\n" in long_help() 1553 int nogap = 0; in parse_args_() local 2069 T_ELIF("nogap") in parse_args_() 2070 nogap = 1; in parse_args_() 2470 if (nogap) { in parse_args_() 2478 ("Error: 'nogap option'. Calling program does not allow nogap option, or\n" in parse_args_() 2479 "you have exceeded maximum number of input files for the nogap option\n"); in parse_args_() 2511 error_printf("combination of nogap an in parse_args_() [all...] |
Completed in 4 milliseconds