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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_test.c 46 FILE *ifileid,*efileid,*ofileid, *cfileid; local
106 if ( (efileid=fopen(argv[3],"wb")) == NULL) {
177 if (fwrite(encoded_data, sizeof(int16_t), len_i16s, efileid) != len_i16s) {
227 fclose(ifileid); fclose(efileid); fclose(ofileid);
iLBC_testLib.c 42 FILE *ifileid,*efileid,*ofileid, *chfileid; local
78 if ( (efileid=fopen(argv[3],"wb")) == NULL) {
154 fwrite(encoded_data,1,len,efileid);
211 fclose(efileid);
iLBC_testprogram.c 98 FILE *ifileid,*efileid,*ofileid, *chfileid; local
156 if ( (efileid=fopen(argv[3],"wb")) == NULL) {
329 Enc_Inst.no_of_words, efileid);
341 fclose(ifileid); fclose(efileid); fclose(ofileid);

Completed in 619 milliseconds