Home
last modified time | relevance | path

Searched refs:chapter_track (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmovenc.h187 int chapter_track; ///< qt chapter track number member
Dmovenc.c4182 if (mov->chapter_track) in mov_write_moov_tag()
4185 mov->tracks[i].tref_id = mov->tracks[mov->chapter_track].track_id; in mov_write_moov_tag()
6326 if (mov->chapter_track) { in mov_free()
6327 avcodec_parameters_free(&mov->tracks[mov->chapter_track].par); in mov_free()
6531 mov->chapter_track = mov->nb_streams++; in mov_init()
6856 if (mov->chapter_track) in mov_write_header()
6857 if ((ret = mov_create_chapter_track(s, mov->chapter_track)) < 0) in mov_write_header()
7087 if (!mov->chapter_track && !(mov->flags & FF_MOV_FLAG_FRAGMENT)) { in mov_write_trailer()
7089 mov->chapter_track = mov->nb_streams++; in mov_write_trailer()
7090 if ((res = mov_create_chapter_track(s, mov->chapter_track)) < 0) in mov_write_trailer()
Dmov.c7232 int chapter_track; in mov_read_chapters() local
7235 chapter_track = mov->chapter_tracks[j]; in mov_read_chapters()
7238 if (s->streams[i]->id == chapter_track) { in mov_read_chapters()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskamux.c530 guint8 chapter_track[] = { 0x8f }; in check_chapter() local
580 if (check_id (info, index, chapter_track, sizeof (chapter_track), &len)) { in check_chapter()