OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnableFrameRateCallback
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/video_capture/
video_capture.h
152
virtual void
EnableFrameRateCallback
(const bool enable) = 0;
video_capture_impl.h
75
virtual void
EnableFrameRateCallback
(const bool enable);
122
bool _frameRateCallBack; // true if
EnableFrameRateCallback
video_capture_impl.cc
134
_lastFrameRateCallbackTime = now; // Can be set by
EnableFrameRateCallback
330
void VideoCaptureImpl::
EnableFrameRateCallback
(const bool enable) {
/external/webrtc/talk/media/webrtc/
fakewebrtcvideocapturemodule.h
65
void
EnableFrameRateCallback
(const bool enable) override {
/external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc
465
capture_module_->
EnableFrameRateCallback
(true);
Completed in 279 milliseconds