Searched defs:bytesPerFrame (Results 1 – 4 of 4) sorted by relevance
244 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinOutputFrameSize() local268 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinInputFrameSize() local
158 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initPlayout() local
165 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initRecording() local
61 private long bytesPerFrame; field in AudioSampleEntry157 public void setBytesPerFrame(long bytesPerFrame) { in setBytesPerFrame()