Home
last modified time | relevance | path

Searched refs:_frameRate (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/test/
Dvideo_source.h69 float GetFrameRate() const { return _frameRate; } in GetFrameRate()
82 float _frameRate; variable
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_objc.mm126 _frameRate = frameRate;
171 _frameRate = DEFAULT_FRAME_RATE;
211 setMinimumVideoFrameInterval:(NSTimeInterval)1/(float)_frameRate];
247 tempCaptureCapability.maxFPS = _frameRate;
Dvideo_capture_qtkit_objc.h30 int _frameRate; variable
/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.h278 void UpdateFrameRate(float frameRate) { _frameRate = frameRate; } in UpdateFrameRate()
341 float _frameRate; variable
Dmedia_opt_util.cc476 _frameRate(0.0f), in VCMLossProtectionLogic()
642 _currentParameters.frameRate = _frameRate; // rename actual frame rate? in UpdateMethod()