Home
last modified time | relevance | path

Searched refs:GetFrameRate (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dvideo_source.cc207 ASSERT_TRUE(target.GetFrameRate() <= _frameRate); in Convert()
211 …(target.GetWidth() == _width && target.GetHeight() == _height && target.GetFrameRate() == _frameRa… in Convert()
227 fd.SetFrameRate(target.GetFrameRate(), _frameRate); in Convert()
Dvideo_source.h64 int GetFrameRate() const { return _frameRate; } in GetFrameRate() function
Dbenchmark.cc231 CodecSettings(_target->GetWidth(), _target->GetHeight(), _target->GetFrameRate(), _bitRate); in PerformNormalTest()
Dunit_test.cc218 _inst.maxFramerate = _source->GetFrameRate(); in Setup()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Djitter_estimator.cc337 double fps = GetFrameRate(); in EstimateRandomJitter()
435 double fps = GetFrameRate(); in GetJitterEstimate()
469 double VCMJitterEstimator::GetFrameRate() const { in GetFrameRate() function in webrtc::VCMJitterEstimator
Djitter_estimator.h119 double GetFrameRate() const;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dvideo_source.h66 float GetFrameRate() const { return _frameRate; } in GetFrameRate() function
Dmedia_opt_test.cc419 _frameRate = (*it)->GetFrameRate(); in RTTest()
/external/chromium_org/third_party/decklink/mac/include/
DDeckLinkAPIModes.h170 …virtual HRESULT GetFrameRate (/* out */ BMDTimeValue *frameDuration, /* out */ BMDTimeScale *timeS…
DDeckLinkAPI_v7_1.h83 …virtual HRESULT STDMETHODCALLTYPE GetFrameRate (BMDTimeValue *frameDuration, BMDTimeScale *timeS…
DDeckLinkAPI_v7_6.h134 …virtual HRESULT GetFrameRate (/* out */ BMDTimeValue *frameDuration, /* out */ BMDTimeScale *timeS…
/external/chromium_org/media/video/capture/win/
Dvideo_capture_device_mf_win.cc37 static bool GetFrameRate(IMFMediaType* type, in GetFrameRate() function
56 !GetFrameRate(type, in FillCapabilitiesFromType()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc123 codec_inst_.maxFramerate = source.GetFrameRate(); in SetUp()
/external/chromium_org/media/video/capture/mac/
Dvideo_capture_device_decklink_mac.mm152 if (display_mode->GetFrameRate(&time_value, &time_scale) == S_OK &&
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp456 double GetFrameRate() const;
Dmkvparser.cpp6348 double VideoTrack::GetFrameRate() const in GetFrameRate() function in mkvparser::VideoTrack
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvparser.hpp401 double GetFrameRate() const;
Dmkvparser.cpp5527 double VideoTrack::GetFrameRate() const { return m_rate; } in GetFrameRate() function in mkvparser::VideoTrack
/external/libvpx/libwebm/
Dmkvparser.hpp401 double GetFrameRate() const;
Dmkvparser.cpp5530 double VideoTrack::GetFrameRate() const { return m_rate; } in GetFrameRate() function in mkvparser::VideoTrack