Searched refs:m_pTracks (Results 1 – 6 of 6) sorted by relevance
671 m_pTracks(NULL), in Segment()693 delete m_pTracks; in ~Segment()947 if (m_pTracks) in ParseHeaders()950 m_pTracks = new (std::nothrow) in ParseHeaders()953 if (m_pTracks == NULL) in ParseHeaders()956 const long status = m_pTracks->Parse(); in ParseHeaders()1018 if (m_pTracks == NULL) in ParseHeaders()1464 if (m_pInfo == NULL || m_pTracks == NULL) in Load()3209 const Tracks* Segment::GetTracks() const { return m_pTracks; } in GetTracks()
1115 Tracks* m_pTracks; variable