Home
last modified time | relevance | path

Searched refs:currentDuration (Results 1 – 3 of 3) sorted by relevance

/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DBogoPerf.java116 …public static void assertDuration(double currentDuration, long referenceDuration, double reference… in assertDuration() argument
118 if (currentDuration > ajustedDuration * SLACK_FACTOR) { in assertDuration()
119 …throw new AssertionFailedError("current duration " + currentDuration + " exceeded expected " + aju… in assertDuration()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DChangeTimeScaleTrack.java62 long currentDuration = 0; in getTimes() local
70 …syncSampleTimes[currentSyncSampleIndex++] = (currentDuration * targetTimeScale) / track.getTrackMe… in getTimes()
77 currentDuration += currentDelta; in getTimes()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DSyncSampleIntersectFinderImpl.java271 long currentDuration = 0; in getTimes() local
280 syncSampleTimes[currentSyncSampleIndex++] = currentDuration * scalingFactor; in getTimes()
287 currentDuration += currentDelta; in getTimes()