OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ofileid
(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
109
if ( (
ofileid
=fopen(argv[4],"wb")) == NULL) {
220
if (fwrite(decoded_data, sizeof(int16_t), len,
ofileid
) != len) {
227
fclose(ifileid); fclose(efileid); fclose(
ofileid
);
iLBC_testLib.c
42
FILE *ifileid,*efileid,*
ofileid
, *chfileid;
local
81
if( (
ofileid
=fopen(argv[4],"wb")) == NULL) {
191
fwrite(data,sizeof(short),len,
ofileid
);
212
fclose(
ofileid
);
iLBC_testprogram.c
98
FILE *ifileid,*efileid,*
ofileid
, *chfileid;
local
159
if( (
ofileid
=fopen(argv[4],"wb")) == NULL) {
332
fwrite(&decodeddata[i*Enc_Inst.blockl],sizeof(short),Enc_Inst.blockl,
ofileid
);
341
fclose(ifileid); fclose(efileid); fclose(
ofileid
);
Completed in 521 milliseconds