HomeSort by relevance Sort by last modified time
    Searched defs:apm (Results 1 - 15 of 15) sorted by null

  /external/syslinux/com32/mboot/
apm.c 16 * Original APM BIOS checking by Stephen Rothwell, May 1994
25 * apm.c
27 * APM information for Multiboot
35 static struct apm_info apm; local
44 return; /* No APM BIOS */
61 apm.cseg = oreg.eax.w[0];
62 apm.offset = oreg.ebx.l;
63 apm.cseg_16 = oreg.ecx.w[0];
64 apm.dseg_16 = oreg.edx.w[0];
65 apm.cseg_len = oreg.esi.w[0]
    [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/modules/audio_processing/test/
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::__anon44191::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...]
  /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/syslinux/com32/gplinclude/dmi/
dmi_bios.h 41 bool apm; member in struct:__anon36968
  /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/modules/audio_processing/
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...]
  /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:__anon44510
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...]
  /external/skqp/tests/
ImageTest.cpp 947 SkAutoPixmapStorage apm; local
    [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);
574 effect->session->apm->SetExtraOptions(config);
577 effect->session->apm->SetExtraOptions(config);
584 webrtc::NoiseSuppression *ns = effect->session->apm->noise_suppression()
    [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
MT25218_PRM.h 2188 pseudo_bit_t apm[0x00001]; \/* Automatic Path Migration Supported *\/ member in struct:arbelprm_query_dev_lim_st
    [all...]
MT25408_PRM.h 2080 pseudo_bit_t apm[0x00001]; \/* Automatic Path Migration Supported *\/ member in struct:hermonprm_query_dev_cap_st
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 947 milliseconds