Lines Matching refs:entry

2798     /* Each entry contains a size (4 bytes) and format (4 bytes). */
2894 av_log(c->fc, AV_LOG_WARNING, "STSC entry %d is invalid (first=%d count=%d id=%d)\n", i, sc->stsc_data[i].first, sc->stsc_data[i].count, sc->stsc_data[i].id);
2908 // We replace this entry by the next valid
2928 /* Compute the samples value for the stsc entry at the given index. */
3176 av_log(c->fc, AV_LOG_WARNING, "Too large sample offset %u in stts entry %u with count %u in st:%d. Clipping to 1.\n",
3308 "ignoring CTTS entry with count=%d duration=%d\n",
3470 * Get ith edit list entry (media time, duration).
3513 * If ctts_old is not NULL, then refines the searched entry by searching
3605 * Add index entry with the given values, to the end of ffstream(st)->index_entries.
3609 * except that here we are always unconditionally adding an index entry to
3611 * there is an existing entry with the same timestamp.
3669 * Append a new ctts entry to ctts_data.
3908 // the scenario when edit list entry starts from none key frame.
3910 // All frames which are outside edit list entry time boundaries will be dropped after decoding.
3927 "st: %d edit list %"PRId64" Cannot find an index entry before timestamp: %"PRId64".\n",
3962 av_log(mov->fc, AV_LOG_ERROR, "Cannot add CTTS entry %"PRId64" - {%"PRId64", %d}\n",
3981 // Shift the index entry timestamp by packet_skip_samples to be correct.
4036 av_log(mov->fc, AV_LOG_ERROR, "Cannot add index entry\n");
4052 // Break when found first key frame after edit entry completion
4068 av_log(mov->fc, AV_LOG_ERROR, "Cannot add CTTS entry %"PRId64" - {%"PRId64", %d}\n",
4203 int64_t empty_duration = 0; // empty duration of the first edit list entry
4209 /* if empty, the first entry is the start time of the stream
5276 av_log(c->fc, AV_LOG_ERROR, "Failed to add index entry\n");
5564 // Find first entry in fragment index that came from an sidx.
5565 // This will pretty much always be the first entry.
8624 // access sample. So it's entry in the tfra can be used as the
9381 AVIndexEntry *entry = mov_find_next_sample(s, &st);
9382 if (!entry)