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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2094 int64_t lastCttsOffsetTimeTicks = -1; // Timescale based ticks local
2261 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks;
2265 if (currCttsOffsetTimeTicks != lastCttsOffsetTimeTicks) {
2266 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);
2267 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks;
2449 if (currCttsOffsetTimeTicks == lastCttsOffsetTimeTicks) {
2451 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);

Completed in 420 milliseconds