Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:sampleIndex

49     uint32_t getCompositionTimeOffset(uint32_t sampleIndex);
81 uint32_t sampleIndex) {
88 if (sampleIndex < mCurrentEntrySampleIndex) {
95 if (sampleIndex < mCurrentEntrySampleIndex + sampleCount) {
490 uint32_t sampleIndex = 0;
498 if (sampleIndex < mNumSampleSizes) {
503 mSampleTimeEntries[sampleIndex].mSampleIndex = sampleIndex;
507 sampleIndex);
509 mSampleTimeEntries[sampleIndex].mCompositionTime =
513 ++sampleIndex;
771 uint32_t sampleIndex, size_t *sampleSize) {
773 sampleIndex, sampleSize);
777 uint32_t sampleIndex,
785 if ((err = mSampleIterator->seekTo(sampleIndex)) != OK) {
808 && (mSyncSamples[mLastSyncSampleIndex] <= sampleIndex)
811 while (i < mNumSyncSamples && mSyncSamples[i] < sampleIndex) {
815 if (i < mNumSyncSamples && mSyncSamples[i] == sampleIndex) {
826 uint32_t SampleTable::getCompositionTimeOffset(uint32_t sampleIndex) {
827 return mCompositionDeltaLookup->getCompositionTimeOffset(sampleIndex);