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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
video_source.h 64 int GetFrameRate() const { return _frameRate; }
video_source.cc 207 ASSERT_TRUE(target.GetFrameRate() <= _frameRate);
211 (target.GetWidth() == _width && target.GetHeight() == _height && target.GetFrameRate() == _frameRate)))
227 fd.SetFrameRate(target.GetFrameRate(), _frameRate);
benchmark.cc 231 CodecSettings(_target->GetWidth(), _target->GetHeight(), _target->GetFrameRate(), _bitRate);
unit_test.cc 218 _inst.maxFramerate = _source->GetFrameRate();
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_estimator.h 119 double GetFrameRate() const;
jitter_estimator.cc 337 double fps = GetFrameRate();
435 double fps = GetFrameRate();
469 double VCMJitterEstimator::GetFrameRate() const {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
video_source.h 66 float GetFrameRate() const { return _frameRate; }
media_opt_test.cc 419 _frameRate = (*it)->GetFrameRate();
  /external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPIModes.h 170 virtual HRESULT GetFrameRate (/* out */ BMDTimeValue *frameDuration, /* out */ BMDTimeScale *timeScale) = 0;
DeckLinkAPI_v7_1.h 83 virtual HRESULT STDMETHODCALLTYPE GetFrameRate (BMDTimeValue *frameDuration, BMDTimeScale *timeScale) = 0;
DeckLinkAPI_v7_6.h 134 virtual HRESULT GetFrameRate (/* out */ BMDTimeValue *frameDuration, /* out */ BMDTimeScale *timeScale) = 0;
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 37 static bool GetFrameRate(IMFMediaType* type,
56 !GetFrameRate(type,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 123 codec_inst_.maxFramerate = source.GetFrameRate();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 399 double GetFrameRate() const;
mkvparser.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 401 double GetFrameRate() const;
mkvparser.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 456 double GetFrameRate() const;
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 401 double GetFrameRate() const;
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 456 double GetFrameRate() const;
mkvparser.cpp     [all...]

Completed in 365 milliseconds