Lines Matching refs:m_timecode
2256 m_timecode(-1 * pos), in CuePoint()
2268 if (m_timecode >= 0) // already loaded in Load()
2274 long long pos_ = -m_timecode; in Load()
2324 m_timecode = UnserializeUInt(pReader, pos, size); in Load()
2332 if (m_timecode < 0 || m_track_positions_count <= 0) { in Load()
2451 long long CuePoint::GetTimeCode() const { return m_timecode; } in GetTimeCode()
2455 assert(m_timecode >= 0); in GetTime()
2463 const long long time = scale * m_timecode; in GetTime()
6029 if (m_timecode >= 0) // at least partially loaded in Load()
6242 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()
6256 if (m_pos < m_element_start || m_timecode < 0) in Parse()
6798 m_timecode(0), in Cluster()
6811 m_timecode(-1), in Cluster()
7069 return m_timecode; in GetTimeCode()
7084 const long long t = m_timecode * scale; in GetTime()
7612 m_timecode(-1), in Block()
7667 m_timecode = static_cast<short>(value); in Parse()
7992 return m_timecode; in GetTimeCode()
7998 if (tc0 < 0 || LLONG_MAX - tc0 < m_timecode) { in GetTimeCode()
8002 const long long tc = tc0 + m_timecode; in GetTimeCode()