Lines Matching full:m_count
1834 m_count(0),
1839 const long n = m_count + m_preload_count;
1858 return m_count; // TODO: really ignore preload count?
1870 if (m_count != 0 || m_preload_count != 0)
1913 if (m_count != 0)
1988 CuePoint* const pCP = m_cue_points[m_count];
1996 ++m_count;
2011 if (time_ns < 0 || pTrack == NULL || m_cue_points == NULL || m_count == 0)
2017 CuePoint** const jj = ii + m_count;
2075 if (m_cue_points == NULL || m_count == 0)
2090 if (m_cue_points == NULL || m_count <= 0)
2093 const long index = m_count - 1;
2108 m_count < 1) {
2113 if (index >= m_count)
2122 if (index >= m_count)