Home
last modified time | relevance | path

Searched refs:_currGetIndex (Results 1 – 4 of 4) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dtimetosampleatom.cpp49 _currGetIndex = -1; in TimeToSampleAtom()
596 _currGetIndex++; in getTimeDeltaForSampleNumberGet()
598 CheckAndParseEntry(_currGetIndex); in getTimeDeltaForSampleNumberGet()
599 _currGetSampleCount += _psampleCountVec[_currGetIndex%_stbl_buff_size]; in getTimeDeltaForSampleNumberGet()
600 _currGetTimeDelta = _psampleDeltaVec[_currGetIndex%_stbl_buff_size]; in getTimeDeltaForSampleNumberGet()
604 …RIABLES((0, "TimeToSampleAtom::getTimeDeltaForSampleNumberGet- _currGetIndex =%d", _currGetIndex)); in getTimeDeltaForSampleNumberGet()
633 _currGetIndex = -1; in resetStateVariables()
658 _currGetIndex++; in resetStateVariables()
676 _currPeekIndex = _currGetIndex ; in resetPeekwithGet()
Dcompositionoffsetatom.cpp62 _currGetIndex = -1; in CompositionOffsetAtom()
467 _currGetIndex++; in getTimeOffsetForSampleNumberGet()
469 CheckAndParseEntry(_currGetIndex); in getTimeOffsetForSampleNumberGet()
470 _currGetSampleCount += _psampleCountVec[_currGetIndex%_stbl_buff_size]; in getTimeOffsetForSampleNumberGet()
471 _currGetTimeOffset = _psampleOffsetVec[_currGetIndex%_stbl_buff_size]; in getTimeOffsetForSampleNumberGet()
475 …S((0, "CompositionOffsetAtom::getTimeOffsetForSampleNumberGet- _currGetIndex =%d", _currGetIndex)); in getTimeOffsetForSampleNumberGet()
616 _currGetIndex = -1; in resetStateVariables()
645 _currGetIndex++; in resetStateVariables()
663 _currPeekIndex = _currGetIndex; in resetPeekwithGet()
/external/opencore/fileformats/mp4/parser/include/
Dtimetosampleatom.h106 int32 _currGetIndex; variable
Dcompositionoffsetatom.h131 int32 _currGetIndex; variable