Searched defs:capture_callback_ (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/intelligibility/
H A Dintelligibility_enhancer.h173 TransformCallback capture_callback_; member in class:webrtc::IntelligibilityEnhancer
/external/webrtc/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc452 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_
[all...]

Completed in 448 milliseconds