HomeSort by relevance Sort by last modified time
    Searched refs:mix_req (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tests/sandbox/
reverb.c 321 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);
multiplay.c 160 const SLboolean mix_req[] = {SL_BOOLEAN_TRUE}; local
162 result = (*engineEngine)->CreateOutputMix(engineEngine, &mixObject, 0, mix_ids, mix_req);

Completed in 32 milliseconds