Searched refs:mTimeToSampleCount (Results 1 – 3 of 3) sorted by relevance
125 mTimeToSampleCount(0), in SampleTable()352 mTimeToSampleCount = U32_AT(&header[4]); in setTimeToSampleParams()353 if ((uint64_t)mTimeToSampleCount > in setTimeToSampleParams()368 mTimeToSampleCount * 2)) { in setTimeToSampleParams()554 for (uint32_t i = 0; i < mTimeToSampleCount; ++i) { in buildSampleEntriesTable()
64 || mTable->mTimeToSampleCount == 0) { in seekTo()308 if (mTimeToSampleIndex == mTable->mTimeToSampleCount) { in findSampleTimeAndDuration()
115 uint32_t mTimeToSampleCount; variable