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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2881 int32_t cttsSampleCount = 0; // Sample count in the current ctts table entry local
3157 cttsSampleCount = 0; // No sample in ctts box is pending
3160 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);
3162 cttsSampleCount = 1; // One sample in ctts box is pending
3164 ++cttsSampleCount;
3362 if (cttsSampleCount > 0) {
3363 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);

Completed in 180 milliseconds