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

  /external/opencore/fileformats/mp4/composer/include/
compositionoffsetatom.h 47 void addSampleCount(uint32 count);
  /external/opencore/fileformats/mp4/parser/include/
compositionoffsetatom.h 107 uint32 addSampleCount;
  /external/opencore/fileformats/mp4/parser/src/
compositionoffsetatom.cpp 69 addSampleCount = 0;
734 addSampleCount = MT_SampleCount[0];
736 else if (addSampleCount < refSample)
741 prevSampleCount = addSampleCount;
742 addSampleCount += _psampleCountVec[MT_j%_stbl_buff_size];

Completed in 2312 milliseconds