Searched refs:outbit (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
H A DtestG722.cc43 char inname[60], outbit[40], outname[40]; local
89 sscanf(argv[3], "%s", outbit);
96 if ((outbitp = fopen(outbit,"wb")) == NULL) {
97 printf(" G.722: Cannot write file %s.\n", outbit);
104 printf("\nInput:%s\nOutput bitstream:%s\nOutput:%s\n", inname, outbit, outname);

Completed in 1210 milliseconds