Home
last modified time | relevance | path

Searched refs:m_timecode (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc2256 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()
6016 if (m_timecode >= 0) // at least partially loaded in Load()
6229 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()
[all …]
Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc2256 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()
[all …]
Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc2256 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()
6016 if (m_timecode >= 0) // at least partially loaded in Load()
6229 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()
[all …]
Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable