/external/opencore/fileformats/mp4/parser/src/ |
D | moviefragmentrandomaccess.cpp | 292 …ssAtom::getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* numBuf, u… in getTimestampForRandomAccessPoints() argument 334 if (tsBuf != NULL) in getTimestampForRandomAccessPoints() 335 tsBuf[idx] = (*tfraEntries)[idx]->getTimeStamp(); in getTimestampForRandomAccessPoints() 349 …::getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* numBuf, in getTimestampForRandomAccessPointsBeforeAfter() argument 422 tsBuf[k] = keySampleTS; in getTimestampForRandomAccessPointsBeforeAfter()
|
D | movieatom.cpp | 2174 int32 MovieAtom::getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* n… in getTimestampForRandomAccessPoints() argument 2180 return trackAtom->getTimestampForRandomAccessPoints(num, tsBuf, numBuf, offsetBuf); in getTimestampForRandomAccessPoints() 2188 int32 MovieAtom::getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, … in getTimestampForRandomAccessPointsBeforeAfter() argument 2196 …return trackAtom->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoget,… in getTimestampForRandomAccessPointsBeforeAfter()
|
D | sampletableatom.cpp | 1985 int32 SampleTableAtom::getTimestampForRandomAccessPoints(uint32 *num, uint32 *tsBuf, uint32* numBuf… in getTimestampForRandomAccessPoints() argument 2016 tsBuf[i] = getTimestampForSampleNumber(numBuf[i] - 1); in getTimestampForRandomAccessPoints() 2023 if (getOffsetByTime(tsBuf[i], &offset) != DEFAULT_ERROR) in getTimestampForRandomAccessPoints() 2031 int32 SampleTableAtom::getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint3… in getTimestampForRandomAccessPointsBeforeAfter() argument 2095 tsBuf[k] = keySampleTS; in getTimestampForRandomAccessPointsBeforeAfter()
|
D | mpeg4file.cpp | 3386 int32 Mpeg4File::getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* n… in getTimestampForRandomAccessPoints() argument 3391 … uint32 ret = _pmovieAtom->getTimestampForRandomAccessPoints(id, num, tsBuf, numBuf, offsetBuf); in getTimestampForRandomAccessPoints() 3417 …ieFragmentRandomAccessAtom->getTimestampForRandomAccessPoints(id, &delta, tsBuf, numBuf, offsetBuf… in getTimestampForRandomAccessPoints() 3429 int32 Mpeg4File::getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, … in getTimestampForRandomAccessPointsBeforeAfter() argument 3435 …int32 ret = _pmovieAtom->getTimestampForRandomAccessPointsBeforeAfter(id, ts, tsBuf, numBuf, numsa… in getTimestampForRandomAccessPointsBeforeAfter() 3445 …entRandomAccessAtom->getTimestampForRandomAccessPointsBeforeAfter(id, ts, tsBuf, numBuf, numsample… in getTimestampForRandomAccessPointsBeforeAfter()
|
/external/opencore/fileformats/mp4/parser/include/ |
D | moviefragmentrandomaccess.h | 58 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu… 61 …int32 getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* numBuf, uin…
|
D | mediainformationatom.h | 99 …int32 getTimestampForRandomAccessPoints(uint32 *num, uint32 *tsBuf, uint32* numBuf, uint32* offset… in getTimestampForRandomAccessPoints() argument 103 … return _psampleTableAtom->getTimestampForRandomAccessPoints(num, tsBuf, numBuf, offsetBuf); in getTimestampForRandomAccessPoints() 111 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf, in getTimestampForRandomAccessPointsBeforeAfter() argument 117 …return _psampleTableAtom->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsampl… in getTimestampForRandomAccessPointsBeforeAfter()
|
D | mediaatom.h | 615 …int32 getTimestampForRandomAccessPoints(uint32 *num, uint32 *tsBuf, uint32* numBuf, uint32 *offset… in getTimestampForRandomAccessPoints() argument 619 … return _pmediaInformation->getTimestampForRandomAccessPoints(num, tsBuf, numBuf, offsetBuf); in getTimestampForRandomAccessPoints() 627 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf, in getTimestampForRandomAccessPointsBeforeAfter() argument 633 …return _pmediaInformation->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamp… in getTimestampForRandomAccessPointsBeforeAfter()
|
D | trackatom.h | 666 …int32 getTimestampForRandomAccessPoints(uint32 *num, uint32 *tsBuf, uint32* numBuf, uint32* offset… in getTimestampForRandomAccessPoints() argument 670 … return _pmediaAtom->getTimestampForRandomAccessPoints(num, tsBuf, numBuf, offsetBuf); in getTimestampForRandomAccessPoints() 678 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf, in getTimestampForRandomAccessPointsBeforeAfter() argument 684 …return _pmediaAtom->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoge… in getTimestampForRandomAccessPointsBeforeAfter()
|
D | sampletableatom.h | 350 …int32 getTimestampForRandomAccessPoints(uint32 *num, uint32 *tsBuf, uint32* numBuf, uint32* offset… 521 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf,
|
D | impeg4file.h | 184 …virtual int32 getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* num… 185 …2 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* numBuf,
|
D | movieatom.h | 200 …int32 getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* numBuf, uin… 202 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…
|
D | mpeg4file.h | 192 …int32 getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* numBuf, uin… 195 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…
|