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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
codec_database_test.h 48 float _frameRate;
video_source.h 66 float GetFrameRate() const { return _frameRate; }
79 float _frameRate;
generic_codec_test.cc 50 _frameRate(0),
75 _frameRate = args.frameRate;
179 sendCodec.maxFramerate = (uint8_t)(_frameRate / 2);
197 for (i = 0; i < _frameRate; i++)
205 _timeStamp += (uint32_t)(9e4 / static_cast<float>(_frameRate));
208 IncrementDebugClock(_frameRate);
211 sendCodec.maxFramerate = (uint8_t)_frameRate;
224 IncrementDebugClock(_frameRate);
251 _timeStamp += (uint32_t)(9e4 / static_cast<float>(_frameRate));
264 * 1. OneSecReq = 15 % above/below target over a time period of 1s (_frameRate number of frames
    [all...]
video_source.cc 23 _frameRate(30)
35 _frameRate(frameRate)
50 _frameRate(frameRate)
codec_database_test.cc 60 _frameRate = args.frameRate;
128 _timeStamp += (uint32_t)(9e4 / _frameRate);
204 _timeStamp += (uint32_t)(9e4 / _frameRate);
239 _timeStamp += (uint32_t)(9e4 / _frameRate);
246 _timeStamp += (uint32_t)(9e4 / _frameRate);
259 _timeStamp += (uint32_t)(9e4 / _frameRate);
265 _timeStamp += (uint32_t)(9e4 / _frameRate);
341 _timeStamp += (uint32_t)(9e4 / _frameRate);
jitter_estimate_test.h 91 unsigned int _frameRate;
media_opt_test.h 74 float _frameRate;
quality_modes_test.h 40 float _frameRate;
quality_modes_test.cc 76 _frameRate = args.frameRate;
201 codec.maxFramerate = (uint8_t) _frameRate;
246 sendStats.set_framerate(static_cast<uint32_t>(_frameRate));
254 (uint32_t)(_frameRate+ 0.5f));
336 if (_frameCnt%((int)_frameRate) == 0)
346 _frameRate = frameRateUpdate[change];
348 codec.maxFramerate = (uint8_t) _frameRate;
media_opt_test.cc 78 _frameRate(30.0f),
109 _frameRate = args.frameRate;
268 sendCodec.maxFramerate = (uint8_t)_frameRate;
327 _timeStamp += (uint32_t)(9e4 / static_cast<float>(_frameRate));
419 _frameRate = (*it)->GetFrameRate();
475 double ActualBitRate = 8.0 *( _sumEncBytes / (_frameCnt / _frameRate));
generic_codec_test.h 65 float _frameRate;
normal_test.cc 210 _frameRate = args.frameRate;
216 _width << "x" << _height << "_" << _frameRate << "Hz_P420.yuv";
254 _sendCodec.maxFramerate = _frameRate;
281 sendStats.set_framerate(static_cast<uint32_t>(_frameRate));
364 double ActualBitRate = 8.0 *( _sumEncBytes / (_frameCnt / _frameRate));
normal_test.h 129 float _frameRate;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
video_source.h 64 int GetFrameRate() const { return _frameRate; }
91 int _frameRate;
video_source.cc 24 _frameRate(30)
33 _frameRate(frameRate)
50 _frameRate(frameRate)
207 ASSERT_TRUE(target.GetFrameRate() <= _frameRate);
211 (target.GetWidth() == _width && target.GetHeight() == _height && target.GetFrameRate() == _frameRate)))
227 fd.SetFrameRate(target.GetFrameRate(), _frameRate);
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.h 30 int _frameRate;
video_capture_qtkit_objc.mm 125 _frameRate = frameRate;
170 _frameRate = DEFAULT_FRAME_RATE;
210 setMinimumVideoFrameInterval:(NSTimeInterval)1/(float)_frameRate];
246 tempCaptureCapability.maxFPS = _frameRate;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
generic_encoder.cc 64 _frameRate(0),
77 _frameRate = 0;
88 _frameRate = settings->maxFramerate;
124 _frameRate = frameRate;
146 return _frameRate;
generic_encoder.h 134 uint32_t _frameRate;
media_opt_util.h 314 void UpdateFrameRate(float frameRate) { _frameRate = frameRate; }
375 float _frameRate;
media_opt_util.cc 648 _frameRate(0.0f),
906 _currentParameters.frameRate = _frameRate; // rename actual frame rate?

Completed in 269 milliseconds