OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:summeddurations
(Results
1 - 1
of
1
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
ChangeTimeScaleTrack.java
157
long
summedDurations
= 0;
170
if (syncSampleTimes[ssIndex] !=
summedDurations
) {
171
long correction = syncSampleTimes[ssIndex] - (
summedDurations
+ x);
172
LOG.finest(String.format("Sample %d %d / %d - correct by %d", i,
summedDurations
, syncSampleTimes[ssIndex], correction));
176
summedDurations
+= x;
Completed in 48 milliseconds