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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2179 int32_t cttsSampleCount = 0; // Sample count in the current ctts table entry local
2347 cttsSampleCount = 0; // No sample in ctts box is pending
2350 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);
2352 cttsSampleCount = 1; // One sample in ctts box is pending
2354 ++cttsSampleCount;
2534 if (cttsSampleCount > 0) {
2535 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks);

Completed in 68 milliseconds