Searched refs:MIN_READ_UNIT (Results 1 – 3 of 3) sorted by relevance
49 private static final int MIN_READ_UNIT = TS_PACKET_SIZE * 10; field in FileTsStreamer50 private static final int READ_BUFFER_SIZE = MIN_READ_UNIT * 10; // ~20KB51 private static final int CIRCULAR_BUFFER_SIZE = MIN_READ_UNIT * 4000; // ~ 8MB52 private static final int PADDING_SIZE = MIN_READ_UNIT * 1000; // ~2MB
45 private static final int MIN_READ_UNIT = 1500; field in TunerTsStreamer46 private static final int READ_BUFFER_SIZE = MIN_READ_UNIT * 10; // ~15KB47 private static final int CIRCULAR_BUFFER_SIZE = MIN_READ_UNIT * 20000; // ~ 30MB
40 private static final int MIN_READ_UNIT = TS_PACKET_SIZE * TS_PACKET_COUNT_PER_PAYLOAD; field in FileTunerHal52 private final byte[] mBuffer = new byte[MIN_READ_UNIT];