Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:sampleIndex

58     int32_t getCompositionTimeOffset(uint32_t sampleIndex);
90 uint32_t sampleIndex) {
97 if (sampleIndex < mCurrentEntrySampleIndex) {
104 if (sampleIndex < mCurrentEntrySampleIndex + sampleCount) {
664 uint32_t sampleIndex = 0;
672 if (sampleIndex < mNumSampleSizes) {
677 mSampleTimeEntries[sampleIndex].mSampleIndex = sampleIndex;
681 sampleIndex);
698 mSampleTimeEntries[sampleIndex].mCompositionTime =
703 ++sampleIndex;
936 uint32_t sampleIndex, size_t *sampleSize) {
938 sampleIndex, sampleSize);
942 uint32_t sampleIndex,
951 if ((err = mSampleIterator->seekTo(sampleIndex)) != OK) {
974 && (mSyncSamples[mLastSyncSampleIndex] <= sampleIndex)
977 while (i < mNumSyncSamples && mSyncSamples[i] < sampleIndex) {
981 if (i < mNumSyncSamples && mSyncSamples[i] == sampleIndex) {
996 int32_t SampleTable::getCompositionTimeOffset(uint32_t sampleIndex) {
997 return mCompositionDeltaLookup->getCompositionTimeOffset(sampleIndex);