/external/webrtc/webrtc/modules/audio_processing/test/ |
process_test.cc | 149 rtc::scoped_ptr<AudioProcessing> apm(AudioProcessing::Create()); 150 ASSERT_TRUE(apm.get() != NULL); 178 ASSERT_EQ(apm->kNoError, apm->level_estimator()->Enable(true)); 221 ASSERT_EQ(apm->kNoError, apm->echo_cancellation()->Enable(true)); 222 ASSERT_EQ(apm->kNoError, 223 apm->echo_cancellation()->enable_metrics(true)); 224 ASSERT_EQ(apm->kNoError, 225 apm->echo_cancellation()->enable_delay_logging(true)) [all...] |
apmtest.m | 2 %APMTEST is a tool to process APM file sets and easily display the output. 12 % 'apm' The standard APM test set (default). 13 % 'apmm' The mobile APM test set. 60 tests = {'apm','apmm','aec','aecm','agc','ns','vad'}; 97 if strcmp(tests{i}, 'apm') 98 testdir = ['apm/']; 108 elseif strcmp(tests{i}, 'apm-swb') 110 testdir = ['apm-swb/'];
|
debug_dump_test.cc | 57 // Changes the sample rate of the input audio to the APM. 63 // Changes the sample rate of the reverse audio to the APM. 70 // Sets the required sample rate of the APM output. 73 // Sets the required channels of the APM output. 81 AudioProcessing* apm() const { return apm_.get(); } function in class:webrtc::test::__anon27885::DebugDumpGenerator 88 // APM input/output settings. 103 // Buffer for APM input/output. 237 // VerifyDebugDump replays a debug dump using APM and verifies that the result 252 // Buffer for APM input/output. 319 // APM should have been created [all...] |
audio_processing_unittest.cc | [all...] |
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
p4.cpp | 42 void test_deduce_ptrmem_with_qual(AnyPtrMem apm) { 43 const float X::* pm = apm;
|
/external/webrtc/webrtc/modules/audio_processing/ |
audio_processing_performance_unittest.cc | 39 // Type of the render thread APM API call to use in the test. 42 // Variant of APM processing settings to use in the test. 56 // Set up the two-dimensional arrays needed for the APM API calls. 237 AudioProcessing* apm, 246 apm_(apm), 347 // required by the APM API). 375 // (implicitly required by the APM API). 507 // Simulator and APM setup. 509 // Lambda function for setting the default APM runtime settings for desktop. 510 auto set_default_desktop_apm_runtime_settings = [](AudioProcessing* apm) { [all...] |
echo_control_mobile_impl.h | 27 EchoControlMobileImpl(const AudioProcessing* apm,
|
echo_cancellation_impl.h | 27 EchoCancellationImpl(const AudioProcessing* apm,
|
gain_control_impl.h | 30 GainControlImpl(const AudioProcessing* apm,
|
echo_control_mobile_impl.cc | 70 EchoControlMobileImpl::EchoControlMobileImpl(const AudioProcessing* apm, 74 apm_(apm), 81 RTC_DCHECK(apm); 363 // This method is only called in a non-concurrent manner during APM 398 // Not locked as it only relies on APM public API which is threadsafe.
|
gain_control_impl.cc | 45 GainControlImpl::GainControlImpl(const AudioProcessing* apm, 49 apm_(apm), 62 RTC_DCHECK(apm); 437 // Not locked as it only relies on APM public API which is threadsafe.
|
Android.mk | 72 # apm process test app 131 # apm unit test app
|
audio_processing_impl_locking_unittest.cc | 33 // Type of the render thread APM API call to use in the test. 41 // Type of the capture thread APM API call to use in the test. 93 // Set up the two-dimensional arrays needed for the APM API calls. 316 AudioProcessing* apm); 343 AudioProcessing* apm); 362 AudioProcessing* apm); 530 // Setup of test and APM. 581 AudioProcessing* apm) 582 : rand_gen_(rand_gen), test_config_(test_config), apm_(apm) {} 618 AudioProcessing* apm) [all...] |
echo_cancellation_impl.cc | 64 EchoCancellationImpl::EchoCancellationImpl(const AudioProcessing* apm, 68 apm_(apm), 81 RTC_DCHECK(apm); 464 // Not locked as it only relies on APM public API which is threadsafe. 493 // Not locked as it only relies on APM public API which is threadsafe.
|
audio_processing_impl.cc | 154 // Accessed externally of APM without any lock acquired. 200 AudioProcessingImpl* apm = new AudioProcessingImpl(config, beamformer); local 201 if (apm->Initialize() != kNoError) { 202 delete apm; 203 apm = nullptr; 206 return apm; 512 // Accessed from outside APM, hence a lock is needed. 597 // that retrieves the render side data. This function accesses apm 661 // that retrieves the render side data. This function accesses apm [all...] |
/hardware/libhardware_legacy/audio/ |
audio_policy_hal.cpp | 50 AudioPolicyInterface *apm; member in struct:android_audio_legacy::legacy_audio_policy 70 return lap->apm->setDeviceConnectionState( 82 return (audio_policy_dev_state_t)lap->apm->getDeviceConnectionState( 91 lap->apm->setPhoneState((int) state); 107 lap->apm->setForceUse((AudioSystem::force_use)usage, 117 return (audio_policy_forced_cfg_t)lap->apm->getForceUse( 127 lap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1"); 133 return lap->apm->initCheck(); 147 return lap->apm->getOutput((AudioSystem::stream_type)stream, 157 return lap->apm->startOutput(output, (AudioSystem::stream_type)stream [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
audio_policy_hal.cpp | 50 AudioPolicyInterface *apm; member in struct:android_audio_legacy::qcom_audio_policy 70 return qap->apm->setDeviceConnectionState( 82 return (audio_policy_dev_state_t)qap->apm->getDeviceConnectionState( 91 qap->apm->setPhoneState((int) state); 107 qap->apm->setForceUse((AudioSystem::force_use)usage, 117 return (audio_policy_forced_cfg_t)qap->apm->getForceUse( 127 qap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1"); 133 return qap->apm->initCheck(); 146 return qap->apm->getOutput((AudioSystem::stream_type)stream, 155 return qap->apm->startOutput(output, (AudioSystem::stream_type)stream [all...] |
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
voe_cpu_test.cc | 51 VoEAudioProcessing* apm = _mgr.APMPtr(); local 83 CHECK(apm->SetAgcStatus(true, kAgcAdaptiveAnalog)); 84 CHECK(apm->SetNsStatus(true, kNsModerateSuppression)); 85 CHECK(apm->SetEcStatus(true, kEcAec));
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
voe_cmd_test.cc | 62 VoEAudioProcessing* apm = NULL; variable 132 apm = VoEAudioProcessing::GetInterface(m_voe); 199 if (apm) 200 apm->Release(); 371 res = apm->SetAgcStatus(enable_agc); 374 res = apm->SetEcStatus(enable_aec); 377 res = apm->SetNsStatus(enable_ns); 486 res = apm->SetAgcStatus(enable_agc); 494 res = apm->SetNsStatus(enable_ns); 512 res = apm->SetEcStatus(enable_aec, kEcUnchanged) [all...] |
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
android_test.cc | 67 "Apm pointer doesn't exist"); \ 125 VoEAudioProcessing* apm; member in struct:__anon28204 830 // [apm] SetNSStatus 869 return veData1.apm->SetNsStatus(enable, NSmode); 873 // [apm] SetAGCStatus 912 if (veData1.apm->SetAGCConfig(agcConfig) != 0) 919 return veData1.apm->SetAgcStatus(enable, AGCmode); 923 // [apm] SetECStatus 956 return veData1.apm->SetEcStatus(enable, ECmode); 1165 veData.apm = VoEAudioProcessing::GetInterface(veData.ve) [all...] |
/frameworks/av/media/libeffects/preprocessing/ |
PreProcessing.cpp | 105 webrtc::AudioProcessing* apm; // handle on webRTC audio processing module (APM) member in struct:preproc_session_s 107 uint32_t apmSamplingRate; // webRTC APM sampling rate (8/16 or 32 kHz) 282 webrtc::GainControl *agc = effect->session->apm->gain_control(); 445 webrtc::EchoControlMobile *aec = effect->session->apm->echo_control_mobile(); 470 *(uint32_t *)pValue = 1000 * effect->session->apm->stream_delay_ms(); 490 status = effect->session->apm->set_stream_delay_ms(value/1000); 573 effect->session->apm->SetExtraOptions(config); 576 effect->session->apm->SetExtraOptions(config); 583 webrtc::NoiseSuppression *ns = effect->session->apm->noise_suppression() [all...] |
/prebuilts/tools/linux-x86_64/kythe/extractors/ |
javac_extractor.jar | |
/prebuilts/tools/linux-x86_64/kythe/indexers/ |
java_indexer.jar | |