Searched refs:CuePoint (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 767 class CuePoint { class 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* GetFirst() const; 827 const CuePoint* GetLast() const; 828 const CuePoint* GetNext(const CuePoint*) const; [all …]
|
D | mkvmuxer.hpp | 161 class CuePoint { class 163 CuePoint(); 164 ~CuePoint(); 205 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(CuePoint); 216 bool AddCue(CuePoint* cue); 220 CuePoint* GetCueByIndex(int32 index) const; 242 CuePoint** cue_entries_;
|
D | mkvparser.cpp | 1842 CuePoint** p = m_cue_points; in ~Cues() 1843 CuePoint** const q = p + n; in ~Cues() 1846 CuePoint* const pCP = *p++; in ~Cues() 1920 CuePoint** const qq = new (std::nothrow) CuePoint*[n]; in PreloadCuePoint() 1924 CuePoint** q = qq; // beginning of target in PreloadCuePoint() 1926 CuePoint** p = m_cue_points; // beginning of source in PreloadCuePoint() 1927 CuePoint** const pp = p + m_preload_count; // end of source in PreloadCuePoint() 1938 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() 1989 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() 2010 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() [all …]
|
D | mkvmuxer.cpp | 228 CuePoint::CuePoint() in CuePoint() function in mkvmuxer::CuePoint 235 CuePoint::~CuePoint() {} in ~CuePoint() 237 bool CuePoint::Write(IMkvWriter* writer) const { in Write() 280 uint64 CuePoint::PayloadSize() const { in PayloadSize() 293 uint64 CuePoint::Size() const { in Size() 311 CuePoint* const cue = cue_entries_[i]; in ~Cues() 318 bool Cues::AddCue(CuePoint* cue) { in AddCue() 330 CuePoint** const cues = in AddCue() 331 new (std::nothrow) CuePoint*[new_capacity]; // NOLINT in AddCue() 350 CuePoint* Cues::GetCueByIndex(int32 index) const { in GetCueByIndex() [all …]
|
D | RELEASE.TXT | 10 * Segment::GetCluster returns CuePoint too
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 854 class CuePoint { 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* GetFirst() const; 914 const CuePoint* GetLast() const; 915 const CuePoint* GetNext(const CuePoint*) const; [all …]
|
D | mkvparser.cc | 1841 CuePoint** p = m_cue_points; in ~Cues() 1842 CuePoint** const q = p + n; in ~Cues() 1845 CuePoint* const pCP = *p++; in ~Cues() 1919 CuePoint** const qq = new (std::nothrow) CuePoint*[n]; in PreloadCuePoint() 1923 CuePoint** q = qq; // beginning of target in PreloadCuePoint() 1925 CuePoint** p = m_cue_points; // beginning of source in PreloadCuePoint() 1926 CuePoint** const pp = p + m_preload_count; // end of source in PreloadCuePoint() 1937 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() 1988 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() 2009 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() [all …]
|