OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureDelay
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_capture/
video_capture.h
129
// Returns the current
CaptureDelay
. Only valid when the camera is running.
130
virtual int32_t
CaptureDelay
() = 0;
video_capture_impl.h
68
virtual int32_t
CaptureDelay
();
video_capture_impl.cc
208
int32_t VideoCaptureImpl::
CaptureDelay
()
/external/webrtc/talk/media/webrtc/
fakewebrtcvideocapturemodule.h
64
int32_t
CaptureDelay
() override { return delay_; }
Completed in 309 milliseconds