Home | History | Annotate | Download | only in mkvparser

Lines Matching full:total_size

7665       const long long total_size = stop - pos;
7667 if (total_size < size)
7670 const long long frame_size = total_size - size;
7698 const long long total_size = stop - pos;
7700 if ((total_size % m_frame_count) != 0)
7703 const long long frame_size = total_size / m_frame_count;
7837 const long long total_size = stop - pos;
7839 if (total_size < size)
7842 frame_size = total_size - size;