Home
last modified time | relevance | path

Searched refs:EnableNoPictureAlarm (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.h76 virtual void EnableNoPictureAlarm(const bool enable);
Dvideo_capture.h153 virtual void EnableNoPictureAlarm(const bool enable) = 0;
Dvideo_capture_impl.cc348 void VideoCaptureImpl::EnableNoPictureAlarm(const bool enable) { in EnableNoPictureAlarm() function in webrtc::videocapturemodule::VideoCaptureImpl
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvideocapturemodule.h68 void EnableNoPictureAlarm(const bool enable) override { in EnableNoPictureAlarm() function
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc466 capture_module_->EnableNoPictureAlarm(true); in SetUp()