OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voe_apm
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_record.cc
141
webrtc::VoEAudioProcessing*
voe_apm
=
local
169
voe_apm
->SetAgcStatus(true, webrtc::kAgcDefault);
170
voe_apm
->SetNsStatus(true, webrtc::kNsHighSuppression);
432
voe_apm
->StartDebugRecording(audio_filename.c_str());
460
voe_apm
->StopDebugRecording();
vie_autotest_custom_call.cc
223
webrtc::VoEAudioProcessing*
voe_apm
=
local
225
number_of_errors += ViETest::TestError(
voe_apm
!= NULL,
390
error =
voe_apm
->SetAgcStatus(true, webrtc::kAgcDefault);
395
error =
voe_apm
->SetNsStatus(true, webrtc::kNsHighSuppression);
[
all
...]
Completed in 452 milliseconds