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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
media_opt_test.h 90 FILE* _fpinp; member in class:MediaOptTest
media_opt_test.cc 128 _fpinp = fopen("dat_inp","rb");
131 TEST(fscanf(_fpinp,"%f %f %d \n",&rateTest,&lossTest,&numRuns) > 0);
524 fclose(_fpinp);
525 _fpinp = fopen("dat_inp","wb");
526 fprintf(_fpinp,"%f %f %d \n",_bitRate,_lossRate,_testNum);

Completed in 52 milliseconds