Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DAMRWriter.cpp191 int64_t maxTimestampUs = 0; in threadFunc() local
223 previousPausedDurationUs += (timestampUs - maxTimestampUs - 20000); in threadFunc()
229 if (timestampUs > maxTimestampUs) { in threadFunc()
230 maxTimestampUs = timestampUs; in threadFunc()
DAACWriter.cpp290 int64_t maxTimestampUs = 0; in threadFunc() local
332 previousPausedDurationUs += (timestampUs - maxTimestampUs - mFrameDurationUs); in threadFunc()
338 if (timestampUs > maxTimestampUs) { in threadFunc()
339 maxTimestampUs = timestampUs; in threadFunc()
DOggWriter.cpp280 int64_t maxTimestampUs = 0; in threadFunc() local
349 previousPausedDurationUs += (timestampUs - maxTimestampUs - 20000); in threadFunc()
357 if (timestampUs > maxTimestampUs) { in threadFunc()
358 maxTimestampUs = timestampUs; in threadFunc()