Searched refs:CuePoint (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp767 class CuePoint { class in namespace:mkvparser
770 CuePoint(long, long long);
771 ~CuePoint();
773 CuePoint(const CuePoint&);
774 CuePoint& operator=(const CuePoint&);
823 long long time_ns, const Track*, const CuePoint*&,
824 const CuePoint::TrackPosition*&) const;
826 const CuePoint* GetFirs
[all...]
H A Dmkvmuxer.hpp161 class CuePoint { class in namespace:mkvmuxer
163 CuePoint();
164 ~CuePoint();
166 // Returns the size in bytes for the entire CuePoint element.
169 // Output the CuePoint element to the writer. Returns true on success.
186 // Returns the size in bytes for the payload of the CuePoint element.
192 // The Track element associated with the CuePoint.
205 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(CuePoint);
216 bool AddCue(CuePoint* cue);
220 CuePoint* GetCueByInde
[all...]
H A Dmkvparser.cpp1842 CuePoint** p = m_cue_points;
1843 CuePoint** const q = p + n;
1846 CuePoint* const pCP = *p++;
1920 CuePoint** const qq = new (std::nothrow) CuePoint*[n];
1924 CuePoint** q = qq; // beginning of target
1926 CuePoint** p = m_cue_points; // beginning of source
1927 CuePoint** const pp = p + m_preload_count; // end of source
1938 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_coun
2258 CuePoint::CuePoint(long idx, long long pos) function in class:mkvparser::CuePoint
[all...]
H A Dmkvmuxer.cpp226 // CuePoint Class
228 CuePoint::CuePoint() function in class:mkvmuxer::CuePoint
235 CuePoint::~CuePoint() {}
237 bool CuePoint::Write(IMkvWriter* writer) const {
280 uint64 CuePoint::PayloadSize() const {
293 uint64 CuePoint::Size() const {
311 CuePoint* const cue = cue_entries_[i];
318 bool Cues::AddCue(CuePoint* cu
[all...]
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.h854 class CuePoint { class in namespace:mkvparser
857 CuePoint(long, long long);
858 ~CuePoint();
860 CuePoint(const CuePoint&);
861 CuePoint& operator=(const CuePoint&);
910 long long time_ns, const Track*, const CuePoint*&,
911 const CuePoint::TrackPosition*&) const;
913 const CuePoint* GetFirs
[all...]
H A Dmkvparser.cc1841 CuePoint** p = m_cue_points;
1842 CuePoint** const q = p + n;
1845 CuePoint* const pCP = *p++;
1919 CuePoint** const qq = new (std::nothrow) CuePoint*[n];
1923 CuePoint** q = qq; // beginning of target
1925 CuePoint** p = m_cue_points; // beginning of source
1926 CuePoint** const pp = p + m_preload_count; // end of source
1937 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_coun
2257 CuePoint::CuePoint(long idx, long long pos) function in class:mkvparser::CuePoint
[all...]

Completed in 99 milliseconds