Searched refs:mix_req (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c321 SLboolean mix_req[2]; local
324 mix_req[count] = SL_BOOLEAN_TRUE;
328 mix_req[count] = SL_BOOLEAN_TRUE;
332 result = (*engineEngine)->CreateOutputMix(engineEngine, &mixObject, count, mix_ids, mix_req);
H A Dmultiplay.c160 const SLboolean mix_req[] = {SL_BOOLEAN_TRUE}; local
162 result = (*engineEngine)->CreateOutputMix(engineEngine, &mixObject, 0, mix_ids, mix_req);

Completed in 303 milliseconds