Home
last modified time | relevance | path

Searched refs:supportFrameRateControl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_capture/windows/
H A Ddevice_info_ds.h23 bool supportFrameRateControl; member
26 supportFrameRateControl = false; in VideoCaptureCapabilityWindows()
H A Dvideo_capture_ds.cc221 if (capability.maxFPS > 0 && windowsCapability.supportFrameRateControl) { in SetCameraOutput()
226 if (capability.maxFPS > 0 && windowsCapability.supportFrameRateControl) { in SetCameraOutput()
H A Ddevice_info_ds.cc463 capability.supportFrameRateControl = true; in CreateCapabilityMap()