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

/frameworks/compile/mclinker/tools/mcld/lib/
H A DDynamicSectionOptions.cpp139 llvm::cl::list<std::string>::iterator aux; local
141 for (aux = m_Auxiliary.begin(); aux != auxEnd; ++aux)
142 pConfig.options().getAuxiliaryList().push_back(*aux);
/frameworks/av/services/audioflinger/
H A DAudioMixerOps.h280 const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc)
285 if (aux != NULL) {
325 *aux++ += MixMul<TA, TA, TAV>(auxaccum, *vola);
373 const TI* in, TA* aux, const TV *vol, TAV vola)
378 if (aux != NULL) {
413 *aux++ += MixMul<TA, TA, TAV>(auxaccum, vola);
279 volumeRampMulti(TO* out, size_t frameCount, const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) argument
372 volumeMulti(TO* out, size_t frameCount, const TI* in, TA* aux, const TV *vol, TAV vola) argument
H A DAudioMixer.cpp973 inline void AudioMixer::track_t::adjustVolumeRamp(bool aux, bool useFloat) argument
1001 /* TODO: aux is always integer regardless of output buffer type */
1002 if (aux) {
1010 //ALOGV("aux ramp: %d %d %d", auxLevel << 16, prevAuxLevel, auxInc);
1211 int32_t* temp, int32_t* aux)
1217 if (aux != NULL) {
1224 volumeRampStereo(t, out, outFrameCount, temp, aux);
1226 volumeStereo(t, out, outFrameCount, temp, aux);
1233 volumeRampStereo(t, out, outFrameCount, temp, aux);
1245 size_t outFrameCount __unused, int32_t* temp __unused, int32_t* aux __unuse
1210 track__genericResample(track_t* t, int32_t* out, size_t outFrameCount, int32_t* temp, int32_t* aux) argument
1249 volumeRampStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
1292 volumeStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
1321 track__16BitsStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp __unused, int32_t* aux) argument
1413 track__16BitsMono(track_t* t, int32_t* out, size_t frameCount, int32_t* temp __unused, int32_t* aux) argument
1595 int32_t *aux = NULL; local
1687 int32_t *aux = NULL; local
1849 volumeRampMulti(uint32_t channels, TO* out, size_t frameCount, const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) argument
1893 volumeMulti(uint32_t channels, TO* out, size_t frameCount, const TI* in, TA* aux, const TV *vol, TAV vola) argument
1933 volumeMix(TO *out, size_t outFrames, const TI *in, TA *aux, bool ramp, AudioMixer::track_t *t) argument
1980 TA* aux = reinterpret_cast<TA*>(t->auxBuffer); local
2029 track__Resample(track_t* t, TO* out, size_t outFrameCount, TO* temp, TA* aux) argument
2060 track__NoResample(track_t* t, TO* out, size_t frameCount, TO* temp __unused, TA* aux) argument
[all...]
/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.c105 int aux = 0; local
136 aux = 1;
138 ret = Reverb_Init(module, aux, preset);
443 * aux - indicates if the reverb is used as auxiliary (1) or insert (0)
453 int Reverb_Init(reverb_module_t *pRvbModule, int aux, int preset) { argument
456 ALOGV("Reverb_Init module %p, aux: %d, preset: %d", pRvbModule,aux, preset);
460 pRvbModule->context.m_Aux = (uint16_t)aux;
464 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 4247 milliseconds