Home
last modified time | relevance | path

Searched defs:capturer (Results 1 – 25 of 42) sorted by relevance

12

/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTest.java95 VideoCapturerAndroid capturer = VideoCapturerAndroid.create( in testCreateNonExistingCamera() local
105 VideoCapturerAndroid capturer = in testStartVideoCapturer() local
113 VideoCapturerAndroid capturer = in testStartVideoCapturerUsingTextures() local
125 VideoCapturerAndroid capturer = in testStartFrontFacingVideoCapturer() local
140 VideoCapturerAndroid capturer = in testStartBackFacingVideoCapturer() local
150 VideoCapturerAndroid capturer = VideoCapturerAndroid.create("", null); in testSwitchVideoCapturer() local
157 VideoCapturerAndroid capturer = in testSwitchVideoCapturerUsingTextures() local
167 VideoCapturerAndroid capturer = VideoCapturerAndroid.create("", cameraEvents); in testCameraEvents() local
176 final VideoCapturerAndroid capturer = VideoCapturerAndroid.create(deviceName, null); in testCameraCallsAfterStop() local
186 final VideoCapturerAndroid capturer = VideoCapturerAndroid.create(deviceName, null, in testCameraCallsAfterStopUsingTextures() local
[all …]
DVideoCapturerAndroidTestFixtures.java241 static public void release(VideoCapturerAndroid capturer) { in release()
247 static public void startCapturerAndRender(VideoCapturerAndroid capturer) in startCapturerAndRender()
262 static public void switchCamera(VideoCapturerAndroid capturer) throws InterruptedException { in switchCamera()
302 static public void cameraEventsInvoked(VideoCapturerAndroid capturer, CameraEvents events, in cameraEventsInvoked()
325 VideoCapturerAndroid capturer, Context appContext) throws InterruptedException { in cameraCallsAfterStop()
348 static public void stopRestartVideoSource(VideoCapturerAndroid capturer) in stopRestartVideoSource()
371 static public void startStopWithDifferentResolutions(VideoCapturerAndroid capturer, in startStopWithDifferentResolutions()
408 static void waitUntilIdle(VideoCapturerAndroid capturer) throws InterruptedException { in waitUntilIdle()
419 VideoCapturerAndroid capturer, Context appContext) throws InterruptedException { in startWhileCameraIsAlreadyOpen()
442 VideoCapturerAndroid capturer, Context appContext) throws InterruptedException { in startWhileCameraIsAlreadyOpenAndCloseCamera()
[all …]
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_unittest.cc65 rtc::scoped_ptr<MouseCursorMonitor> capturer( in TEST_F() local
104 rtc::scoped_ptr<MouseCursorMonitor> capturer( in TEST_F() local
119 rtc::scoped_ptr<MouseCursorMonitor> capturer( in TEST_F() local
/external/webrtc/talk/session/media/
Dchannelmanager.cc68 cricket::VideoCapturer* capturer; member
458 VideoCapturer* capturer, in GetSupportedFormats_w()
470 VideoCapturer* capturer, const VideoFormat& video_format) { in StartVideoCapture()
487 VideoCapturer* capturer, const VideoFormat& video_format) { in StopVideoCapture()
504 VideoCapturer* capturer, VideoRenderer* renderer) { in AddVideoRenderer()
511 VideoCapturer* capturer, VideoRenderer* renderer) { in RemoveVideoRenderer()
532 void ChannelManager::OnVideoCaptureStateChange(VideoCapturer* capturer, in OnVideoCaptureStateChange()
/external/webrtc/talk/media/devices/
Ddevicemanager_unittest.cc399 scoped_ptr<cricket::VideoCapturer> capturer(dm->CreateScreenCapturer( in TEST() local
423 scoped_ptr<cricket::VideoCapturer> capturer(dm->CreateScreenCapturer( in TEST() local
432 scoped_ptr<cricket::VideoCapturer> capturer( in TEST_F() local
442 scoped_ptr<cricket::VideoCapturer> capturer( in TEST_F() local
454 scoped_ptr<cricket::VideoCapturer> capturer( in TEST_F() local
465 scoped_ptr<cricket::VideoCapturer> capturer( in TEST_F() local
Ddevicemanager.cc193 VideoCapturer* capturer = MaybeConstructFakeVideoCapturer(device); in CreateVideoCapturer() local
221 FileVideoCapturer* capturer = new FileVideoCapturer; in MaybeConstructFakeVideoCapturer() local
232 YuvFramesCapturer* capturer = new YuvFramesCapturer(); in MaybeConstructFakeVideoCapturer() local
Dyuvframescapturer.cc45 explicit YuvFramesThread(YuvFramesCapturer* capturer) in YuvFramesThread()
/external/webrtc/talk/app/webrtc/
Dvideosource.cc299 explicit FrameInputWrapper(cricket::VideoCapturer* capturer) in FrameInputWrapper()
331 cricket::VideoCapturer* capturer, in Create()
343 cricket::VideoCapturer* capturer, in VideoSource()
457 void VideoSource::OnStateChange(cricket::VideoCapturer* capturer, in OnStateChange()
Dremotevideocapturer_unittest.cc74 void OnStateChange(VideoCapturer* capturer, in OnStateChange()
80 void OnVideoFrame(VideoCapturer* capturer, const VideoFrame* frame) { in OnVideoFrame()
/external/webrtc/webrtc/test/
Dframe_generator_capturer.cc29 FrameGeneratorCapturer* capturer = new FrameGeneratorCapturer( in Create() local
47 FrameGeneratorCapturer* capturer = new FrameGeneratorCapturer( in CreateFromYuvFile() local
/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturerfactory.cc35 rtc::scoped_ptr<WebRtcVideoCapturer> capturer( in Create() local
Dwebrtcvideoengine2_unittest.cc283 cricket::FakeVideoCapturer capturer; in TEST_F() local
313 cricket::FakeVideoCapturer capturer; in TEST_F() local
378 cricket::FakeVideoCapturer capturer; in TEST_F() local
428 FakeVideoCapturer capturer; in TEST_F() local
575 cricket::FakeVideoCapturer capturer; in TEST_F() local
656 cricket::FakeVideoCapturer capturer; in TEST_F() local
1566 cricket::FakeVideoCapturer capturer; in TEST_F() local
1620 cricket::FakeVideoCapturer capturer; in TEST_F() local
1694 cricket::FakeVideoCapturer capturer; in TEST_F() local
1786 cricket::FakeVideoCapturer capturer; in TEST_F() local
[all …]
/external/webrtc/talk/app/webrtc/objc/
DRTCAVFoundationVideoSource.mm60 - (webrtc::AVFoundationVideoCapturer*)capturer { method
/external/webrtc/talk/media/base/
Dtestutils.cc229 VideoCapturerListener::VideoCapturerListener(VideoCapturer* capturer) in VideoCapturerListener()
243 void VideoCapturerListener::OnStateChange(VideoCapturer* capturer, in OnStateChange()
248 void VideoCapturerListener::OnFrameCaptured(VideoCapturer* capturer, in OnFrameCaptured()
Dfakescreencapturerfactory.h63 void OnWindowCapturerDestroyed(cricket::FakeVideoCapturer* capturer) { in OnWindowCapturerDestroyed()
Dcapturerenderadapter.cc97 void CaptureRenderAdapter::OnVideoFrame(VideoCapturer* capturer, in OnVideoFrame()
Dcapturemanager_unittest.cc73 void OnCapturerStateChange(cricket::VideoCapturer* capturer, in OnCapturerStateChange()
/external/autotest/server/cros/network/
Dchaos_clique_utils.py273 def scan_for_networks(ssid, capturer, ap_spec): argument
295 def return_available_networks(ap, capturer, job, ap_spec): argument
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
Dnetwork_WiFi_ChaosConnectDisconnect.py19 def run_once(self, capturer, capturer_frequency, capturer_ht_type, argument
/external/autotest/server/site_tests/network_WiFi_CliqueConnectDisconnect/
Dnetwork_WiFi_CliqueConnectDisconnect.py20 def run_once(self, capturer, capturer_frequency, capturer_ht_type, argument
/external/autotest/server/site_tests/network_WiFi_CliqueLongConnect/
Dnetwork_WiFi_CliqueLongConnect.py20 def run_once(self, capturer, capturer_frequency, capturer_ht_type, argument
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
Dnetwork_WiFi_ChaosLongConnect.py20 def run_once(self, capturer, capturer_frequency, capturer_ht_type, host, argument
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DVideoCapturer.java38 Object capturer = nativeCreateVideoCapturer(deviceName); in create() local
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidvideocapturer_jni.cc78 webrtc::AndroidVideoCapturer* capturer) { in Start()
240 rtc::scoped_ptr<cricket::VideoCapturer> capturer( in JOW() local
/external/autotest/server/cros/clique_lib/
Dclique_runner.py182 def _cleanup(self, dut_objects, dut_locker, ap_locker, capturer, argument

12