Searched refs:ENGINE_PLAY_BUF_SIZE_IN_SAMPLES (Results 1 – 2 of 2) sorted by relevance
44 const uint32_t ENGINE_PLAY_BUF_SIZE_IN_SAMPLES = variable56 ENGINE_PLAY_BUF_SIZE_IN_SAMPLES * N_PLAY_CHANNELS * N_BUFFERS_OUT;
1997 N_BUFFERS_OUT * ENGINE_PLAY_BUF_SIZE_IN_SAMPLES * in SetDesiredPlayoutFormat()2593 ENGINE_PLAY_BUF_SIZE_IN_SAMPLES * _outDesiredFormat.mChannelsPerFrame; in RenderWorkerThread()2614 int8_t playBuffer[4 * ENGINE_PLAY_BUF_SIZE_IN_SAMPLES]; in RenderWorkerThread()2624 _ptrAudioBuffer->RequestPlayoutData(ENGINE_PLAY_BUF_SIZE_IN_SAMPLES); in RenderWorkerThread()2627 if (nSamples != ENGINE_PLAY_BUF_SIZE_IN_SAMPLES) { in RenderWorkerThread()