Lines Matching refs:m_timecode
2264 m_timecode(-1 * pos), in CuePoint()
2276 if (m_timecode >= 0) // already loaded in Load()
2282 long long pos_ = -m_timecode; in Load()
2332 m_timecode = UnserializeUInt(pReader, pos, size); in Load()
2345 if (m_timecode < 0 || m_track_positions_count <= 0) { in Load()
2464 long long CuePoint::GetTimeCode() const { return m_timecode; } in GetTimeCode()
2468 assert(m_timecode >= 0); in GetTime()
2476 const long long time = scale * m_timecode; in GetTime()
6061 if (m_timecode >= 0) // at least partially loaded in Load()
6274 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()
6288 if (m_pos < m_element_start || m_timecode < 0) in Parse()
6830 m_timecode(0), in Cluster()
6843 m_timecode(-1), in Cluster()
7101 return m_timecode; in GetTimeCode()
7116 const long long t = m_timecode * scale; in GetTime()
7644 m_timecode(-1), in Block()
7699 m_timecode = static_cast<short>(value); in Parse()
8024 return m_timecode; in GetTimeCode()
8030 if (tc0 < 0 || LLONG_MAX - tc0 < m_timecode) { in GetTimeCode()
8034 const long long tc = tc0 + m_timecode; in GetTimeCode()