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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1860 int64_t lastCttsOffsetTimeTicks = -1; // Timescale based ticks local
2003 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks;
2007 if (currCttsOffsetTimeTicks != lastCttsOffsetTimeTicks) {
2008 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);
2009 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks;
2169 if (currCttsOffsetTimeTicks == lastCttsOffsetTimeTicks) {
2171 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);

Completed in 9 milliseconds