Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp3279 int32_t cttsSampleCount = 0; // Sample count in the current ctts table entry in threadEntry() local
3595 cttsSampleCount = 0; // No sample in ctts box is pending in threadEntry()
3598 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks); in threadEntry()
3600 cttsSampleCount = 1; // One sample in ctts box is pending in threadEntry()
3602 ++cttsSampleCount; in threadEntry()
3800 if (cttsSampleCount > 0) { in threadEntry()
3801 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks); in threadEntry()