Searched refs:mTimeToSampleCount (Results 1 – 3 of 3) sorted by relevance
129 mTimeToSampleCount(0), in SampleTable()393 mTimeToSampleCount = U32_AT(&header[4]); in setTimeToSampleParams()394 if (mTimeToSampleCount > (data_size - 8) / (2 * sizeof(uint32_t))) { in setTimeToSampleParams()399 uint64_t allocSize = (uint64_t)mTimeToSampleCount * 2 * sizeof(uint32_t); in setTimeToSampleParams()412 mTimeToSample = new (std::nothrow) uint32_t[mTimeToSampleCount * 2]; in setTimeToSampleParams()415 (unsigned long long)mTimeToSampleCount); in setTimeToSampleParams()425 for (size_t i = 0; i < mTimeToSampleCount * 2; ++i) { in setTimeToSampleParams()666 for (uint32_t i = 0; i < mTimeToSampleCount; ++i) { in buildSampleEntriesTable()
63 || mTable->mTimeToSampleCount == 0) { in seekTo()322 if (mTimeToSampleIndex == mTable->mTimeToSampleCount || in findSampleTimeAndDuration()
126 uint32_t mTimeToSampleCount; variable