Searched refs:BUFFERS_PER_SECOND (Results 1 – 2 of 2) sorted by relevance
38 private static final int BUFFERS_PER_SECOND = 1000 / CALLBACK_BUFFER_SIZE_MS; field in WebRtcAudioTrack160 bytesPerFrame * (sampleRate / BUFFERS_PER_SECOND)); in initPlayout()
40 private static final int BUFFERS_PER_SECOND = 1000 / CALLBACK_BUFFER_SIZE_MS; field in WebRtcAudioRecord166 final int framesPerBuffer = sampleRate / BUFFERS_PER_SECOND; in initRecording()