HomeSort by relevance Sort by last modified time
    Searched refs:entryLoc (Results 1 - 5 of 5) sorted by null

  /external/opencore/fileformats/mp4/parser/src/
chunkoffsetatom.cpp 253 uint32 entryLoc = index / _stbl_buff_size;
254 if (_curr_buff_number != entryLoc)
256 _parsed_entry_cnt = entryLoc * _stbl_buff_size;
295 uint32 entryLoc = i / _stbl_buff_size;
296 if (_curr_buff_number != entryLoc)
298 _parsed_entry_cnt = entryLoc * _stbl_buff_size;
samplesizeatom.cpp 288 uint32 entryLoc = index / _stbl_buff_size;
295 uint32 entryFallsInPreviousBuffer = _curr_buff_number - entryLoc;
302 if (_curr_buff_number != entryLoc)
304 _parsed_entry_cnt = entryLoc * _stbl_buff_size;
compositionoffsetatom.cpp 676 uint32 entryLoc = i / _stbl_buff_size;
677 if (_curr_buff_number != entryLoc)
679 _parsed_entry_cnt = entryLoc * _stbl_buff_size;
timetosampleatom.cpp 689 uint32 entryLoc = i / _stbl_buff_size;
690 if (_curr_buff_number != entryLoc)
692 _parsed_entry_cnt = entryLoc * _stbl_buff_size;
sampletochunkatom.cpp     [all...]

Completed in 540 milliseconds