Home
last modified time | relevance | path

Searched refs:lastTimestampUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/webm/
DWebmFrameThread.cpp342 int64_t lastTimestampUs = 0; // Previous sample time stamp in run() local
365 lastDurationUs = timestampUs - lastTimestampUs; in run()
366 lastTimestampUs = timestampUs; in run()
407 lastDurationUs = timestampUs - lastTimestampUs; in run()
408 lastTimestampUs = timestampUs; in run()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp3267 int64_t lastTimestampUs = 0; // Previous sample time stamp in threadEntry() local
3646 (lastTimestampUs * mTimeScale + 500000LL) / 1000000LL); in threadEntry()
3649 (long long)timestampUs, (long long)lastTimestampUs, trackName); in threadEntry()
3693 trackName, timestampUs, lastTimestampUs); in threadEntry()
3694 lastDurationUs = timestampUs - lastTimestampUs; in threadEntry()
3696 lastTimestampUs = timestampUs; in threadEntry()