Searched refs:tfRun (Results 1 – 1 of 1) sorted by relevance
556 TrackFragmentRunAtom *tfRun; in getNextNSamples() local562 tfRun = getTrackFragmentRunForSampleNum(_currentTrackFragmentRunSampleNumber, sampleCount); in getNextNSamples()563 if (tfRun != NULL) in getNextNSamples()565 numSamplesInCurrentTrackFragmentRun = tfRun->getSampleCount(); in getNextNSamples()577 tfrunoffset = Oscl_Int64_Utils::get_uint64_lower32(tfRun->getDataOffset()); in getNextNSamples()610 tfRun = getTrackFragmentRunForSampleNum(StartReadingFromSampleNum, sampleCount); in getNextNSamples()611 if (tfRun != NULL) in getNextNSamples()613 numSamplesInCurrentTrackFragmentRun = tfRun->getSampleCount(); in getNextNSamples()632 … Oscl_Vector<TFrunSampleTable*, OsclMemAllocator>* _tfRunSampleInfo = tfRun->getSampleTable(); in getNextNSamples()970 TrackFragmentRunAtom *tfRun; in peekNextNSamples() local[all …]