Searched refs:playBuffer (Results 1 – 4 of 4) 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()
1317 int8_t playBuffer[2 * 480]; // Max 10 ms @ 48 kHz / 16 bit in PlayThreadProcess() local1335 nSamples = _ptrAudioBuffer->GetPlayoutData(playBuffer); in PlayThreadProcess()1345 memcpy(_javaDirectPlayBuffer, playBuffer, nSamples * 2); in PlayThreadProcess()
3103 int8_t playBuffer[4 * ENGINE_PLAY_BUF_SIZE_IN_SAMPLES]; in RenderWorkerThread() local3116 nSamples = _ptrAudioBuffer->GetPlayoutData(playBuffer); in RenderWorkerThread()3125 SInt16 *pPlayBuffer = (SInt16 *) &playBuffer; in RenderWorkerThread()
3425 int8_t playBuffer[4*PLAY_BUF_SIZE_IN_SAMPLES]; in PlayProc() local3518 nSamples = _ptrAudioBuffer->GetPlayoutData(playBuffer); in PlayProc()3527 Write(playBuffer, PLAY_BUF_SIZE_IN_SAMPLES); in PlayProc()