Searched refs:cluster (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1737 // Write "unknown" (EBML coded -1) as cluster size value. We need to write 8
1738 // bytes because we do not know how big our cluster will be.
2093 Cluster* const cluster = cluster_list_[i]; local
2094 delete cluster;
2133 cue_point->set_cluster_pos(cluster_pos); // update the new cluster position
2229 // Update last cluster's size
2348 const Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
2349 if (!cluster)
2357 cue->set_block_number(cluster->blocks_added());
2358 cue->set_cluster_pos(cluster
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...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c203 struct cluster { struct
265 struct ebml_list cluster; member in struct:segment
383 E_FIELD(ID_TIMECODE, TYPE_UINT, struct cluster, timecode),
384 E_MASTER(ID_BLOCK_GROUP, TYPE_MASTER, struct cluster, block_group),
453 E_MASTER(ID_CLUSTER, TYPE_MASTER, struct segment, cluster),
1249 struct cluster * cluster; local
1349 assert(ctx->segment.cluster.tail->id == ID_CLUSTER);
1350 cluster = ctx->segment.cluster
[all...]

Completed in 41 milliseconds