Lines Matching defs:track
99 * @brief gets the stream index for the track with the specified id, creates new
253 * @brief filters out interesting tags from track information.
345 len = avio_rb16(pb); // length of track description
347 av_log(s, AV_LOG_ERROR, "track description longer than map data\n");
361 av_log(s, AV_LOG_ERROR, "invalid track type %x\n", track_type);
366 av_log(s, AV_LOG_ERROR, "invalid track id %x\n", track_id);
392 av_log(s, AV_LOG_ERROR, "invalid track description length specified\n");
414 av_log(s, AV_LOG_WARNING, "No FPS track tag, using UMF fps tag."
455 * @param track track id the media packet must belong to, -1 for any
459 static int64_t gxf_resync_media(AVFormatContext *s, uint64_t max_interval, int track, int timestamp) {
487 if ((track >= 0 && track != cur_track) || (timestamp >= 0 && timestamp > cur_timestamp)) {