Searched refs:lastCttsOffsetTimeTicks (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2301 int64_t lastCttsOffsetTimeTicks = -1; // Timescale based ticks local
2484 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks;
2488 if (currCttsOffsetTimeTicks != lastCttsOffsetTimeTicks) {
2489 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);
2490 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks;
2673 if (currCttsOffsetTimeTicks == lastCttsOffsetTimeTicks) {
2675 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);

Completed in 1554 milliseconds