HomeSort by relevance Sort by last modified time
    Searched refs:GetFrameRate (Results 1 - 18 of 18) 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/test/
video_source.h 66 float GetFrameRate() const { return _frameRate; }
media_opt_test.cc 419 _frameRate = (*it)->GetFrameRate();
  /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 607 milliseconds