Searched defs:SampleCache (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
H A DSampleCache.java35 * {@link SampleCache} stores samples into file and make them available for read.
38 public class SampleCache { class
39 private static final String TAG = "SampleCache";
45 private SampleCache mNextCache = null;
50 public SampleCache createSampleCache(SamplePool samplePool, File file,
53 return new SampleCache(samplePool, file, startPositionUs, System.currentTimeMillis(),
57 public SampleCache createSampleCacheFromFile(SamplePool samplePool, File cacheDir,
59 Looper looper, SampleCache prev) throws IOException {
61 SampleCache cache =
62 new SampleCache(samplePoo
315 protected SampleCache(SamplePool samplePool, File file, long startPositionUs, method in class:SampleCache
326 protected SampleCache(SamplePool samplePool, File file, long startPositionUs, method in class:SampleCache
[all...]

Completed in 3794 milliseconds