Lines Matching refs:printf

36 	printf ("AMR_WB Encoder HELP   Displays this text\n");
37 printf ("\n");
38 printf ("Usage:\n");
39 printf ("AMRWBEnc [options] Input_file output_file \n");
40 printf ("\n");
41 printf ("Options +M* +F* +DTX \n");
42 printf ("Support \n");
43 printf ("Options +M* for seting compression bitrate mode, default is 23.85kbps\n");
44 printf (" +M0 = 6.6kbps \n");
45 printf (" +M1 = 8.85kbps \n");
46 printf (" +M2 = 12.65kbps \n");
47 printf (" +M3 = 14.25kbps \n");
48 printf (" +M4 = 15.58kbps \n");
49 printf (" +M5 = 18.25kbps \n");
50 printf (" +M6 = 19.85kbps \n");
51 printf (" +M7 = 23.05kbps \n");
52 printf (" +M8 = 23.85kbps \n");
53 printf ("\n");
54 printf ("Options +F* for setting output frame Type, default is RFC3267 \n");
55 printf ("+F0 for AMR_WB Defualt bit extern short data frame type \n");
56 printf ("+F1 for AMR_WB_ITU bit extern short data frame type \n");
57 printf ("+F2 for RFC3267\n ");
58 printf ("\n");
59 printf ("Options +DTX enable DTX mode, default is disable.\n");
60 printf ("File names, input raw PCM data, and output is AMR_WB bit-stream file.\n");
61 printf ("\n");
135 printf("open dll error......");
142 printf("open function error......");
151 printf("get APIs error......");
159 printf("get APIs error......");
170 printf("APIs init error......");
178 printf("get next buffer error......");
196 printf(" \n ---------------- Running -------------------------\n ");
213 printf(" Frames processed: %hd\r", framenum);
227 printf("Encoder time reach upper limit......");
247 printf( "\n%2.5f seconds\n", (double)duration/CLOCKS_PER_SEC);
270 printf("\n");
271 printf("************************Adaptive Multi-Rate Wide Band Encoder (AMR-WB)*******************************\n");
272 printf("***********************************DEFINITIONS:*******************************************************\n");
273 printf("AMR-WB encoder scheme is based on the principle of Algebraic Code Excited Linear Prediction algorithm\n");
274 printf("The AMR-WB encoder compression MONO liner PCM speech input data at 16kHz sampling rate\n");
275 printf("to one of nine data rate modes-6.60, 8.85, 12.65, 14.25, 15.85, 18.25, 19.25, 23.05 and 23.85kbps.\n");
276 printf("The encoder supports output format AMRWB ITU, AMRWB RFC3267.\n");
277 printf("\n");
314 printf ("Invalid parameter '%s'.\n", argv [arg]);
329 printf ("Invalid parameter '%s'.\n", argv [arg]);