Home
last modified time | relevance | path

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

/external/webrtc/test/fuzzers/
Daudio_processing_configs_fuzzer.cc37 std::unique_ptr<AudioProcessing> CreateApm(test::FuzzDataHelper* fuzz_data, in CreateApm() function
168 auto apm = CreateApm(&fuzz_data, &field_trial_string, &worker_queue); in FuzzOneInput()
/external/webrtc/modules/audio_processing/
Daudio_processing_unittest.cc2595 std::unique_ptr<AudioProcessing> CreateApm(bool mobile_aec) { in CreateApm() function
2633 std::unique_ptr<AudioProcessing> apm = CreateApm(false); in TEST()
2684 std::unique_ptr<AudioProcessing> apm = CreateApm(true); in TEST()