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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
mt_test_common.h 34 _frameCnt(0),
41 int32_t _frameCnt;
quality_modes_test.cc 129 double ActualBitRate = 8.0*( _sumEncBytes / (_frameCnt / _nativeFrameRate));
131 double avgEncTime = _totalEncodeTime / _frameCnt;
132 double avgDecTime = _totalDecodeTime / _frameCnt;
265 _frameCnt++;
282 printf("VD: frame drop %d \n",_frameCnt);
336 if (_frameCnt%((int)_frameRate) == 0)
343 if (change < numChanges && _frameCnt == updateFrameNum[change])
377 _decodeCallback.WriteEnd(_frameCnt);
463 _frameCnt(0),
504 _frameCnt++
    [all...]
media_opt_test.cc 85 _frameCnt(0),
310 _frameCnt = 0;
321 _frameCnt++;
338 printf ("Decode error in frame # %d",_frameCnt);
345 //printf("frame #%d dropped \n", _frameCnt );
475 double ActualBitRate = 8.0 *( _sumEncBytes / (_frameCnt / _frameRate));
500 fprintf(_outputRes,"%d frames were dropped, and total number of frames processed %d \n",_numFramesDropped,_frameCnt);
516 fprintf(_fpout,"%d frames were dropped, and total number of frames processed %d \n",_numFramesDropped,_frameCnt);
540 printf("%d frames were dropped, and total number of frames processed %d \n",_numFramesDropped,_frameCnt);
media_opt_test.h 82 int32_t _frameCnt;
quality_modes_test.h 81 uint32_t _frameCnt; // debug
generic_codec_test.cc 284 int _frameCnt = 0;
317 _frameCnt = 0;
326 _frameCnt++;
340 if (_frameCnt == _frameRate)// @ 1sec
352 actualBitrate = (float)(8.0/1000)*(totalBytes / (_frameCnt / _frameRate));
386 _frameCnt = 0;
391 _frameCnt++;
403 printf(" Encoder pipeline delay = %d frames\n", _frameCnt - 1);
normal_test.cc 192 _frameCnt(0),
288 _frameCnt++;
364 double ActualBitRate = 8.0 *( _sumEncBytes / (_frameCnt / _frameRate));
366 double avgEncTime = _totalEncodeTime / _frameCnt;
367 double avgDecTime = _totalDecodeTime / _frameCnt;
normal_test.h 141 int32_t _frameCnt;
mt_rx_tx_test.cc 61 state->_frameCnt++;

Completed in 65 milliseconds