OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentDuration
(Results
1 - 3
of
3
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
ChangeTimeScaleTrack.java
62
long
currentDuration
= 0;
70
syncSampleTimes[currentSyncSampleIndex++] = (
currentDuration
* targetTimeScale) / track.getTrackMetaData().getTimescale();
77
currentDuration
+= currentDelta;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
SyncSampleIntersectFinderImpl.java
271
long
currentDuration
= 0;
280
syncSampleTimes[currentSyncSampleIndex++] =
currentDuration
* scalingFactor;
287
currentDuration
+= currentDelta;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.cpp
470
const double
currentDuration
= frameDurationAtIndex(m_currentFrame);
471
m_desiredFrameStartTime +=
currentDuration
;
478
m_desiredFrameStartTime = time +
currentDuration
;
Completed in 322 milliseconds