HomeSort by relevance Sort by last modified time
    Searched refs:capture_callback_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 452 capture_callback_.SetExpectedCapability(capability);
463 capture_module_->RegisterCaptureDataCallback(capture_callback_);
477 TestVideoCaptureCallback capture_callback_; member in class:VideoCaptureExternalTest
489 length, capture_callback_.capability(), 0));
490 EXPECT_TRUE(capture_callback_.CompareLastFrame(test_frame_));
511 length, capture_callback_.capability(), 0));
527 length, capture_callback_.capability(), 0));
545 length, capture_callback_.capability(), 0));
547 capture_callback_.SetExpectedCaptureRotation(webrtc::kVideoRotation_90);
549 length, capture_callback_.capability(), 0))
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.h 173 TransformCallback capture_callback_; member in class:webrtc::IntelligibilityEnhancer
intelligibility_enhancer.cc 103 capture_callback_(this, AudioSource::kCaptureStream),
127 kbd_window_.get(), window_size_, window_size_ / 2, &capture_callback_));

Completed in 95 milliseconds