Searched refs:_recordedBytes (Results 1 – 2 of 2) sorted by relevance
106 _recordedBytes(0), in AudioDeviceWindowsWave()211 _recordedBytes = 0; in Init()2613 _recordedBytes = 0; in PrepareStartRecording()3138 _recordedBytes += nRecordedBytes; in ThreadProcess()3638 const uint32_t nRecordedSamples = _recordedBytes/bytesPerSample; in MonitorRecording()3658 _recordedBytes = 0; // restart "check again when 5 seconds are recorded" in MonitorRecording()
312 …uint32_t _recordedBytes; // accumulated #recorded bytes (reset pe… variable