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

  /external/webrtc/webrtc/modules/video_coding/test/
video_source.h 69 float GetFrameRate() const { return _frameRate; }
82 float _frameRate;
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.h 30 int _frameRate;
video_capture_qtkit_objc.mm 126 _frameRate = frameRate;
171 _frameRate = DEFAULT_FRAME_RATE;
211 setMinimumVideoFrameInterval:(NSTimeInterval)1/(float)_frameRate];
247 tempCaptureCapability.maxFPS = _frameRate;
  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.h 278 void UpdateFrameRate(float frameRate) { _frameRate = frameRate; }
341 float _frameRate;
media_opt_util.cc 476 _frameRate(0.0f),
642 _currentParameters.frameRate = _frameRate; // rename actual frame rate?

Completed in 128 milliseconds