Home
last modified time | relevance | path

Searched refs:capture_post_processing (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/test/
Daudio_processing_builder_for_testing.h38 std::unique_ptr<CustomProcessing> capture_post_processing) { in SetCapturePostProcessing() argument
39 capture_post_processing_ = std::move(capture_post_processing); in SetCapturePostProcessing()
/external/webrtc/modules/audio_processing/include/
Daudio_processing.h706 std::unique_ptr<CustomProcessing> capture_post_processing) { in SetCapturePostProcessing() argument
707 capture_post_processing_ = std::move(capture_post_processing); in SetCapturePostProcessing()