HomeSort by relevance Sort by last modified time
    Searched refs:CALLBACK_BUFFER_SIZE_MS (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioRecord.java 37 private static final int CALLBACK_BUFFER_SIZE_MS = 10;
40 private static final int BUFFERS_PER_SECOND = 1000 / CALLBACK_BUFFER_SIZE_MS;
WebRtcAudioTrack.java 35 private static final int CALLBACK_BUFFER_SIZE_MS = 10;
38 private static final int BUFFERS_PER_SECOND = 1000 / CALLBACK_BUFFER_SIZE_MS;

Completed in 60 milliseconds