Lines Matching defs:cluster
1367 "a cluster at 0x%"PRIx64". Spec-incompliant, but "
3849 MatroskaCluster *cluster = &matroska->current_cluster;
3850 MatroskaBlock *block = &cluster->block;
3859 /* Found a cluster: subtract the size of the ID already read. */
3860 cluster->pos = avio_tell(matroska->ctx->pb) - 4;
3862 res = ebml_parse(matroska, matroska_cluster_enter, cluster);
3869 /* We are inside a cluster. */
3870 res = ebml_parse(matroska, matroska_cluster_parsing, cluster);
3879 cluster->timecode, block->duration,
3881 block->additional.size, cluster->pos,
4063 // seek to the first cluster using cues.
4074 // read cluster id and length
4089 // 4 + read is the length of the cluster id and the cluster length field.