Searched refs:cluster (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvmuxer.cpp | 2093 Cluster* const cluster = cluster_list_[i]; in ~Segment() local 2094 delete cluster; in ~Segment() 2348 const Cluster* const cluster = cluster_list_[cluster_list_size_-1]; in AddCuePoint() local 2349 if (!cluster) in AddCuePoint() 2357 cue->set_block_number(cluster->blocks_added()); in AddCuePoint() 2358 cue->set_cluster_pos(cluster->position_for_cues()); in AddCuePoint() 2422 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; in AddFrame() local 2423 if (!cluster) in AddFrame() 2429 if (!cluster->AddFrame(frame, in AddFrame() 2488 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; in AddFrameWithAdditional() local [all …]
|
D | RELEASE.TXT | 15 * Changed cluster count type from size_t to long 17 * Allowed seeking beyond end of cluster cache
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 203 struct cluster { struct 265 struct ebml_list cluster; member 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; in ne_read_block() local 1349 assert(ctx->segment.cluster.tail->id == ID_CLUSTER); in ne_read_block() 1350 cluster = ctx->segment.cluster.tail->data; in ne_read_block() 1351 if (ne_get_uint(cluster->timecode, &cluster_tc) != 0) in ne_read_block()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 400 Fixed bug first cluster timecode of webm file is wrong.
|