Searched refs:m_timecode (Results 1 – 6 of 6) sorted by relevance
2265 m_timecode(-1 * pos), in CuePoint()2277 if (m_timecode >= 0) // already loaded in Load()2283 long long pos_ = -m_timecode; in Load()2333 m_timecode = UnserializeUInt(pReader, pos, size); in Load()2346 if (m_timecode < 0 || m_track_positions_count <= 0) { in Load()2465 long long CuePoint::GetTimeCode() const { return m_timecode; } in GetTimeCode()2469 assert(m_timecode >= 0); in GetTime()2477 const long long time = scale * m_timecode; in GetTime()6062 if (m_timecode >= 0) // at least partially loaded in Load()6275 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()[all …]
109 short m_timecode; // relative to cluster variable922 long long m_timecode; variable1035 mutable long long m_timecode; variable
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()[all …]