HomeSort by relevance Sort by last modified time
    Searched refs:Cluster (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/media/formats/webm/
cluster_builder.h 14 class Cluster {
16 Cluster(scoped_ptr<uint8[]> data, int size);
17 ~Cluster();
26 DISALLOW_IMPLICIT_CONSTRUCTORS(Cluster);
42 scoped_ptr<Cluster> Finish();
43 scoped_ptr<Cluster> FinishWithUnknownSize();
cluster_builder.cc 14 0x1F, 0x43, 0xB6, 0x75, // CLUSTER ID
15 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // cluster(size = 0)
57 Cluster::Cluster(scoped_ptr<uint8[]> data, int size)
59 Cluster::~Cluster() {}
174 scoped_ptr<Cluster> ClusterBuilder::Finish() {
179 scoped_ptr<Cluster> ret(new Cluster(buffer_.Pass(), bytes_used_));
184 scoped_ptr<Cluster> ClusterBuilder::FinishWithUnknownSize()
    [all...]
webm_cluster_parser_unittest.cc 48 // directs CreateCluster() to exclude BlockDuration entry from the cluster for
71 static scoped_ptr<Cluster> CreateCluster(int timecode,
103 // Creates a Cluster with one encrypted Block. |bytes_to_write| is number of
105 static scoped_ptr<Cluster> CreateEncryptedCluster(int bytes_to_write) {
285 // back too to keep the timestamps emitted for a cluster monotonically
331 9, // Cluster end emits all buffers and 3rd video's duration is estimated
337 // Iteratively create a cluster containing the first N+1 blocks and parse all
338 // but the last byte of the cluster (except when N==|block_count|, just parse
339 // the whole cluster). Verify that the corresponding entry in
346 // cluster, build a cluster with exactly one additional block so tha
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FastTextAutosizer.h 116 // A block that is evaluated for becoming a cluster root.
118 // A cluster root that establishes an independent multiplier.
120 // A cluster root with an explicit width. These are likely to be independent.
122 // A cluster that is wider or narrower than its parent. These also create an
125 // A cluster that suppresses autosizing.
148 struct Cluster {
149 explicit Cluster(const RenderBlock* root, BlockFlags flags, Cluster* parent, Supercluster* supercluster = 0)
166 Cluster* m_parent;
206 typedef Vector<OwnPtr<Cluster> > ClusterStack
    [all...]
FastTextAutosizer.cpp 86 void FastTextAutosizer::writeClusterDebugInfo(Cluster* cluster)
89 if (cluster->m_flags & SUPPRESSING) {
91 } else if (!(cluster->m_flags & (INDEPENDENT | WIDER_OR_NARROWER))) {
93 } else if (cluster->m_supercluster) {
95 } else if (!clusterHasEnoughTextToAutosize(cluster)) {
98 const RenderBlock* widthProvider = clusterWidthProvider(cluster->m_root);
99 if (cluster->m_hasTableAncestor && cluster->m_multiplier < multiplierFromBlock(widthProvider)) {
107 if (cluster->m_root->isRenderView())
400 Cluster* cluster = currentCluster(); local
443 Cluster* cluster = currentCluster(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
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)
115 short m_timecode; //relative to cluster
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*,
612 long long m_pos; //of cluster
    [all...]
mkvparser.cpp 707 Cluster** i = m_clusters;
708 Cluster** j = m_clusters + count;
712 Cluster* const p = *i++;
910 if (id == 0x0F43B675) //Cluster ID
1075 long long cluster_size = -1; //size of cluster payload
1168 #if 0 //commented-out, to support incremental cluster parsing
1196 if (id != 0x0F43B675) //Cluster ID
1205 //We have a cluster.
1215 assert(cluster_off >= 0); //have cluster
1220 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 66 class Cluster;
79 long Parse(const Cluster*);
82 long long GetTimeCode(const Cluster*) const; // absolute, but not scaled
83 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
106 short m_timecode; // relative to cluster
121 BlockEntry(Cluster*, long index);
127 const Cluster* GetCluster() const;
135 Cluster* const m_pCluster;
144 SimpleBlock(Cluster*, long index, long long start, long long size);
159 BlockGroup(Cluster*, long index
    [all...]
mkvparser.cpp 616 Cluster** i = m_clusters;
617 Cluster** j = m_clusters + count;
620 Cluster* const p = *i++;
806 if (id == 0x0F43B675) // Cluster ID
951 long long cluster_size = -1; // size of cluster payload
1038 #if 0 // commented-out, to support incremental cluster parsing
1060 if (id != 0x0F43B675) { // Cluster ID
1068 // We have a cluster.
1078 assert(cluster_off >= 0); // have cluster
1083 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_)
    [all...]
mkvmuxer.cpp 1982 Cluster* const cluster = cluster_list_[i]; local
2233 const Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2302 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2361 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2422 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2464 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2797 Cluster*& cluster = cluster_list_[cluster_list_size_]; local
2914 Cluster* const cluster = cluster_list_[i]; local
2960 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
3012 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
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)
117 short m_timecode; //relative to cluster
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*,
    [all...]
mkvparser.cpp 717 Cluster** i = m_clusters;
718 Cluster** j = m_clusters + count;
722 Cluster* const p = *i++;
920 if (id == 0x0F43B675) //Cluster ID
1105 long long cluster_size = -1; //size of cluster payload
1198 #if 0 //commented-out, to support incremental cluster parsing
1226 if (id != 0x0F43B675) //Cluster ID
1235 //We have a cluster.
1245 assert(cluster_off >= 0); //have cluster
1250 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_)
    [all...]
mkvmuxer.cpp 2093 Cluster* const cluster = cluster_list_[i]; local
2348 const Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
2422 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2488 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2556 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2603 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
2957 Cluster*& cluster = cluster_list_[cluster_list_size_]; local
3075 Cluster* const cluster = cluster_list_[i]; local
3121 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
3178 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 66 class Cluster;
79 long Parse(const Cluster*);
82 long long GetTimeCode(const Cluster*) const; // absolute, but not scaled
83 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
106 short m_timecode; // relative to cluster
121 BlockEntry(Cluster*, long index);
127 const Cluster* GetCluster() const;
135 Cluster* const m_pCluster;
144 SimpleBlock(Cluster*, long index, long long start, long long size);
159 BlockGroup(Cluster*, long index
    [all...]
mkvparser.cpp 618 Cluster** i = m_clusters;
619 Cluster** j = m_clusters + count;
622 Cluster* const p = *i++;
808 if (id == 0x0F43B675) // Cluster ID
953 long long cluster_size = -1; // size of cluster payload
1040 #if 0 // commented-out, to support incremental cluster parsing
1062 if (id != 0x0F43B675) { // Cluster ID
1070 // We have a cluster.
1080 assert(cluster_off >= 0); // have cluster
1085 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
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)
117 short m_timecode; //relative to cluster
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*,
    [all...]
mkvparser.cpp 717 Cluster** i = m_clusters;
718 Cluster** j = m_clusters + count;
722 Cluster* const p = *i++;
920 if (id == 0x0F43B675) //Cluster ID
1105 long long cluster_size = -1; //size of cluster payload
1198 #if 0 //commented-out, to support incremental cluster parsing
1226 if (id != 0x0F43B675) //Cluster ID
1235 //We have a cluster.
1245 assert(cluster_off >= 0); //have cluster
1250 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_)
    [all...]
mkvmuxer.cpp 2093 Cluster* const cluster = cluster_list_[i]; local
2348 const Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
2422 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2488 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2556 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2603 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
2957 Cluster*& cluster = cluster_list_[cluster_list_size_]; local
3075 Cluster* const cluster = cluster_list_[i]; local
3121 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
3178 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h 44 // * Cluster -- aligned 1-MB region of the address space
45 // * Block-ID -- block-number within a cluster
46 // * Cluster-ID -- Starting address of cluster divided by cluster size
49 // 1. A hash-table maps from a cluster-ID to the data for that cluster.
50 // 2. For each non-empty cluster we keep an array indexed by
58 // | id->cluster |---> ...
60 // | id->cluster |---> Cluste
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h 44 // * Cluster -- aligned 1-MB region of the address space
45 // * Block-ID -- block-number within a cluster
46 // * Cluster-ID -- Starting address of cluster divided by cluster size
49 // 1. A hash-table maps from a cluster-ID to the data for that cluster.
50 // 2. For each non-empty cluster we keep an array indexed by
58 // | id->cluster |---> ...
60 // | id->cluster |---> Cluste
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 41 // Disregard a cluster split time of anything over 2 hours.
47 // Try and merge 2 clusters if they are both smaller than min cluster size.
48 // The min cluster size can range from 8 to 15.
52 // Try and split a cluster if it is bigger than max cluster size.
53 // The max cluster size can range from 20 to 50.
57 // Initially put 2 items in the same cluster as long as they are within
58 // 3 cluster frequencies of each other.
66 // Make the cluster split time of a large cluster half that of a regula
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libmkv/
testlibmkv.c 47 Ebml_StartSubElement(&ebml, &clusterStart, Cluster); // cluster
53 } // end cluster
  /external/libvpx/libvpx/third_party/libmkv/
testlibmkv.c 47 Ebml_StartSubElement(&ebml, &clusterStart, Cluster); // cluster
53 } // end cluster
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
testlibmkv.c 47 Ebml_StartSubElement(&ebml, &clusterStart, Cluster); // cluster
53 } // end cluster
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 216 const ClusterBindings &Cluster = I.getData();
217 for (ClusterBindings::iterator CI = Cluster.begin(), CE = Cluster.end();
248 ClusterBindings Cluster = (ExistingCluster ? *ExistingCluster
251 ClusterBindings NewCluster = CBFactory.add(Cluster, K, V);
263 const ClusterBindings *Cluster = lookup(K.getBaseRegion());
264 if (!Cluster)
266 return Cluster->lookup(K);
276 const ClusterBindings *Cluster = lookup(Base);
277 if (!Cluster)
    [all...]

Completed in 4404 milliseconds

1 2