Home
last modified time | relevance | path

Searched defs:FrameRate (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dgeneric_encoder.cc141 uint32_t VCMGenericEncoder::FrameRate() const in FrameRate() function in webrtc::VCMGenericEncoder
Dvideo_sender.cc234 int VideoSender::FrameRate(unsigned int* framerate) const { in FrameRate() function in webrtc::vcm::VideoSender
Dvideo_coding_impl.cc143 virtual int FrameRate(unsigned int* framerate) const OVERRIDE { in FrameRate() function in webrtc::__anond6b027e20111::VideoCodingModuleImpl
/external/libvpx/libvpx/third_party/libmkv/
DEbmlIDs.h136 FrameRate = 0x2383E3, enumerator
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libmkv/
DEbmlIDs.h136 FrameRate = 0x2383E3, enumerator
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc555 TEST_F(VideoCaptureExternalTest, DISABLED_ON_WIN(FrameRate)) { in TEST_F()