Searched refs:_frameRate (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dcodec_database_test.h48 float _frameRate; member in class:CodecDataBaseTest
H A Dvideo_source.h66 float GetFrameRate() const { return _frameRate; }
79 float _frameRate; member in class:VideoSource
H A Dgeneric_codec_test.cc50 _frameRate(0),
75 _frameRate = args.frameRate;
182 sendCodec.maxFramerate = (uint8_t)(_frameRate / 2);
200 for (i = 0; i < _frameRate; i++)
208 _timeStamp += (uint32_t)(9e4 / static_cast<float>(_frameRate));
211 IncrementDebugClock(_frameRate);
214 sendCodec.maxFramerate = (uint8_t)_frameRate;
227 IncrementDebugClock(_frameRate);
254 _timeStamp += (uint32_t)(9e4 / static_cast<float>(_frameRate));
267 * 1. OneSecReq = 15 % above/below target over a time period of 1s (_frameRate numbe
[all...]
H A Dvideo_source.cc23 _frameRate(30)
35 _frameRate(frameRate)
50 _frameRate(frameRate)
H A Dcodec_database_test.cc60 _frameRate = args.frameRate;
128 _timeStamp += (uint32_t)(9e4 / _frameRate);
205 _timeStamp += (uint32_t)(9e4 / _frameRate);
240 _timeStamp += (uint32_t)(9e4 / _frameRate);
247 _timeStamp += (uint32_t)(9e4 / _frameRate);
260 _timeStamp += (uint32_t)(9e4 / _frameRate);
266 _timeStamp += (uint32_t)(9e4 / _frameRate);
342 _timeStamp += (uint32_t)(9e4 / _frameRate);
H A Dmedia_opt_test.h74 float _frameRate; member in class:MediaOptTest
H A Dquality_modes_test.cc76 _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;
H A Dnormal_test.cc210 _frameRate = args.frameRate;
216 _width << "x" << _height << "_" << _frameRate << "Hz_P420.yuv"; local
254 _sendCodec.maxFramerate = _frameRate;
281 sendStats.set_framerate(static_cast<uint32_t>(_frameRate));
364 double ActualBitRate = 8.0 *( _sumEncBytes / (_frameCnt / _frameRate));
H A Dmedia_opt_test.cc78 _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));
H A Dgeneric_codec_test.h65 float _frameRate; member in class:webrtc::GenericCodecTest
H A Djitter_estimate_test.h91 unsigned int _frameRate; member in class:JitterEstimateTest
H A Dquality_modes_test.h40 float _frameRate; member in class:QualityModesTest
H A Dnormal_test.h127 float _frameRate; member in class:NormalTest
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dvideo_source.h64 int GetFrameRate() const { return _frameRate; }
91 int _frameRate; member in class:VideoSource
H A Dvideo_source.cc24 _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/
H A Dvideo_capture_qtkit_objc.h30 int _frameRate; variable
H A Dvideo_capture_qtkit_objc.mm125 _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/
H A Dgeneric_encoder.cc61 _frameRate(0),
74 _frameRate = 0;
85 _frameRate = settings->maxFramerate;
121 _frameRate = frameRate;
143 return _frameRate;
H A Dgeneric_encoder.h134 uint32_t _frameRate; member in class:webrtc::VCMGenericEncoder
H A Dmedia_opt_util.h314 void UpdateFrameRate(float frameRate) { _frameRate = frameRate; }
375 float _frameRate; member in class:webrtc::media_optimization::VCMLossProtectionLogic
H A Dmedia_opt_util.cc648 _frameRate(0.0f),
906 _currentParameters.frameRate = _frameRate; // rename actual frame rate?

Completed in 157 milliseconds