Searched refs:playBuffer (Results 1 – 3 of 3) sorted by relevance
690 final byte[] playBuffer = new byte[320]; in playAudioFromFile()754 in.read(playBuffer); in playAudioFromFile()761 int wrBytes = play.write(playBuffer, 0, 320); in playAudioFromFile()
2614 int8_t playBuffer[4 * ENGINE_PLAY_BUF_SIZE_IN_SAMPLES]; in RenderWorkerThread() local2626 nSamples = _ptrAudioBuffer->GetPlayoutData(playBuffer); in RenderWorkerThread()2634 SInt16* pPlayBuffer = (SInt16*)&playBuffer; in RenderWorkerThread()
3377 int8_t playBuffer[4*PLAY_BUF_SIZE_IN_SAMPLES]; in PlayProc() local3470 nSamples = _ptrAudioBuffer->GetPlayoutData(playBuffer); in PlayProc()3479 Write(playBuffer, PLAY_BUF_SIZE_IN_SAMPLES); in PlayProc()