/external/libwebm/webm_parser/src/ |
D | cue_point_parser.h | 22 class CuePointParser : public MasterValueParser<CuePoint> { 25 : MasterValueParser<CuePoint>( in CuePointParser() 26 MakeChild<UnsignedIntParser>(Id::kCueTime, &CuePoint::time), in CuePointParser() 28 Id::kCueTrackPositions, &CuePoint::cue_track_positions)) {} in CuePointParser()
|
D | callback.cc | 120 const CuePoint& /* cue_point */) { in OnCuePoint() argument
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 889 class CuePoint { 892 CuePoint(long, long long); 893 ~CuePoint(); 895 CuePoint(const CuePoint&); 896 CuePoint& operator=(const CuePoint&); 945 long long time_ns, const Track*, const CuePoint*&, 946 const CuePoint::TrackPosition*&) const; 948 const CuePoint* GetFirst() const; 949 const CuePoint* GetLast() const; 950 const CuePoint* GetNext(const CuePoint*) const; [all …]
|
D | mkvparser.cc | 1836 CuePoint** p = m_cue_points; in ~Cues() 1837 CuePoint** const q = p + n; in ~Cues() 1840 CuePoint* const pCP = *p++; in ~Cues() 1914 CuePoint** const qq = new (std::nothrow) CuePoint*[n]; in PreloadCuePoint() 1918 CuePoint** q = qq; // beginning of target in PreloadCuePoint() 1920 CuePoint** p = m_cue_points; // beginning of source in PreloadCuePoint() 1921 CuePoint** const pp = p + m_preload_count; // end of source in PreloadCuePoint() 1932 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() 1983 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() 2004 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() [all …]
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 889 class CuePoint { 892 CuePoint(long, long long); 893 ~CuePoint(); 895 CuePoint(const CuePoint&); 896 CuePoint& operator=(const CuePoint&); 945 long long time_ns, const Track*, const CuePoint*&, 946 const CuePoint::TrackPosition*&) const; 948 const CuePoint* GetFirst() const; 949 const CuePoint* GetLast() const; 950 const CuePoint* GetNext(const CuePoint*) const; [all …]
|
D | mkvparser.cc | 1836 CuePoint** p = m_cue_points; in ~Cues() 1837 CuePoint** const q = p + n; in ~Cues() 1840 CuePoint* const pCP = *p++; in ~Cues() 1914 CuePoint** const qq = new (std::nothrow) CuePoint*[n]; in PreloadCuePoint() 1918 CuePoint** q = qq; // beginning of target in PreloadCuePoint() 1920 CuePoint** p = m_cue_points; // beginning of source in PreloadCuePoint() 1921 CuePoint** const pp = p + m_preload_count; // end of source in PreloadCuePoint() 1932 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() 1983 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() 2004 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() [all …]
|
/external/libwebm/mkvparser/ |
D | mkvparser.h | 889 class CuePoint { 892 CuePoint(long, long long); 893 ~CuePoint(); 895 CuePoint(const CuePoint&); 896 CuePoint& operator=(const CuePoint&); 945 long long time_ns, const Track*, const CuePoint*&, 946 const CuePoint::TrackPosition*&) const; 948 const CuePoint* GetFirst() const; 949 const CuePoint* GetLast() const; 950 const CuePoint* GetNext(const CuePoint*) const; [all …]
|
D | mkvparser.cc | 1836 CuePoint** p = m_cue_points; in ~Cues() 1837 CuePoint** const q = p + n; in ~Cues() 1840 CuePoint* const pCP = *p++; in ~Cues() 1914 CuePoint** const qq = new (std::nothrow) CuePoint*[n]; in PreloadCuePoint() 1918 CuePoint** q = qq; // beginning of target in PreloadCuePoint() 1920 CuePoint** p = m_cue_points; // beginning of source in PreloadCuePoint() 1921 CuePoint** const pp = p + m_preload_count; // end of source in PreloadCuePoint() 1932 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() 1983 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() 2004 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() [all …]
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 889 class CuePoint { 892 CuePoint(long, long long); 893 ~CuePoint(); 895 CuePoint(const CuePoint&); 896 CuePoint& operator=(const CuePoint&); 945 long long time_ns, const Track*, const CuePoint*&, 946 const CuePoint::TrackPosition*&) const; 948 const CuePoint* GetFirst() const; 949 const CuePoint* GetLast() const; 950 const CuePoint* GetNext(const CuePoint*) const; [all …]
|
D | mkvparser.cc | 1836 CuePoint** p = m_cue_points; in ~Cues() 1837 CuePoint** const q = p + n; in ~Cues() 1840 CuePoint* const pCP = *p++; in ~Cues() 1914 CuePoint** const qq = new (std::nothrow) CuePoint*[n]; in PreloadCuePoint() 1918 CuePoint** q = qq; // beginning of target in PreloadCuePoint() 1920 CuePoint** p = m_cue_points; // beginning of source in PreloadCuePoint() 1921 CuePoint** const pp = p + m_preload_count; // end of source in PreloadCuePoint() 1932 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() 1983 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() 2004 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() [all …]
|
/external/libwebm/webm_parser/tests/ |
D | cue_point_parser_test.cc | 16 using webm::CuePoint; 28 EXPECT_CALL(callback_, OnCuePoint(metadata_, CuePoint{})).Times(1); in TEST_F() 42 CuePoint cue_point; in TEST_F() 73 CuePoint cue_point; in TEST_F()
|
/external/libwebm/testing/ |
D | mkvparser_tests.cc | 27 using mkvparser::CuePoint; 112 const CuePoint* const cue_point, in CompareCuePointContents() 117 const CuePoint::TrackPosition* const track_position = in CompareCuePointContents() 316 const CuePoint* cue_point = cues->GetFirst(); in TEST_F() 325 const CuePoint* last_cue_point = cues->GetLast(); in TEST_F() 346 const CuePoint* cue_point = cues->GetFirst(); in TEST_F() 351 const CuePoint* last_cue_point = cues->GetLast(); in TEST_F() 372 const CuePoint* cue_point = cues->GetFirst(); in TEST_F() 377 const CuePoint* last_cue_point = cues->GetLast(); in TEST_F()
|
D | test_util.cc | 125 const mkvparser::CuePoint* cue_point = NULL; in ValidateCues() 132 const mkvparser::CuePoint::TrackPosition* const track_position = in ValidateCues()
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 183 class CuePoint { 185 CuePoint(); 186 ~CuePoint(); 227 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(CuePoint); 238 bool AddCue(CuePoint* cue); 242 CuePoint* GetCueByIndex(int32_t index) const; 264 CuePoint** cue_entries_;
|
D | mkvmuxer.cc | 285 CuePoint::CuePoint() in CuePoint() function in mkvmuxer::CuePoint 292 CuePoint::~CuePoint() {} in ~CuePoint() 294 bool CuePoint::Write(IMkvWriter* writer) const { in Write() 349 uint64_t CuePoint::PayloadSize() const { in PayloadSize() 365 uint64_t CuePoint::Size() const { in Size() 384 CuePoint* const cue = cue_entries_[i]; in ~Cues() 391 bool Cues::AddCue(CuePoint* cue) { in AddCue() 403 CuePoint** const cues = in AddCue() 404 new (std::nothrow) CuePoint*[new_capacity]; // NOLINT in AddCue() 423 CuePoint* Cues::GetCueByIndex(int32_t index) const { in GetCueByIndex() [all …]
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 183 class CuePoint { 185 CuePoint(); 186 ~CuePoint(); 227 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(CuePoint); 238 bool AddCue(CuePoint* cue); 242 CuePoint* GetCueByIndex(int32_t index) const; 264 CuePoint** cue_entries_;
|
D | mkvmuxer.cc | 285 CuePoint::CuePoint() in CuePoint() function in mkvmuxer::CuePoint 292 CuePoint::~CuePoint() {} in ~CuePoint() 294 bool CuePoint::Write(IMkvWriter* writer) const { in Write() 349 uint64_t CuePoint::PayloadSize() const { in PayloadSize() 365 uint64_t CuePoint::Size() const { in Size() 384 CuePoint* const cue = cue_entries_[i]; in ~Cues() 391 bool Cues::AddCue(CuePoint* cue) { in AddCue() 403 CuePoint** const cues = in AddCue() 404 new (std::nothrow) CuePoint*[new_capacity]; // NOLINT in AddCue() 423 CuePoint* Cues::GetCueByIndex(int32_t index) const { in GetCueByIndex() [all …]
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 183 class CuePoint { 185 CuePoint(); 186 ~CuePoint(); 227 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(CuePoint); 238 bool AddCue(CuePoint* cue); 242 CuePoint* GetCueByIndex(int32_t index) const; 264 CuePoint** cue_entries_;
|
D | mkvmuxer.cc | 285 CuePoint::CuePoint() in CuePoint() function in mkvmuxer::CuePoint 292 CuePoint::~CuePoint() {} in ~CuePoint() 294 bool CuePoint::Write(IMkvWriter* writer) const { in Write() 349 uint64_t CuePoint::PayloadSize() const { in PayloadSize() 365 uint64_t CuePoint::Size() const { in Size() 384 CuePoint* const cue = cue_entries_[i]; in ~Cues() 391 bool Cues::AddCue(CuePoint* cue) { in AddCue() 403 CuePoint** const cues = in AddCue() 404 new (std::nothrow) CuePoint*[new_capacity]; // NOLINT in AddCue() 423 CuePoint* Cues::GetCueByIndex(int32_t index) const { in GetCueByIndex() [all …]
|
/external/libwebm/ |
D | mkvparser_sample.cc | 50 const mkvparser::CuePoint* const cue_point = cues->GetFirst(); in InputHasCues() 414 const mkvparser::CuePoint* cue = cues->GetFirst(); in main() 422 const mkvparser::CuePoint::TrackPosition* const track_pos = in main()
|
D | webm_info.cc | 1077 const mkvparser::CuePoint* const first_cue = cues->GetFirst(); in OutputCues() 1091 const mkvparser::CuePoint* cue_point = first_cue; in OutputCues() 1099 const mkvparser::CuePoint::TrackPosition* const track_pos = in OutputCues()
|
/external/libwebm/webm_parser/include/webm/ |
D | callback.h | 304 const CuePoint& cue_point);
|
D | dom_types.h | 1572 struct CuePoint { struct 1586 bool operator==(const CuePoint& other) const { argument
|
/external/libwebm/webm_parser/test_utils/ |
D | mock_callback.h | 129 const CuePoint& cue_point)); 227 const CuePoint& cue_point) { in OnCuePointConcrete()
|
/external/libwebm/webm_parser/demo/ |
D | demo.cc | 1101 const CuePoint& cue_point) override { in OnCuePoint()
|