Searched refs:bytesPerFrame (Results 1 – 4 of 4) sorted by relevance
61 private long bytesPerFrame; field in AudioSampleEntry106 return bytesPerFrame; in getBytesPerFrame()157 public void setBytesPerFrame(long bytesPerFrame) { in setBytesPerFrame() argument158 this.bytesPerFrame = bytesPerFrame; in setBytesPerFrame()208 bytesPerFrame = IsoTypeReader.readUInt32(content); in _parseDetails()236 ", bytesPerFrame=" + bytesPerFrame + in toString()269 IsoTypeWriter.writeUInt32(byteBuffer, bytesPerFrame); in getContent()
244 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinOutputFrameSize() local255 bytesPerFrame; in getMinOutputFrameSize()268 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinInputFrameSize() local272 bytesPerFrame; in getMinInputFrameSize()
158 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initPlayout() local160 bytesPerFrame * (sampleRate / BUFFERS_PER_SECOND)); in initPlayout()
165 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initRecording() local167 byteBuffer = ByteBuffer.allocateDirect(bytesPerFrame * framesPerBuffer); in initRecording()