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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 123 FILE *plFile = NULL;
316 plFile = fopen( argv[i+1], "rb" );
317 if( plFile == NULL ) {
715 if( fread( &lostFrame, sizeof(int16_t), 1, plFile ) != 1 ) {
716 rewind( plFile );
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 75 FILE *plFile;
310 plFile = fopen( argv[i+1], "rb" );
311 if( plFile == NULL )
    [all...]

Completed in 72 milliseconds