Home
last modified time | relevance | path

Searched refs:diffwithafterTS (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dmoviefragmentrandomaccess.cpp190 uint32 diffwithafterTS = tmp - time; in getSyncSampleInfoClosestToTime() local
191 if (diffwithbeforeTS > diffwithafterTS) in getSyncSampleInfoClosestToTime()
389 uint32 diffwithafterTS = tmp - time; in getTimestampForRandomAccessPointsBeforeAfter() local
390 if (diffwithbeforeTS > diffwithafterTS) in getTimestampForRandomAccessPointsBeforeAfter()
Dtrackfragmentatom.cpp1255 uint32 diffwithafterTS = tmp - time; in getOffsetByTime() local
1256 if (diffwithbeforeTS > diffwithafterTS) in getOffsetByTime()