Searched defs:loc_outmix (Results 1 - 7 of 7) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dsrcsink.c55 SLDataLocator_OutputMix loc_outmix; local
56 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
57 loc_outmix.outputMix = NULL;
59 audioSnk.pLocator = &loc_outmix;
72 loc_outmix.outputMix = engineObject;
84 loc_outmix.outputMix = outputMixObject;
H A Durimime.c69 SLDataLocator_OutputMix loc_outmix; local
70 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
71 loc_outmix.outputMix = outputMixObject;
73 audioSnk.pLocator = &loc_outmix;
H A Dconfigbq.c120 SLDataLocator_OutputMix loc_outmix; local
121 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
122 loc_outmix.outputMix = outputMixObject;
124 audioSnk.pLocator = &loc_outmix;
H A Dmonkey.c110 SLDataLocator_OutputMix loc_outmix; local
111 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
112 loc_outmix.outputMix = outputMixObject;
114 audioSnk.pLocator = &loc_outmix;
H A Dplaybq.c408 SLDataLocator_OutputMix loc_outmix; local
409 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
410 loc_outmix.outputMix = outputMixObject;
412 audioSnk.pLocator = &loc_outmix;
H A Dplaybq.cpp408 SLDataLocator_OutputMix loc_outmix; local
409 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
410 loc_outmix.outputMix = outputMixObject;
412 audioSnk.pLocator = &loc_outmix;
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c363 XADataLocator_OutputMix loc_outmix = { XA_DATALOCATOR_OUTPUTMIX, outputMixObject }; local
364 XADataSink audioSnk = { &loc_outmix, NULL };

Completed in 57 milliseconds