/external/opencore/fileformats/mp4/parser/include/ |
D | moviefragmentrandomaccess.h | 58 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…
|
D | mediainformationatom.h | 111 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf, in getTimestampForRandomAccessPointsBeforeAfter() function 117 …return _psampleTableAtom->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsampl… in getTimestampForRandomAccessPointsBeforeAfter()
|
D | mediaatom.h | 627 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf, in getTimestampForRandomAccessPointsBeforeAfter() function 633 …return _pmediaInformation->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamp… in getTimestampForRandomAccessPointsBeforeAfter()
|
D | trackatom.h | 678 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf, in getTimestampForRandomAccessPointsBeforeAfter() function 684 …return _pmediaAtom->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoge… in getTimestampForRandomAccessPointsBeforeAfter()
|
D | sampletableatom.h | 521 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf,
|
D | impeg4file.h | 185 …virtual int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, ui…
|
D | movieatom.h | 202 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…
|
D | mpeg4file.h | 195 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…
|
/external/opencore/fileformats/mp4/parser/src/ |
D | moviefragmentrandomaccess.cpp | 349 int32 MovieFragmentRandomAccessAtom::getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32… in getTimestampForRandomAccessPointsBeforeAfter() function in MovieFragmentRandomAccessAtom
|
D | movieatom.cpp | 2188 int32 MovieAtom::getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, … in getTimestampForRandomAccessPointsBeforeAfter() function in MovieAtom 2196 …return trackAtom->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoget,… in getTimestampForRandomAccessPointsBeforeAfter()
|
D | mpeg4file.cpp | 3429 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()
|
D | sampletableatom.cpp | 2031 int32 SampleTableAtom::getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint3… in getTimestampForRandomAccessPointsBeforeAfter() function in SampleTableAtom
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node.cpp | 1248 …int32 retval = iMP4FileHandle->getTimestampForRandomAccessPointsBeforeAfter(aTrackInfo.getTrackID(… in GetSyncSampleInfo()
|