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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DSyncSampleIntersectFinderImpl.java37 private static Map<CacheTuple, long[]> getTimesCache = new ConcurrentHashMap<CacheTuple, long[]>(); field in class:SyncSampleIntersectFinderImpl
261 final long[] result = getTimesCache.get(key);
289 getTimesCache.put(key, syncSampleTimes);

Completed in 512 milliseconds