Searched defs:maxFPS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dhelp_functions_ds.cc26 LONGLONG maxFPS = maxFps[0]; local
29 if (maxFPS > maxFps[i])
30 maxFPS = maxFps[i];
32 return maxFPS;
H A Ddevice_info_ds.cc559 LONGLONG maxFPS; local
578 0 != (maxFPS = GetMaxOfFrameArray(frameDurationList,
581 capability.maxFPS = static_cast<int> (10000000
582 / maxFPS);
591 capability.maxFPS = static_cast<int> (10000000
594 capability.maxFPS = 0;
600 capability.maxFPS = static_cast<int> (10000000
603 capability.maxFPS = 0;
670 capability.rawType, capability.maxFPS);
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
H A Dvideo_capture_defines.h42 int32_t maxFPS; member in struct:webrtc::VideoCaptureCapability
52 maxFPS = 0;
65 if (maxFPS != other.maxFPS)
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_capture.h34 unsigned int maxFPS; member in struct:webrtc::CaptureCapability
42 maxFPS = 0;

Completed in 119 milliseconds