Searched refs:audiodata (Results 1 – 1 of 1) sorted by relevance
218 if (audiodata->playsem) { in openslES_DestroyPCMRecorder()223 if (audiodata->mixbuff) { in openslES_DestroyPCMRecorder()316 if (!audiodata->playsem) { in openslES_CreatePCMRecorder()329 audiodata->pmixbuff[i] = audiodata->mixbuff + i * this->spec.size; in openslES_CreatePCMRecorder()398 if (audiodata->playsem) { in openslES_DestroyPCMPlayer()403 if (audiodata->mixbuff) { in openslES_DestroyPCMPlayer()571 audiodata->pmixbuff[i] = audiodata->mixbuff + i * this->spec.size; in openslES_CreatePCMPlayer()629 audiodata->next_buffer++; 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()[all …]
Completed in 4 milliseconds