Searched refs:REC_BUF_SIZE_IN_SAMPLES (Results 1 – 4 of 4) sorted by relevance
35 const uint32_t REC_BUF_SIZE_IN_SAMPLES = (N_REC_SAMPLES_PER_SEC/100); variable258 int8_t _recBuffer[N_BUFFERS_IN][4*REC_BUF_SIZE_IN_SAMPLES];
2638 _waveHeaderIn[n].dwBufferLength = nBytesPerSample * REC_BUF_SIZE_IN_SAMPLES; in PrepareStartRecording()2643 memset(_recBuffer[n], 0, nBytesPerSample * REC_BUF_SIZE_IN_SAMPLES); in PrepareStartRecording()3203 const uint32_t fullBufferSizeInBytes = bytesPerSample * REC_BUF_SIZE_IN_SAMPLES; in RecProc()
53 const uint32_t REC_BUF_SIZE_IN_SAMPLES = variable
259 while (powerOfTwo < REC_BUF_SIZE_IN_SAMPLES) { in Init()