Home
last modified time | relevance | path

Searched refs:CustomAudioAnalyzer (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_processing/test/
Daudio_processing_builder_for_testing.h58 std::unique_ptr<CustomAudioAnalyzer> capture_analyzer) { in SetCaptureAnalyzer()
76 std::unique_ptr<CustomAudioAnalyzer> capture_analyzer_;
/external/webrtc/modules/audio_processing/include/
Daudio_processing.h52 class CustomAudioAnalyzer; variable
724 std::unique_ptr<CustomAudioAnalyzer> capture_analyzer) { in SetCaptureAnalyzer()
738 std::unique_ptr<CustomAudioAnalyzer> capture_analyzer_;
850 class CustomAudioAnalyzer {
859 virtual ~CustomAudioAnalyzer() {} in ~CustomAudioAnalyzer()
Dmock_audio_processing.h39 class MockCustomAudioAnalyzer : public CustomAudioAnalyzer {
/external/webrtc/modules/audio_processing/
Daudio_processing_impl.h64 std::unique_ptr<CustomAudioAnalyzer> capture_analyzer);
370 std::unique_ptr<CustomAudioAnalyzer> capture_analyzer) in Submodules()
388 std::unique_ptr<CustomAudioAnalyzer> capture_analyzer;
Daudio_processing_impl.cc249 std::unique_ptr<CustomAudioAnalyzer> capture_analyzer) in AudioProcessingImpl()
Daudio_processing_unittest.cc2506 std::unique_ptr<CustomAudioAnalyzer>(mock_capture_analyzer_ptr); in TEST()