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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.hpp589 class CuePoint class in namespace:mkvparser
593 CuePoint(long, long long);
594 ~CuePoint();
596 CuePoint(const CuePoint&);
597 CuePoint& operator=(const CuePoint&);
657 const CuePoint*&,
658 const CuePoint::TrackPosition*&) const;
664 const CuePoint*
[all...]
H A Dmkvparser.cpp2359 CuePoint** p = m_cue_points;
2360 CuePoint** const q = p + n;
2364 CuePoint* const pCP = *p++;
2424 if (id == 0x3B) //CuePoint ID
2443 CuePoint** const qq = new CuePoint*[n];
2444 CuePoint** q = qq; //beginning of target
2446 CuePoint** p = m_cue_points; //beginning of source
2447 CuePoint** const pp = p + m_preload_count; //end of source
2458 CuePoint* cons
2971 CuePoint::CuePoint(long idx, long long pos) : function in class:mkvparser::CuePoint
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.hpp769 class CuePoint class in namespace:mkvparser
773 CuePoint(long, long long);
774 ~CuePoint();
776 CuePoint(const CuePoint&);
777 CuePoint& operator=(const CuePoint&);
836 const CuePoint*&,
837 const CuePoint::TrackPosition*&) const;
843 const CuePoint*
[all...]
H A Dmkvmuxer.hpp132 class CuePoint { class in namespace:mkvmuxer
134 CuePoint();
135 ~CuePoint();
137 // Returns the size in bytes for the entire CuePoint element.
140 // Output the CuePoint element to the writer. Returns true on success.
157 // Returns the size in bytes for the payload of the CuePoint element.
163 // The Track element associated with the CuePoint.
176 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(CuePoint);
187 bool AddCue(CuePoint* cue);
191 CuePoint* GetCueByInde
[all...]
H A Dmkvparser.cpp2389 CuePoint** p = m_cue_points;
2390 CuePoint** const q = p + n;
2394 CuePoint* const pCP = *p++;
2454 if (id == 0x3B) //CuePoint ID
2473 CuePoint** const qq = new CuePoint*[n];
2474 CuePoint** q = qq; //beginning of target
2476 CuePoint** p = m_cue_points; //beginning of source
2477 CuePoint** const pp = p + m_preload_count; //end of source
2488 CuePoint* cons
3000 CuePoint::CuePoint(long idx, long long pos) : function in class:mkvparser::CuePoint
[all...]
H A Dmkvmuxer.cpp173 // CuePoint Class
175 CuePoint::CuePoint() function in class:mkvmuxer::CuePoint
183 CuePoint::~CuePoint() {
186 bool CuePoint::Write(IMkvWriter* writer) const {
229 uint64 CuePoint::PayloadSize() const {
242 uint64 CuePoint::Size() const {
261 CuePoint* const cue = cue_entries_[i];
268 bool Cues::AddCue(CuePoint* cu
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
H A DEbmlIDs.h165 CuePoint = 0xBB, enumerator in enum:mkv
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dwebmenc.c306 Ebml_StartSubElement(glob, &start_cue_point, CuePoint);

Completed in 193 milliseconds