Searched refs:Cluster (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
D | mkvparser.hpp | 75 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 697 Cluster(const Cluster&); [all …]
|
D | mkvparser.cpp | 707 Cluster** i = m_clusters; in ~Segment() 708 Cluster** j = m_clusters + count; in ~Segment() 712 Cluster* const p = *i++; in ~Segment() 1220 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_); in DoLoadCluster() 1265 Cluster* const pCluster = m_clusters[idx]; in DoLoadCluster() 1325 Cluster* const pCluster = Cluster::Create(this, in DoLoadCluster() 1479 Cluster* const pCluster = m_clusters[idx]; in DoLoadCluster() 1685 void Segment::AppendCluster(Cluster* pCluster) in AppendCluster() 1702 Cluster** const qq = new Cluster*[n]; in AppendCluster() 1703 Cluster** q = qq; in AppendCluster() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 75 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 [all …]
|
D | mkvparser.cpp | 717 Cluster** i = m_clusters; in ~Segment() 718 Cluster** j = m_clusters + count; in ~Segment() 722 Cluster* const p = *i++; in ~Segment() 1250 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_); in DoLoadCluster() 1295 Cluster* const pCluster = m_clusters[idx]; in DoLoadCluster() 1355 Cluster* const pCluster = Cluster::Create(this, in DoLoadCluster() 1509 Cluster* const pCluster = m_clusters[idx]; in DoLoadCluster() 1715 void Segment::AppendCluster(Cluster* pCluster) in AppendCluster() 1732 Cluster** const qq = new Cluster*[n]; in AppendCluster() 1733 Cluster** q = qq; in AppendCluster() [all …]
|
D | mkvmuxer.cpp | 1468 Cluster::Cluster(uint64 timecode, int64 cues_pos) in Cluster() function in mkvmuxer::Cluster 1479 Cluster::~Cluster() { in ~Cluster() 1482 bool Cluster::Init(IMkvWriter* ptr_writer) { in Init() 1490 bool Cluster::AddFrame(const uint8* frame, in AddFrame() 1503 bool Cluster::AddFrameWithAdditional(const uint8* frame, in AddFrameWithAdditional() 1522 bool Cluster::AddFrameWithDiscardPadding(const uint8* frame, in AddFrameWithDiscardPadding() 1537 bool Cluster::AddMetadata(const uint8* frame, in AddMetadata() 1550 void Cluster::AddPayloadSize(uint64 size) { in AddPayloadSize() 1554 bool Cluster::Finalize() { in Finalize() 1576 uint64 Cluster::Size() const { in Size() [all …]
|
D | mkvmuxer.hpp | 707 class Cluster { class 709 Cluster(uint64 timecode, int64 cues_pos); 710 ~Cluster(); 915 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Cluster); 1325 Cluster** cluster_list_;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/ |
D | testlibmkv.c | 47 Ebml_StartSubElement(&ebml, &clusterStart, Cluster); // cluster in main()
|
D | EbmlIDs.h | 61 Cluster = 0x1F43B675, enumerator
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | minnow_max.md | 25 (Device Manager -> System Setup -> South Cluster -> LPSS & CSS) them mraa calls
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | webmenc.c | 248 Ebml_StartSubElement(glob, &glob->startCluster, Cluster); in write_webm_block()
|