Home
last modified time | relevance | path

Searched refs:track_end (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-utils/seq/aplaymidi/
H A Daplaymidi.c305 static int read_track(struct track *track, int track_end) in read_track() argument
312 while (file_offset < track_end) { in read_track()
416 skip(track_end - file_offset); in read_track()
/third_party/ffmpeg/libavformat/
H A Disom.h218 int64_t track_end; ///< used for dts generation in fragmented movie files member
H A Dmov.c3227 sc->track_end = duration;
5150 sc->track_end = base_media_decode_time;
5259 dts = sc->track_end - sc->time_offset;
5265 dts = sc->track_end - sc->time_offset;
5451 sc->track_end = dts + sc->time_offset;
5452 if (st->duration < sc->track_end)
5453 st->duration = sc->track_end;
5542 st->duration = sc->track_end = pts;
5582 st->duration = sc->track_end = av_rescale(ref_st->duration, sc->time_scale, ref_sc->time_scale);

Completed in 12 milliseconds