Searched refs:Cluster (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.hpp75 class Cluster;
92 long long GetTimeCode(const Cluster*) const; //absolute, but not scaled
93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
130 BlockEntry(Cluster*, long index);
136 const Cluster* GetCluster() const;
144 Cluster* const m_pCluster;
156 SimpleBlock(Cluster*, long index, long long start, long long size);
175 Cluster*,
693 class Cluster class in namespace:mkvparser
697 Cluster(cons
[all...]
H A Dmkvparser.cpp707 Cluster** i = m_clusters;
708 Cluster** j = m_clusters + count;
712 Cluster* const p = *i++;
910 if (id == 0x0F43B675) //Cluster ID
1196 if (id != 0x0F43B675) //Cluster ID
1220 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1265 Cluster* const pCluster = m_clusters[idx];
1325 Cluster* const pCluster = Cluster::Create(this,
1402 if (id == 0x0F43B675) //Cluster I
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.hpp75 class Cluster;
89 long Parse(const Cluster*);
92 long long GetTimeCode(const Cluster*) const; //absolute, but not scaled
93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
134 BlockEntry(Cluster*, long index);
140 const Cluster* GetCluster() const;
148 Cluster* const m_pCluster;
160 SimpleBlock(Cluster*, long index, long long start, long long size);
179 Cluster*,
872 class Cluster class in namespace:mkvparser
[all...]
H A Dmkvparser.cpp717 Cluster** i = m_clusters;
718 Cluster** j = m_clusters + count;
722 Cluster* const p = *i++;
920 if (id == 0x0F43B675) //Cluster ID
1226 if (id != 0x0F43B675) //Cluster ID
1250 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1295 Cluster* const pCluster = m_clusters[idx];
1355 Cluster* const pCluster = Cluster::Create(this,
1432 if (id == 0x0F43B675) //Cluster I
[all...]
H A Dmkvmuxer.cpp1466 // Cluster class
1468 Cluster::Cluster(uint64 timecode, int64 cues_pos) function in class:mkvmuxer::Cluster
1479 Cluster::~Cluster() {
1482 bool Cluster::Init(IMkvWriter* ptr_writer) {
1490 bool Cluster::AddFrame(const uint8* frame,
1503 bool Cluster::AddFrameWithAdditional(const uint8* frame,
1522 bool Cluster::AddFrameWithDiscardPadding(const uint8* frame,
1537 bool Cluster
[all...]
H A Dmkvmuxer.hpp166 // The position of the Cluster containing the Block.
169 // Number of the Block within the Cluster, starting from 1.
703 // Cluster element
707 class Cluster { class in namespace:mkvmuxer
709 Cluster(uint64 timecode, int64 cues_pos);
710 ~Cluster();
800 // Returns the size in bytes for the entire Cluster element.
888 // Outputs the Cluster header to |writer_|. Returns true on success.
915 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Cluster);
1170 // This will force the muxer to create a new Cluster whe
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
H A Dtestlibmkv.c47 Ebml_StartSubElement(&ebml, &clusterStart, Cluster); // cluster
H A DEbmlIDs.h60 /* Cluster */
61 Cluster = 0x1F43B675, enumerator in enum:mkv
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dwebmenc.c248 Ebml_StartSubElement(glob, &glob->startCluster, Cluster);

Completed in 123 milliseconds