Searched refs:MIN_READ_UNIT (Results 1 – 3 of 3) sorted by relevance
46 private static final int MIN_READ_UNIT = TS_PACKET_SIZE * 10; field in FileDataSource47 private static final int READ_BUFFER_SIZE = MIN_READ_UNIT * 10; // ~20KB48 private static final int CIRCULAR_BUFFER_SIZE = MIN_READ_UNIT * 4000; // ~ 8MB49 private static final int PADDING_SIZE = MIN_READ_UNIT * 1000; // ~2MB
40 private static final int MIN_READ_UNIT = 1500; field in UsbTunerDataSource41 private static final int READ_BUFFER_SIZE = MIN_READ_UNIT * 10; // ~15KB42 private static final int CIRCULAR_BUFFER_SIZE = MIN_READ_UNIT * 20000; // ~ 30MB
40 private static final int MIN_READ_UNIT = 1500; field in UsbTunerTsScannerSource41 private static final int READ_BUFFER_SIZE = MIN_READ_UNIT * 10; // ~15KB