Searched refs:outputMix (Results 1 - 25 of 40) sorted by path

12

/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc567 size_t channelCount, SLuint32 slChannels, SLint32 audioStreamType, SLObjectItf &outputMix,
577 SLDataLocator_OutputMix loc_outmix = {SL_DATALOCATOR_OUTPUTMIX, outputMix};
672 SLObjectItf outputMix = NULL; local
686 OpenSL(engineInterface, CreateOutputMix, &outputMix, 0, NULL, NULL);
687 OpenSL(outputMix, Realize, SL_BOOLEAN_FALSE);
689 GetSLChannels(), audioStreamType_, outputMix, audioPlayer, local
709 VoidOpenSL(outputMix, Destroy);
713 outputMix = NULL;
566 CreateAndRealizeAudioPlayer(SLuint32 slSampleRate, size_t channelCount, SLuint32 slChannels, SLint32 audioStreamType, SLObjectItf &outputMix, SLObjectItf &audioPlayer, SLEngineItf &engineInterface) argument
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h468 XAObjectItf outputMix; member in struct:XADataLocator_OutputMix
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h289 SLObjectItf outputMix; member in struct:SLDataLocator_OutputMix
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp512 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap); local
513 ssize_t index = outputMix->mAndroidEffect.mEffects->indexOfKey(KEY_FROM_GUID(pUuid));
520 android::AudioEffect* pFx = outputMix->mAndroidEffect.mEffects->valueAt(index);
/frameworks/wilhelm/src/
H A Ddata.c161 result = AcquireStrongRef((IObject *) pDataLocator->mOutputMix.outputMix,
164 SL_LOGE("%s: locatorType=SL_DATALOCATOR_OUTPUTMIX, but outputMix field %p does " \
166 name, pDataLocator->mOutputMix.outputMix);
167 pDataLocator->mOutputMix.outputMix = NULL;
315 if (NULL != pDataLocator->mOutputMix.outputMix) {
316 ReleaseStrongRef((IObject *) pDataLocator->mOutputMix.outputMix);
317 pDataLocator->mOutputMix.outputMix = NULL;
/frameworks/wilhelm/src/desktop/
H A DSDL.c32 COutputMix *outputMix = thisEngine->mOutputMix; local
34 if (NULL != outputMix) {
35 SLOutputMixExtItf OutputMixExt = &outputMix->mOutputMixExt.mItf;
/frameworks/wilhelm/src/itf/
H A DIAndroidEffectSend.c41 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap); local
161 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap); local
162 if (android_genericFx_hasEffect(&outputMix->mAndroidEffect, effectImplementationId)) {
200 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap); local
201 if (android_genericFx_hasEffect(&outputMix->mAndroidEffect, effectImplementationId)) {
H A DIEffectSend.c48 COutputMix *outputMix = CAudioPlayer_GetOutputMix(audioPlayer); local
50 if (pAuxEffect == &outputMix->mEnvironmentalReverb.mItf) {
52 } else if (pAuxEffect == &outputMix->mPresetReverb.mItf) {
69 object_lock_shared(&outputMix->mObject);
70 SLuint32 state = outputMix->mObject.mInterfaceStates[index];
71 mask &= outputMix->mObject.mGottenMask;
72 object_unlock_shared(&outputMix->mObject);
138 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap); local
141 if (pAuxEffect == &outputMix->mPresetReverb.mItf) {
143 outputMix
[all...]
H A DIOutputMixExt.c86 COutputMix *outputMix = CAudioPlayer_GetOutputMix(audioPlayer); local
87 unsigned i = track - outputMix->mOutputMixExt.mTracks;
91 assert(outputMix->mOutputMixExt.mActiveMask & mask);
92 outputMix->mOutputMixExt.mActiveMask &= ~mask;
389 pAudioSnk->pLocator)->outputMix)->mOutputMixExt;
/frameworks/wilhelm/src/objects/
H A DCAudioPlayer.c108 SLObjectItf outputMix = audioPlayer->mDataSink.mLocator.mOutputMix.outputMix; local
109 assert(NULL != outputMix);
110 return (COutputMix *) outputMix;
H A DCOutputMix.c61 COutputMix *outputMix = (COutputMix *) self; local
63 if (0 == outputMix->mObject.mStrongRefCount) {
66 IEngine *thisEngine = &outputMix->mObject.mEngine->mEngine;
69 if (outputMix == thisEngine->mOutputMix) {
75 outputMix->mOutputMixExt.mDestroyRequested = true;
76 while (outputMix->mOutputMixExt.mDestroyRequested) {
77 object_cond_wait(&outputMix->mObject);
88 SL_LOGE("Object::Destroy(%p) for OutputMix ignored; %u players attached", outputMix,
89 outputMix->mObject.mStrongRefCount);
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp118 locator_outputmix.outputMix = outputmixObject;
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp56 SLObjectItf player, outputMix; local
93 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required);
97 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
102 locator_outputmix.outputMix = outputMix;
240 (*outputMix)->Destroy(outputMix);
H A DslesTestEqFdPath.cpp61 SLObjectItf player, outputMix; local
98 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required);
102 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
107 locator_outputmix.outputMix = outputMix;
269 (*outputMix)->Destroy(outputMix);
H A DslesTestEqOutputPath.cpp61 SLObjectItf player, outputMix; local
104 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required);
108 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
112 result = (*outputMix)->GetInterface(outputMix, SL_IID_EQUALIZER, (void*)&eqOutputItf);
116 locator_outputmix.outputMix = outputMix;
273 (*outputMix)->Destroy(outputMix);
[all...]
H A DslesTestFeedback.cpp300 locator_outputmix.outputMix = outputmixObject;
H A DslesTestPlayFdPath.cpp56 SLObjectItf player, outputMix; local
88 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required);
92 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
97 locator_outputmix.outputMix = outputMix;
185 (*outputMix)->Destroy(outputMix);
H A DslesTestSawtoothBufferQueue.cpp182 locator_outputmix.outputMix = OutputMix;
H A DslesTestSendToPresetReverb.cpp80 SLObjectItf player, outputMix; local
124 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required);
128 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
132 result = (*outputMix)->GetInterface(outputMix, SL_IID_PRESETREVERB, (void*)&reverbItf);
137 locator_outputmix.outputMix = outputMix;
318 (*outputMix)->Destroy(outputMix);
[all...]
H A DslesTestVirtualizerPath.cpp57 SLObjectItf player, outputMix; local
94 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required);
98 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
103 locator_outputmix.outputMix = outputMix;
242 (*outputMix)->Destroy(outputMix);
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c64 locator_outputmix.outputMix = outputmixObject;
H A DslesTest_playMuteSolo.cpp169 SLObjectItf player, outputMix; local
202 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required);
206 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
211 locator_outputmix.outputMix = outputMix;
371 (*outputMix)->Destroy(outputMix);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp193 locator_outputmix.outputMix = OutputMix;
H A DslesTestLoopUri.cpp180 locator_outputmix.outputMix = OutputMix;
H A DslesTestManyPlayers.cpp34 SLObjectItf outputMix; variable
151 res = (*engineItf)->CreateOutputMix(engineItf, &outputMix, 0,
154 res = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
174 locator_outputmix.outputMix = outputMix;
196 (*outputMix)->Destroy(outputMix);

Completed in 1116 milliseconds

12