HomeSort by relevance Sort by last modified time
    Searched refs:capturer (Results 26 - 50 of 65) sorted by null

12 3

  /external/autotest/server/cros/network/
chaos_clique_utils.py 273 def scan_for_networks(ssid, capturer, ap_spec):
277 @param capturer: a packet capture device.
286 wifi_if = capturer.get_wlanif(freq, 'managed')
287 capturer.host.run('%s link set %s up' % (capturer.cmd_ip, wifi_if))
289 networks = capturer.iw_runner.wait_for_scan_result(
291 capturer.remove_interface(wifi_if)
295 def return_available_networks(ap, capturer, job, ap_spec):
299 @param capturer: a packet capture device
306 networks = scan_for_networks(ap.ssid, capturer, ap_spec
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnectionFactory.mm 123 - (RTCVideoSource*)videoSourceWithCapturer:(RTCVideoCapturer*)capturer
125 if (!capturer) {
129 self.nativeFactory->CreateVideoSource([capturer takeNativeCapturer],
avfoundationvideocapturer.mm 60 - (instancetype)initWithCapturer:(webrtc::AVFoundationVideoCapturer*)capturer;
80 - (instancetype)initWithCapturer:(webrtc::AVFoundationVideoCapturer*)capturer {
81 NSParameterAssert(capturer);
83 _capturer = capturer;
178 // Make the capturer output NV12. Ideally we want I420 but that's not
315 LOG(LS_ERROR) << "Failed to create AVFoundation capturer.";
319 LOG(LS_ERROR) << "The capturer is already running.";
  /external/autotest/server/cros/chaos_lib/
chaos_runner.py 62 @param capturer_hostname: a string or None, hostname or IP of capturer.
79 # Cleanup and reboot packet capturer before the test.
81 capturer = site_linux_system.LinuxSystem(capture_host, {},
100 'Packet capturer is not responding to scans. Check'
203 ap, capturer, job, self._ap_spec)
207 # Reboot the packet capturer device and
208 # reconfigure the capturer.
212 capturer.host.reboot()
213 capturer = site_linux_system.LinuxSystem(
217 # Packet capturer did not find the SSID in scan o
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 281 // Allocate the capturer first to prevent early destruction before channel's
283 cricket::FakeVideoCapturer capturer; local
300 // Set capturer.
301 EXPECT_TRUE(channel->SetCapturer(kSsrc, &capturer));
303 // Verify capturer has turned off applying rotation.
304 EXPECT_FALSE(capturer.GetApplyRotation());
309 EXPECT_TRUE(capturer.GetApplyRotation());
313 cricket::FakeVideoCapturer capturer; local
324 // Set capturer.
325 EXPECT_TRUE(channel->SetCapturer(kSsrc, &capturer));
378 cricket::FakeVideoCapturer capturer; local
428 FakeVideoCapturer capturer; local
575 cricket::FakeVideoCapturer capturer; local
656 cricket::FakeVideoCapturer capturer; local
1566 cricket::FakeVideoCapturer capturer; local
1620 cricket::FakeVideoCapturer capturer; local
1694 cricket::FakeVideoCapturer capturer; local
1786 cricket::FakeVideoCapturer capturer; local
1864 cricket::FakeVideoCapturer capturer; local
2030 cricket::FakeVideoCapturer capturer; local
2130 cricket::FakeVideoCapturer capturer; local
3218 cricket::FakeVideoCapturer capturer; local
    [all...]
  /external/webrtc/talk/app/webrtc/
videosource.cc 155 // is supported by the capturer.
299 explicit FrameInputWrapper(cricket::VideoCapturer* capturer)
300 : capturer_(capturer) {
331 cricket::VideoCapturer* capturer,
335 ASSERT(capturer != NULL);
337 channel_manager, capturer, remote));
343 cricket::VideoCapturer* capturer,
346 video_capturer_(capturer),
365 // The screen capturer can accept any resolution and we will derive the
368 // since the desktop capturer does not respect the VideoFormat passed in
    [all...]
androidvideocapturer.h 47 AndroidVideoCapturer* capturer) = 0;
65 // Called from JNI when the capturer has been started.
peerconnectionfactory_unittest.cc 350 cricket::FakeVideoCapturer* capturer = new cricket::FakeVideoCapturer(); local
351 // The source take ownership of |capturer|.
353 factory_->CreateVideoSource(capturer, NULL));
361 EXPECT_TRUE(capturer->CaptureFrame());
365 EXPECT_TRUE(capturer->CaptureFrame());
369 EXPECT_TRUE(capturer->CaptureFrame());
peerconnectionfactory.h 74 cricket::VideoCapturer* capturer,
peerconnectionfactory.cc 220 cricket::VideoCapturer* capturer,
224 channel_manager_.get(), capturer, constraints, false));
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 75 capturer = chameleon_video_capturer.ChameleonVideoCapturer(
78 with capturer:
98 raw_test_checksums = capturer.capture_only(
135 capturer.write_images(test_indices, constants.TEST_DIR,
197 paths = capturer.write_images(store_indices,
  /external/webrtc/talk/media/devices/
yuvframescapturer.cc 45 explicit YuvFramesThread(YuvFramesCapturer* capturer)
46 : capturer_(capturer),
  /external/autotest/server/site_tests/network_WiFi_RegDomain/
network_WiFi_RegDomain.py 164 def assert_scanning_is_passive(cls, client, capturer, scan_freq):
168 @param capturer The LinuxSystem object for the router or pcap_host.
173 capturer.start_capture(
180 pcap_path = capturer.stop_capture()[0].local_pcap_path
190 capturer.stop_capture()
  /external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.cc 78 webrtc::AndroidVideoCapturer* capturer) {
85 capturer_ = capturer;
129 LOG(LS_WARNING) << method_name << "() called for closed capturer.";
240 rtc::scoped_ptr<cricket::VideoCapturer> capturer(
243 return jlongFromPointer(capturer.release());
androidvideocapturer_jni.h 58 webrtc::AndroidVideoCapturer* capturer) override;
100 // |capturer| is a guaranteed to be a valid pointer between a call to
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnectionFactory.java 124 VideoCapturer capturer, MediaConstraints constraints) {
126 nativeFactory, capturer.takeNativeVideoCapturer(), constraints));
  /external/webrtc/talk/media/base/
capturerenderadapter.cc 97 void CaptureRenderAdapter::OnVideoFrame(VideoCapturer* capturer,
testutils.cc 229 VideoCapturerListener::VideoCapturerListener(VideoCapturer* capturer)
237 capturer->SignalStateChange.connect(this,
239 capturer->SignalFrameCaptured.connect(this,
243 void VideoCapturerListener::OnStateChange(VideoCapturer* capturer,
248 void VideoCapturerListener::OnFrameCaptured(VideoCapturer* capturer,
videoengine_unittest.h 94 // capturer (checking that the engine state is updated and that the capturer
619 // Add an additional capturer, and hook up a renderer to receive it.
621 rtc::scoped_ptr<cricket::FakeVideoCapturer> capturer(
623 capturer->SetScreencast(true);
629 EXPECT_EQ(cricket::CS_RUNNING, capturer->Start(format));
632 EXPECT_TRUE(channel_->SetCapturer(5678, capturer.get()));
636 EXPECT_TRUE(capturer->CaptureCustomFrame(
667 // The capturer must be unregistered here as it runs out of it's scope next.
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 438 rtc::scoped_ptr<ScreenCapturerLinux> capturer(new ScreenCapturerLinux());
439 if (!capturer->Init(options))
440 capturer.reset();
441 return capturer.release();
screen_capturer_mac.mm 362 // the capturer, they will be recreated if necessary.
398 // If the display configuraiton has changed then refresh capturer data
    [all...]
  /external/guice/core/test/com/google/inject/
ProvisionListenerTest.java 302 final Capturer capturer = new Capturer(); local
306 bindListener(Matchers.any(), capturer);
326 capturer.getAsSetAndClear());
330 assertEquals(of(Key.get(Foo.class)), capturer.getAndClear());
334 assertEquals(of(Key.get(FooP.class), Key.get(Foo.class, named("pk"))), capturer.getAndClear());
336 assertEquals(of(Key.get(FooP.class), Key.get(Foo.class, named("pk"))), capturer.getAndClear());
340 assertEquals(of(Key.get(JitFoo2P.class), Key.get(JitFoo2.class)), capturer.getAndClear());
342 assertEquals(of(Key.get(JitFoo2P.class), Key.get(JitFoo2.class)), capturer.getAndClear())
    [all...]
  /external/webrtc/talk/app/webrtc/objctests/
RTCPeerConnectionTest.mm 131 // TODO(hughv): Create video capturer
132 RTCVideoCapturer* capturer = nil;
134 [factory videoSourceWithCapturer:capturer constraints:constraints];
315 capturer = nil;
  /external/autotest/server/cros/clique_lib/
clique_dut_control.py 479 capturer = self.find_param('capturer')
482 capturer.start_capture(capturer_frequency, ht_type=capturer_ht_type)
500 capturer = self.find_param('capturer')
502 capturer.stop_capture(save_dir=self.outputdir,
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 384 cricket::VideoCapturer* capturer = NULL; local
386 capturer = dev_manager->CreateVideoCapturer(*dev_it);
387 if (capturer != NULL)
390 return capturer;

Completed in 1117 milliseconds

12 3