Searched refs:approxBytesPerFrame (Results 1 – 2 of 2) sorted by relevance
125 long approxBytesPerFrame, in BinarySearchSeeker() argument137 approxBytesPerFrame); in BinarySearchSeeker()228 seekMap.approxBytesPerFrame); in createSeekParamsForTargetTimeUs()270 private final long approxBytesPerFrame; field in BinarySearchSeeker.SeekOperationParams288 long approxBytesPerFrame) { in calculateNextSearchBytePosition() argument304 long estimatedFramePosition = floorBytePosition + bytesToSkip - approxBytesPerFrame; in calculateNextSearchBytePosition()316 long approxBytesPerFrame) { in SeekOperationParams() argument323 this.approxBytesPerFrame = approxBytesPerFrame; in SeekOperationParams()331 approxBytesPerFrame); in SeekOperationParams()387 approxBytesPerFrame); in updateNextSearchBytePosition()[all …]
211 long approxBytesPerFrame; in getApproxBytesPerFrame() local213 approxBytesPerFrame = ((long) maxFrameSize + minFrameSize) / 2 + 1; in getApproxBytesPerFrame()221 approxBytesPerFrame = (blockSizeSamples * channels * bitsPerSample) / 8 + 64; in getApproxBytesPerFrame()223 return approxBytesPerFrame; in getApproxBytesPerFrame()