Home | History | Annotate | Download | only in mkvparser

Lines Matching full:m_preload_count

1835       m_preload_count(0),
1839 const long n = m_count + m_preload_count;
1870 if (m_count != 0 || m_preload_count != 0)
1916 if (m_preload_count >= cue_points_size) {
1926 CuePoint** const pp = p + m_preload_count; // end of source
1937 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos);
1941 m_cue_points[m_preload_count++] = pCP;
1985 if (m_preload_count < 1)
1997 --m_preload_count;