Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/audio/openslES/
A DSDL_openslES.c329 audiodata->pmixbuff[i] = audiodata->mixbuff + i * this->spec.size; in openslES_CreatePCMRecorder()
341 …result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, audiodata->pmixbuff[i], this->spec.s… in openslES_CreatePCMRecorder()
571 audiodata->pmixbuff[i] = audiodata->mixbuff + i * this->spec.size; in openslES_CreatePCMPlayer()
627 …result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, audiodata->pmixbuff[audiodata->next_… in openslES_PlayDevice()
659 return audiodata->pmixbuff[audiodata->next_buffer]; in openslES_GetDeviceBuf()
673 SDL_memcpy(buffer, audiodata->pmixbuff[audiodata->next_buffer], this->spec.size); in openslES_CaptureFromDevice()
676 …result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, audiodata->pmixbuff[audiodata->next_… in openslES_CaptureFromDevice()
A DSDL_openslES.h37 Uint8 *pmixbuff[NUM_BUFFERS]; member

Completed in 5 milliseconds