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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2302 int32_t cttsSampleCount = 0; // Sample count in the current ctts table entry local
2486 cttsSampleCount = 0; // No sample in ctts box is pending
2489 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);
2491 cttsSampleCount = 1; // One sample in ctts box is pending
2493 ++cttsSampleCount;
2674 if (cttsSampleCount > 0) {
2675 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);

Completed in 222 milliseconds