Searched refs:BITS_PER_SAMPLE (Results 1 – 3 of 3) sorted by relevance
57 private static final int BITS_PER_SAMPLE = 16; field in WebRtcAudioManager244 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinOutputFrameSize()268 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinInputFrameSize()
32 private static final int BITS_PER_SAMPLE = 16; field in WebRtcAudioTrack158 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initPlayout()
34 private static final int BITS_PER_SAMPLE = 16; field in WebRtcAudioRecord165 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initRecording()