Lines Matching refs:outputMix
79 SLObjectItf player, outputMix;
123 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required);
127 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
131 result = (*outputMix)->GetInterface(outputMix, SL_IID_PRESETREVERB, (void*)&reverbItf);
136 locator_outputmix.outputMix = outputMix;
317 (*outputMix)->Destroy(outputMix);