Lines Matching full:m_preload_count
2349 m_preload_count(0),
2357 const long n = m_count + m_preload_count;
2396 assert(m_preload_count == 0);
2439 if (m_preload_count >= cue_points_size)
2447 CuePoint** const pp = p + m_preload_count; //end of source
2458 CuePoint* const pCP = new CuePoint(m_preload_count, pos);
2459 m_cue_points[m_preload_count++] = pCP;
2504 assert(m_preload_count > 0);
2512 --m_preload_count;
2543 CuePoint** const jj = ii + m_count + m_preload_count;
2727 const size_t count = m_count + m_preload_count;
2755 const size_t count = m_count + m_preload_count;
2795 const size_t count = m_count + m_preload_count;