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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
codec_database_test.h 48 float _frameRate;
generic_codec_test.h 65 float _frameRate;
jitter_estimate_test.h 91 unsigned int _frameRate;
media_opt_test.h 74 float _frameRate;
quality_modes_test.h 40 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;
video_source.h 66 float GetFrameRate() const { return _frameRate; }
79 float _frameRate;
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.h 30 int _frameRate;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
generic_encoder.h 134 uint32_t _frameRate;
media_opt_util.h 314 void UpdateFrameRate(float frameRate) { _frameRate = frameRate; }
375 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;

Completed in 3682 milliseconds