Searched refs:howManyKeySamples (Results 1 – 12 of 12) sorted by relevance
/external/opencore/fileformats/mp4/parser/src/ |
D | moviefragmentrandomaccess.cpp | 351 uint32 howManyKeySamples) in getTimestampForRandomAccessPointsBeforeAfter() argument 405 if ((startIdx + howManyKeySamples) <= entries) in getTimestampForRandomAccessPointsBeforeAfter() 406 endIdx = startIdx + howManyKeySamples; in getTimestampForRandomAccessPointsBeforeAfter() 408 if (startIdx > howManyKeySamples) in getTimestampForRandomAccessPointsBeforeAfter() 409 startIdx -= howManyKeySamples; in getTimestampForRandomAccessPointsBeforeAfter()
|
D | sampletableatom.cpp | 2031 …eAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf, uint32& numsamplestoget, uint32 howManyKeySamples) in getTimestampForRandomAccessPointsBeforeAfter() argument 2075 if ((startIdx + howManyKeySamples) <= numSyncSamples) in getTimestampForRandomAccessPointsBeforeAfter() 2076 endIdx = startIdx + howManyKeySamples; in getTimestampForRandomAccessPointsBeforeAfter() 2078 if (startIdx >= howManyKeySamples) in getTimestampForRandomAccessPointsBeforeAfter() 2079 startIdx -= howManyKeySamples; in getTimestampForRandomAccessPointsBeforeAfter()
|
D | movieatom.cpp | 2190 uint32 howManyKeySamples) in getTimestampForRandomAccessPointsBeforeAfter() argument 2196 …etTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoget, howManyKeySamples); in getTimestampForRandomAccessPointsBeforeAfter()
|
D | mpeg4file.cpp | 3431 uint32 howManyKeySamples) in getTimestampForRandomAccessPointsBeforeAfter() argument 3435 …mestampForRandomAccessPointsBeforeAfter(id, ts, tsBuf, numBuf, numsamplestoget, howManyKeySamples); in getTimestampForRandomAccessPointsBeforeAfter() 3445 …mestampForRandomAccessPointsBeforeAfter(id, ts, tsBuf, numBuf, numsamplestoget, howManyKeySamples); in getTimestampForRandomAccessPointsBeforeAfter()
|
/external/opencore/fileformats/mp4/parser/include/ |
D | moviefragmentrandomaccess.h | 60 uint32 howManyKeySamples);
|
D | mediainformationatom.h | 113 uint32 howManyKeySamples) in getTimestampForRandomAccessPointsBeforeAfter() argument 117 …etTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoget, howManyKeySamples); in getTimestampForRandomAccessPointsBeforeAfter()
|
D | mediaatom.h | 629 uint32 howManyKeySamples) in getTimestampForRandomAccessPointsBeforeAfter() argument 633 …etTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoget, howManyKeySamples); in getTimestampForRandomAccessPointsBeforeAfter()
|
D | trackatom.h | 680 uint32 howManyKeySamples) in getTimestampForRandomAccessPointsBeforeAfter() argument 684 …etTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoget, howManyKeySamples); in getTimestampForRandomAccessPointsBeforeAfter()
|
D | sampletableatom.h | 523 uint32 howManyKeySamples);
|
D | impeg4file.h | 187 uint32 howManyKeySamples = 1) = 0;
|
D | movieatom.h | 204 uint32 howManyKeySamples);
|
D | mpeg4file.h | 197 uint32 howManyKeySamples);
|