Searched defs:sizeInBytes (Results 1 – 3 of 3) sorted by relevance
283 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes) { in read()296 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes, int readMode) { in read()351 public int read(ByteBuffer audioBuffer, int sizeInBytes) { in read()368 public int read(ByteBuffer audioBuffer, int sizeInBytes, int readMode) { in read()
590 const size_t sizeInBytes = sizeInSamples * sizeof(T); in readFromRecord() local
533 const size_t sizeInBytes = sizeInSamples * sizeof(T); in writeToTrack() local