HomeSort by relevance Sort by last modified time
    Searched full:chfileid (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testLib.c 42 FILE *ifileid,*efileid,*ofileid, *chfileid; local
84 if ( (chfileid=fopen(argv[5],"rb")) == NULL) {
158 if (fread(&pli, sizeof(int16_t), 1, chfileid)) {
iLBC_testprogram.c 98 FILE *ifileid,*efileid,*ofileid, *chfileid; local
162 if ( (chfileid=fopen(argv[5],"rb")) == NULL) {
222 while ((fread(&channeldata[blockcount],sizeof(short), 1,chfileid)==1)

Completed in 65 milliseconds