Home
last modified time | relevance | path

Searched refs:getTimestampForRandomAccessPointsBeforeAfter (Results 1 – 13 of 13) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
Dmoviefragmentrandomaccess.h58 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…
Dmediainformationatom.h111 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf, in getTimestampForRandomAccessPointsBeforeAfter() function
117 …return _psampleTableAtom->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsampl… in getTimestampForRandomAccessPointsBeforeAfter()
Dmediaatom.h627 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf, in getTimestampForRandomAccessPointsBeforeAfter() function
633 …return _pmediaInformation->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamp… in getTimestampForRandomAccessPointsBeforeAfter()
Dtrackatom.h678 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf, in getTimestampForRandomAccessPointsBeforeAfter() function
684 …return _pmediaAtom->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoge… in getTimestampForRandomAccessPointsBeforeAfter()
Dsampletableatom.h521 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf,
Dimpeg4file.h185 …virtual int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, ui…
Dmovieatom.h202 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…
Dmpeg4file.h195 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…
/external/opencore/fileformats/mp4/parser/src/
Dmoviefragmentrandomaccess.cpp349 int32 MovieFragmentRandomAccessAtom::getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32… in getTimestampForRandomAccessPointsBeforeAfter() function in MovieFragmentRandomAccessAtom
Dmovieatom.cpp2188 int32 MovieAtom::getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, … in getTimestampForRandomAccessPointsBeforeAfter() function in MovieAtom
2196 …return trackAtom->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoget,… in getTimestampForRandomAccessPointsBeforeAfter()
Dmpeg4file.cpp3429 int32 Mpeg4File::getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, … in getTimestampForRandomAccessPointsBeforeAfter() function in Mpeg4File
3435 …int32 ret = _pmovieAtom->getTimestampForRandomAccessPointsBeforeAfter(id, ts, tsBuf, numBuf, numsa… in getTimestampForRandomAccessPointsBeforeAfter()
3445 …ret = pMovieFragmentRandomAccessAtom->getTimestampForRandomAccessPointsBeforeAfter(id, ts, tsBuf, … in getTimestampForRandomAccessPointsBeforeAfter()
Dsampletableatom.cpp2031 int32 SampleTableAtom::getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint3… in getTimestampForRandomAccessPointsBeforeAfter() function in SampleTableAtom
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp1248 …int32 retval = iMP4FileHandle->getTimestampForRandomAccessPointsBeforeAfter(aTrackInfo.getTrackID(… in GetSyncSampleInfo()