Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/audio/openslES/
A DSDL_openslES.c223 if (audiodata->mixbuff) { in openslES_DestroyPCMRecorder()
224 SDL_free(audiodata->mixbuff); in openslES_DestroyPCMRecorder()
322 audiodata->mixbuff = (Uint8 *) SDL_malloc(NUM_BUFFERS * this->spec.size); in openslES_CreatePCMRecorder()
323 if (audiodata->mixbuff == NULL) { in openslES_CreatePCMRecorder()
329 audiodata->pmixbuff[i] = audiodata->mixbuff + i * this->spec.size; in openslES_CreatePCMRecorder()
403 if (audiodata->mixbuff) { in openslES_DestroyPCMPlayer()
404 SDL_free(audiodata->mixbuff); in openslES_DestroyPCMPlayer()
564 audiodata->mixbuff = (Uint8 *) SDL_malloc(NUM_BUFFERS * this->spec.size); in openslES_CreatePCMPlayer()
565 if (audiodata->mixbuff == NULL) { in openslES_CreatePCMPlayer()
571 audiodata->pmixbuff[i] = audiodata->mixbuff + i * this->spec.size; in openslES_CreatePCMPlayer()
A DSDL_openslES.h35 Uint8 *mixbuff; member

Completed in 3 milliseconds