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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1983 int64_t lastCttsOffsetTimeTicks = -1; // Timescale based ticks local
2126 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks;
2130 if (currCttsOffsetTimeTicks != lastCttsOffsetTimeTicks) {
2131 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);
2132 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks;
2293 if (currCttsOffsetTimeTicks == lastCttsOffsetTimeTicks) {
2295 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);

Completed in 517 milliseconds