Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp3368 int64_t chunkTimestampUs = 0; in threadEntry() local
3859 if (chunkTimestampUs == 0) { in threadEntry()
3860 chunkTimestampUs = timestampUs; in threadEntry()
3862 int64_t chunkDurationUs = timestampUs - chunkTimestampUs; in threadEntry()
3875 chunkTimestampUs = timestampUs; in threadEntry()