Home
last modified time | relevance | path

Searched refs:currFilePointer (Results 1 – 5 of 5) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dsamplesizeatom.cpp222 uint32 currFilePointer = AtomUtils::getCurrentFilePosition(_fileptr); in ParseEntryUnit() local
223 _stbl_fptr_vec[_curr_buff_number] = currFilePointer; in ParseEntryUnit()
229 uint32 currFilePointer = _stbl_fptr_vec[_curr_buff_number]; in ParseEntryUnit() local
230 AtomUtils::seekFromStart(_fileptr, currFilePointer); in ParseEntryUnit()
Dchunkoffsetatom.cpp209 uint32 currFilePointer = AtomUtils::getCurrentFilePosition(_fileptr); in ParseEntryUnit() local
210 _stbl_fptr_vec[_curr_buff_number] = currFilePointer; in ParseEntryUnit()
216 uint32 currFilePointer = _stbl_fptr_vec[_curr_buff_number]; in ParseEntryUnit() local
217 AtomUtils::seekFromStart(_fileptr, currFilePointer); in ParseEntryUnit()
Dtimetosampleatom.cpp237 uint32 currFilePointer = AtomUtils::getCurrentFilePosition(_fileptr); in ParseEntryUnit() local
238 _stbl_fptr_vec[_curr_buff_number] = currFilePointer; in ParseEntryUnit()
244 uint32 currFilePointer = _stbl_fptr_vec[_curr_buff_number]; in ParseEntryUnit() local
245 AtomUtils::seekFromStart(_fileptr, currFilePointer); in ParseEntryUnit()
Dcompositionoffsetatom.cpp295 uint32 currFilePointer = AtomUtils::getCurrentFilePosition(_fileptr); in ParseEntryUnit() local
296 _stbl_fptr_vec[_curr_buff_number] = currFilePointer; in ParseEntryUnit()
302 uint32 currFilePointer = _stbl_fptr_vec[_curr_buff_number]; in ParseEntryUnit() local
303 AtomUtils::seekFromStart(_fileptr, currFilePointer); in ParseEntryUnit()
Dsampletochunkatom.cpp269 uint32 currFilePointer = AtomUtils::getCurrentFilePosition(_fileptr); in ParseEntryUnit() local
270 _stbl_fptr_vec[_curr_buff_number] = currFilePointer; in ParseEntryUnit()
276 uint32 currFilePointer = _stbl_fptr_vec[_curr_buff_number]; in ParseEntryUnit() local
277 AtomUtils::seekFromStart(_fileptr, currFilePointer); in ParseEntryUnit()