Home
last modified time | relevance | path

Searched refs:tsBuf (Results 1 – 12 of 12) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dmoviefragmentrandomaccess.cpp292 …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()
Dmovieatom.cpp2174 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()
Dsampletableatom.cpp1985 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()
Dmpeg4file.cpp3386 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/
Dmoviefragmentrandomaccess.h58 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…
61 …int32 getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* numBuf, uin…
Dmediainformationatom.h99 …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()
Dmediaatom.h615 …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()
Dtrackatom.h666 …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()
Dsampletableatom.h350 …int32 getTimestampForRandomAccessPoints(uint32 *num, uint32 *tsBuf, uint32* numBuf, uint32* offset…
521 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf,
Dimpeg4file.h184 …virtual int32 getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* num…
185 …2 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* numBuf,
Dmovieatom.h200 …int32 getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* numBuf, uin…
202 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…
Dmpeg4file.h192 …int32 getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* numBuf, uin…
195 …int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…