Searched refs:SEED_FILE (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/ |
D | iLBC_testLib.c | 28 #define SEED_FILE "randseed.txt" macro 115 if ( (seedfile = fopen(SEED_FILE, "a+t") ) == NULL ) { in main() 116 fprintf(stderr, "Error: Could not open file %s\n", SEED_FILE); in main() 196 if ( (seedfile = fopen(SEED_FILE, "a+t") ) == NULL ) { in main() 197 fprintf(stderr, "Error: Could not open file %s\n", SEED_FILE); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | kenny.cc | 24 #define SEED_FILE "randseed.txt" /* Used when running decoder on garbage data */ macro 445 if ( (seedfile = fopen(SEED_FILE, "a+t") ) == NULL ) { in main() 446 printf("Error: Could not open file %s\n", SEED_FILE); in main() 796 if ( (seedfile = fopen(SEED_FILE, "a+t") ) == NULL ) { in main() 797 printf( "Error: Could not open file %s\n", SEED_FILE); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 27 #define SEED_FILE "randseed.txt" /* Used when running decoder on garbage data */ macro
|