Searched refs:aux (Results 1 - 9 of 9) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIEffectSend.cpp49 unsigned aux; local
51 aux = AUX_ENVIRONMENTALREVERB;
53 aux = AUX_PRESETREVERB;
55 SL_LOGE("EffectSend on unknown aux effect %p", pAuxEffect);
58 assert(aux < AUX_MAX);
62 unsigned MPH = AUX_to_MPH[aux];
65 SL_LOGE("EffectSend aux=%u MPH=%u", aux, MPH);
81 return &thiz->mEnableLevels[aux];
139 // the initial send level set here is the total energy on the aux bu
326 unsigned aux; local
[all...]
/frameworks/av/include/media/
H A DAudioMixer.h168 int32_t* aux);
254 float mAuxLevel; // floating point set aux level
255 float mPrevAuxLevel; // floating point prev aux level
256 float mAuxInc; // floating point aux increment
267 void adjustVolumeRamp(bool aux, bool useFloat = false);
318 int32_t* aux);
319 static void track__nop(track_t* t, int32_t* out, size_t numFrames, int32_t* temp, int32_t* aux);
321 int32_t* aux);
323 int32_t* aux);
325 int32_t* aux);
[all...]
/frameworks/av/media/libaudioclient/include/media/
H A DAudioMixer.h168 int32_t* aux);
254 float mAuxLevel; // floating point set aux level
255 float mPrevAuxLevel; // floating point prev aux level
256 float mAuxInc; // floating point aux increment
267 void adjustVolumeRamp(bool aux, bool useFloat = false);
318 int32_t* aux);
319 static void track__nop(track_t* t, int32_t* out, size_t numFrames, int32_t* temp, int32_t* aux);
321 int32_t* aux);
323 int32_t* aux);
325 int32_t* aux);
[all...]
/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp836 inline void AudioMixer::track_t::adjustVolumeRamp(bool aux, bool useFloat) argument
865 /* TODO: aux is always integer regardless of output buffer type */
866 if (aux) {
874 //ALOGV("aux ramp: %d %d %d", auxLevel << 16, prevAuxLevel, auxInc);
1081 int32_t* temp, int32_t* aux)
1087 if (aux != NULL) {
1094 volumeRampStereo(t, out, outFrameCount, temp, aux);
1096 volumeStereo(t, out, outFrameCount, temp, aux);
1103 volumeRampStereo(t, out, outFrameCount, temp, aux);
1115 size_t outFrameCount __unused, int32_t* temp __unused, int32_t* aux __unuse
1080 track__genericResample(track_t* t, int32_t* out, size_t outFrameCount, int32_t* temp, int32_t* aux) argument
1119 volumeRampStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
1162 volumeStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
1191 track__16BitsStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp __unused, int32_t* aux) argument
1283 track__16BitsMono(track_t* t, int32_t* out, size_t frameCount, int32_t* temp __unused, int32_t* aux) argument
1463 int32_t *aux = NULL; local
1553 int32_t *aux = NULL; local
1702 volumeRampMulti(uint32_t channels, TO* out, size_t frameCount, const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) argument
1746 volumeMulti(uint32_t channels, TO* out, size_t frameCount, const TI* in, TA* aux, const TV *vol, TAV vola) argument
1786 volumeMix(TO *out, size_t outFrames, const TI *in, TA *aux, bool ramp, AudioMixer::track_t *t) argument
1833 TA* aux = reinterpret_cast<TA*>(t->auxBuffer); local
1881 track__Resample(track_t* t, TO* out, size_t outFrameCount, TO* temp, TA* aux) argument
1912 track__NoResample(track_t* t, TO* out, size_t frameCount, TO* temp __unused, TA* aux) argument
[all...]
H A DAudioMixerOps.h276 const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc)
281 if (aux != NULL) {
321 *aux++ += MixMul<TA, TA, TAV>(auxaccum, *vola);
369 const TI* in, TA* aux, const TV *vol, TAV vola)
374 if (aux != NULL) {
409 *aux++ += MixMul<TA, TA, TAV>(auxaccum, vola);
275 volumeRampMulti(TO* out, size_t frameCount, const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) argument
368 volumeMulti(TO* out, size_t frameCount, const TI* in, TA* aux, const TV *vol, TAV vola) argument
/frameworks/av/media/libnbaio/
H A DNBLog.cpp168 iterator aux(*this);
169 return ++aux;
173 iterator aux(*this);
174 return --aux;
746 auto aux(entry);
748 ++aux;
749 if (end - aux >= 0 || aux.type() != EVENT_TIMESTAMP) {
753 aux.copyData((const uint8_t*) &tsNext);
770 size_t n = (aux
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h328 int Reverb_Init(reverb_module_t *pRvbModule, int aux, int preset);
H A DEffectReverb.c108 int aux = 0; local
139 aux = 1;
141 ret = Reverb_Init(module, aux, preset);
446 * aux - indicates if the reverb is used as auxiliary (1) or insert (0)
456 int Reverb_Init(reverb_module_t *pRvbModule, int aux, int preset) { argument
459 ALOGV("Reverb_Init module %p, aux: %d, preset: %d", pRvbModule,aux, preset);
463 pRvbModule->context.m_Aux = (uint16_t)aux;
467 if (aux) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp2767 Int aux; local
2792 aux = PV_ABS(diff_vector) + scale_factor - 1;
2793 *vlc_code_mag = aux >> r_size;
2797 *residual = aux & (scale_factor - 1);

Completed in 837 milliseconds