HomeSort by relevance Sort by last modified time
    Searched full:lastsyncsampletime (Results 1 - 1 of 1) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
SyncSampleIntersectFinderImpl.java 231 long lastSyncSampleTime = -1;
237 if (lastSyncSampleTime == -1 || (curSyncSampleTime - lastSyncSampleTime) / timeScale >= minFragmentDurationSeconds) {
239 lastSyncSampleTime = curSyncSampleTime;

Completed in 164 milliseconds