Home | History | Annotate | Download | only in src

Lines Matching refs:stderr

47     fprintf(stderr, "Usage: %s [-e] <application> <sampling rate (Hz)> <channels (1/2)> "
49 fprintf(stderr, " %s -d <sampling rate (Hz)> <channels (1/2)> "
51 fprintf(stderr, "mode: voip | audio | restricted-lowdelay\n" );
52 fprintf(stderr, "options:\n" );
53 fprintf(stderr, "-e : only runs the encoder (output the bit-stream)\n" );
54 fprintf(stderr, "-d : only runs the decoder (reads the bit-stream as input)\n" );
55 fprintf(stderr, "-cbr : enable constant bitrate; default: variable bitrate\n" );
56 fprintf(stderr, "-cvbr : enable constrained variable bitrate; default: unconstrained\n" );
57 fprintf(stderr, "-variable-duration : enable frames of variable duration (experts only); default: disabled\n" );
58 fprintf(stderr, "-bandwidth <NB|MB|WB|SWB|FB> : audio bandwidth (from narrowband to fullband); default: sampling rate\n" );
59 fprintf(stderr, "-framesize <2.5|5|10|20|40|60> : frame size in ms; default: 20 \n" );
60 fprintf(stderr, "-max_payload <bytes> : maximum payload size in bytes, default: 1024\n" );
61 fprintf(stderr, "-complexity <comp> : complexity, 0 (lowest) ... 10 (highest); default: 10\n" );
62 fprintf(stderr, "-inbandfec : enable SILK inband FEC\n" );
63 fprintf(stderr, "-forcemono : force mono encoding, even for stereo input\n" );
64 fprintf(stderr, "-dtx : enable SILK DTX\n" );
65 fprintf(stderr, "-loss <perc> : simulate packet loss, in percent (0-100); default: 0\n" );
86 fprintf(stderr, "option %s is only for encoding\n", opt);
278 fprintf(stderr, "%s\n", opus_get_version_string());
303 fprintf(stderr, "unknown application: %s\n", argv[args]);
316 fprintf(stderr, "Supported sampling rates are 8000, 12000, "
327 fprintf(stderr, "Opus_demo supports only 1 or 2 channels.\n");
368 fprintf(stderr, "Unknown bandwidth %s. "
389 fprintf(stderr, "Unsupported frame size: %s ms. "
492 fprintf (stderr, "max_payload_bytes must be between 0 and %d\n",
501 fprintf (stderr, "Could not open input file %s\n", argv[argc-2]);
509 fprintf(stderr, "File size is %d bytes\n", size);
512 fprintf(stderr, "Switching mode every %d samples\n", mode_switch_time);
519 fprintf (stderr, "Could not open output file %s\n", argv[argc-1]);
529 fprintf(stderr, "Cannot create encoder: %s\n", opus_strerror(err));
553 fprintf(stderr, "Cannot create decoder: %s\n", opus_strerror(err));
587 fprintf(stderr, "Decoding with %ld Hz output (%d channels)\n",
590 fprintf(stderr, "Encoding %ld Hz input at %.3f kb/s "
663 fprintf(stderr, "Invalid payload length: %d\n",len[toggle]);
671 fprintf(stderr, "Ran out of input, "
725 fprintf (stderr, "opus_encode() returned %d\n", len[toggle]);
744 fprintf(stderr, "padding failed: %s\n", opus_strerror(err));
755 fprintf(stderr, "Error writing.\n");
760 fprintf(stderr, "Error writing.\n");
764 fprintf(stderr, "Error writing.\n");
807 fprintf(stderr, "Error writing.\n");
815 fprintf(stderr, "error decoding frame: %s\n",
828 fprintf (stderr, "Error: Range coder state mismatch "
862 fprintf (stderr, "average bitrate: %7.3f kb/s\n",
864 fprintf (stderr, "maximum bitrate: %7.3f kb/s\n",
867 fprintf (stderr, "active bitrate: %7.3f kb/s\n",
869 fprintf (stderr, "bitrate standard deviation: %7.3f kb/s\n",