Lines Matching defs:start
300 uint64_t start;
345 uint64_t start;
655 { MATROSKA_ID_CHAPTERTIMESTART, EBML_UINT, 0, 0, offsetof(MatroskaChapter, start), { .u = AV_NOPTS_VALUE } },
849 * we resync from the earliest position available: The start of the buffer. */
1103 level->start = pos;
1339 level_end = level->start + level->length;
1543 // Given that pos >= level->start no check for
1545 while (matroska->num_levels && pos == level->start + level->length) {
2413 * size at the start. */
3140 if (chapters[i].start != AV_NOPTS_VALUE && chapters[i].uid &&
3141 (max_start == 0 || chapters[i].start > max_start)) {
3145 chapters[i].start, chapters[i].end,
3147 max_start = chapters[i].start;
4119 // Check for non cue start time.
4293 // determine cues start and end positions
4325 // cues start
4331 // if the file has cues at the start, fix up the init range so that
4341 // check if all clusters start with key frames