Home
last modified time | relevance | path

Searched refs:outputMixObject (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/openslES/
A DSDL_openslES.c83 static SLObjectItf outputMixObject; variable
119 if (outputMixObject != NULL) { in openslES_DestroyEngine()
120 (*outputMixObject)->Destroy(outputMixObject); in openslES_DestroyEngine()
121 outputMixObject = NULL; in openslES_DestroyEngine()
166 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 1, ids, req); in openslES_CreateEngine()
174 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE); in openslES_CreateEngine()
498 SLDataLocator_OutputMix loc_outmix = { SL_DATALOCATOR_OUTPUTMIX, outputMixObject }; in openslES_CreatePCMPlayer()

Completed in 3 milliseconds