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

/frameworks/av/media/libstagefright/
H A DSampleIterator.cpp64 || mTable->mTimeToSampleCount == 0) {
308 if (mTimeToSampleIndex == mTable->mTimeToSampleCount) {
H A DSampleTable.cpp125 mTimeToSampleCount(0),
352 mTimeToSampleCount = U32_AT(&header[4]);
353 if ((uint64_t)mTimeToSampleCount >
358 // 2) mTimeToSampleCount is the number of entries of the time-to-sample
365 // Note: At this point, we know that mTimeToSampleCount * 2 will not
368 mTimeToSampleCount * 2)) {
554 for (uint32_t i = 0; i < mTimeToSampleCount; ++i) {
/frameworks/av/media/libstagefright/include/
H A DSampleTable.h115 uint32_t mTimeToSampleCount; member in class:android::SampleTable

Completed in 2130 milliseconds