Home
last modified time | relevance | path

Searched defs:bytesPerFrame (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioManager.java244 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinOutputFrameSize() local
268 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinInputFrameSize() local
DWebRtcAudioTrack.java158 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initPlayout() local
DWebRtcAudioRecord.java165 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initRecording() local
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DAudioSampleEntry.java61 private long bytesPerFrame; field in AudioSampleEntry
157 public void setBytesPerFrame(long bytesPerFrame) { in setBytesPerFrame()