Searched refs:getSampleCount (Results 1 - 21 of 21) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
H A Dsamplesizeatom.cpp125 if (!PVA_FF_AtomUtils::render32(fp, getSampleCount()))
133 if (_psampleSizeVec->size() < getSampleCount())
137 for (int32 i = 0; i < (int32)(getSampleCount()); i++)
144 rendered += 4 * getSampleCount();
H A Dmoviefragmentatom.cpp213 if (((*_pTrafList)[ii])->getSampleCount() > 0)
256 if (((*_pTrafList)[ii])->getSampleCount() > 0)
H A Dmovieatom.cpp247 if ((*_pMediaTrackVec)[i]->getSampleCount() > 0)
351 if ((*_pMediaTrackVec)[i]->getSampleCount() > 0)
/external/opencore/fileformats/mp4/composer/include/
H A Dsamplesizeatom.h50 uint32 getSampleCount() const function in class:PVA_FF_SampleSizeAtom
H A Dtrackfragmentatom.h62 uint32 getSampleCount() const function in class:PVA_FF_TrackFragmentAtom
67 lSampleCount += ((*_pTrunList)[ii])->getSampleCount();
H A Dtrackfragmentrunatom.h52 uint32 getSampleCount() const function in class:PVA_FF_TrackFragmentRunAtom
H A Dmediaatom.h173 uint32 getSampleCount() const function in class:PVA_FF_MediaAtom
175 return _pmediaInformation->getSampleCount();
H A Dmediainformationatom.h150 uint32 getSampleCount() const function in class:PVA_FF_MediaInformationAtom
152 return _psampleTableAtom->getSampleCount();
H A Dsampletableatom.h172 uint32 getSampleCount() const function in class:PVA_FF_SampleTableAtom
174 return _psampleSizeAtom->getSampleCount();
H A Dtrackatom.h254 uint32 getSampleCount() const function in class:PVA_FF_TrackAtom
256 return _pmediaAtom->getSampleCount();
/external/opencore/fileformats/mp4/parser/include/
H A Dsamplesizeatom.h56 uint32 getSampleCount() const function in class:SampleSizeAtom
H A Dmoviefragmentatom.h80 uint32 getSampleCount();
H A Dtrackfragmentrunatom.h92 uint32 getSampleCount() function in class:TrackFragmentRunAtom
H A Dsampletableatom.h424 uint32 getSampleCount() function in class:SampleTableAtom
428 return (_psampleSizeAtom->getSampleCount());
458 return (_psampleSizeAtom->getSampleCount());
H A Dtrackfragmentatom.h139 uint32 getSampleCount();
H A Dmediaatom.h591 uint32 getSampleCount() function in class:MediaAtom
595 return (_pmediaInformation->getSampleCount());
H A Dmediainformationatom.h558 uint32 getSampleCount() function in class:MediaInformationAtom
562 return (_psampleTableAtom->getSampleCount());
H A Dtrackatom.h572 uint32 getSampleCount() function in class:TrackAtom
576 return (_pmediaAtom->getSampleCount());
/external/opencore/fileformats/mp4/parser/src/
H A Dtrackfragmentatom.cpp565 numSamplesInCurrentTrackFragmentRun = tfRun->getSampleCount();
613 numSamplesInCurrentTrackFragmentRun = tfRun->getSampleCount();
790 samplecount += (*_pTrackFragmentRunAtomVec)[idx]->getSampleCount();
814 samplecount = (*_pTrackFragmentRunAtomVec)[idx]->getSampleCount();
841 samplecount = (*_pTrackFragmentRunAtomVec)[idx]->getSampleCount();
879 uint32 TrackFragmentAtom::getSampleCount() function in class:TrackFragmentAtom
929 uint32 samplecount = (*_pTrackFragmentRunAtomVec)[idx]->getSampleCount();
979 numSamplesInCurrentTrackFragmentRun = tfRun->getSampleCount();
1025 numSamplesInCurrentTrackFragmentRun = tfRun->getSampleCount();
1132 samplesInPrevTrun += (*_pTrackFragmentRunAtomVec)[idx]->getSampleCount();
[all...]
H A Dsampletableatom.cpp266 SamplesCount = _psampleSizeAtom->getSampleCount();
329 uint32 SamplesCount = _psampleSizeAtom->getSampleCount();
366 uint32 SamplesCount = _psampleSizeAtom->getSampleCount();
509 uint32 numSamples = _psampleSizeAtom->getSampleCount();
1399 _currentPlaybackSampleNumber = getSampleSizeAtom().getSampleCount();
1433 if (getSampleSizeAtom().getSampleCount() > 0)
1436 (getSampleSizeAtom().getSampleCount() - 1);
1539 if ((currPlaybackSampleNum + 1) < (int32)getSampleSizeAtom().getSampleCount())
1612 if (getSampleSizeAtom().getSampleCount() > 0)
1615 (getSampleSizeAtom().getSampleCount());
[all...]
H A Dmovieatom.cpp1261 return track->getSampleCount();

Completed in 70 milliseconds