Searched refs:PLAY_BUF_SIZE_IN_SAMPLES (Results 1 – 4 of 4) sorted by relevance
1737 _waveHeaderOut[n].dwBufferLength = bytesPerSample*PLAY_BUF_SIZE_IN_SAMPLES; in InitPlayout()1741 memset(_playBuffer[n], 0, bytesPerSample*PLAY_BUF_SIZE_IN_SAMPLES); in InitPlayout()2577 int8_t zeroVec[4*PLAY_BUF_SIZE_IN_SAMPLES]; // max allocation in PrepareStartPlayout()2578 memset(zeroVec, 0, 4*PLAY_BUF_SIZE_IN_SAMPLES); in PrepareStartPlayout()2581 Write(zeroVec, PLAY_BUF_SIZE_IN_SAMPLES); in PrepareStartPlayout()2582 Write(zeroVec, PLAY_BUF_SIZE_IN_SAMPLES); in PrepareStartPlayout()2583 Write(zeroVec, PLAY_BUF_SIZE_IN_SAMPLES); in PrepareStartPlayout()3377 int8_t playBuffer[4*PLAY_BUF_SIZE_IN_SAMPLES]; in PlayProc()3461 uint32_t nSamples = _ptrAudioBuffer->RequestPlayoutData(PLAY_BUF_SIZE_IN_SAMPLES); in PlayProc()3471 if (nSamples != PLAY_BUF_SIZE_IN_SAMPLES) in PlayProc()[all …]
36 const uint32_t PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC/100); variable259 int8_t _playBuffer[N_BUFFERS_OUT][4*PLAY_BUF_SIZE_IN_SAMPLES];
55 const uint32_t PLAY_BUF_SIZE_IN_SAMPLES = variable319 SInt16 _renderConvertData[PLAY_BUF_SIZE_IN_SAMPLES];
238 while (powerOfTwo < PLAY_BUF_SIZE_IN_SAMPLES) { in Init()