Searched defs:aux (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIEffectSend.c49 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/media/libeffects/testlibs/
H A DEffectReverb.c122 int aux = 0; local
153 aux = 1;
155 ret = Reverb_Init(module, aux, preset);
460 * aux - indicates if the reverb is used as auxiliary (1) or insert (0)
470 int Reverb_Init(reverb_module_t *pRvbModule, int aux, int preset) { argument
473 ALOGV("Reverb_Init module %p, aux: %d, preset: %d", pRvbModule,aux, preset);
477 pRvbModule->context.m_Aux = (uint16_t)aux;
481 if (aux) {
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp507 //ALOG_ASSERT(0 <= valueInt && valueInt <= MAX_GAIN_INT, "bad aux level %d", valueInt);
568 void AudioMixer::track_t::adjustVolumeRamp(bool aux) argument
577 if (aux) {
763 void AudioMixer::track__genericResample(track_t* t, int32_t* out, size_t outFrameCount, int32_t* temp, int32_t* aux) argument
768 if (aux != NULL) {
771 // TODO: modify each resampler to support aux channel?
776 volumeRampStereo(t, out, outFrameCount, temp, aux);
778 volumeStereo(t, out, outFrameCount, temp, aux);
785 volumeRampStereo(t, out, outFrameCount, temp, aux);
796 void AudioMixer::track__nop(track_t* t, int32_t* out, size_t outFrameCount, int32_t* temp, int32_t* aux) argument
800 volumeRampStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
842 volumeStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
870 track__16BitsStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
960 track__16BitsMono(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
1138 int32_t *aux = NULL; local
1217 int32_t *aux = NULL; local
[all...]
/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 323 milliseconds