Home
last modified time | relevance | path

Searched refs:avpriv_new_chapter (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavformat/
Dinternal.h559 AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
561 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base,
Dffmetadec.c124 return avpriv_new_chapter(s, s->nb_chapters, tb, start, end, NULL); in read_chapter()
Dflacdec.c145 avpriv_new_chapter(s, track, st->time_base, start, AV_NOPTS_VALUE, isrc); in flac_read_header()
Daadec.c231 if (!avpriv_new_chapter(s, chapter_idx, st->time_base, in aa_read_header()
Doggparsevorbis.c54 avpriv_new_chapter(as, cnum, (AVRational) { 1, 1000 }, in ogm_chapter()
Dwavdec.c579 if (!avpriv_new_chapter(s, id, tb, offset, AV_NOPTS_VALUE, NULL)) in wav_read_header()
Did3v2.c1251 chapter = avpriv_new_chapter(s, i, time_base, chap->start, chap->end, chap->element_id); in ff_id3v2_parse_chapters()
Dnutdec.c522 chapter = avpriv_new_chapter(s, chapter_id, in decode_info_header()
Dasfdec_o.c254 avpriv_new_chapter(s, i, (AVRational) { 1, 10000000 }, pts, in asf_read_marker()
Dasfdec_f.c787 avpriv_new_chapter(s, i, (AVRational) { 1, 10000000 }, pres_time, in asf_read_marker()
Dmov.c295 avpriv_new_chapter(c->fc, i, av_make_q(1, 1000), moment_time, AV_NOPTS_VALUE, NULL); in mov_metadata_hmmt()
571 avpriv_new_chapter(c->fc, i, (AVRational){1,10000000}, start, AV_NOPTS_VALUE, str); in mov_read_chpl()
7315 avpriv_new_chapter(s, i, st->time_base, sample->timestamp, end, title); in mov_read_chapters()
Dutils.c4675 AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base, function
4677 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base,
Dmatroskadec.c3052 avpriv_new_chapter(s, chapters[i].uid, in matroska_read_header()
/third_party/ffmpeg/libavdevice/
Dlibcdio.c105 avpriv_new_chapter(ctx, i, st->time_base, s->drive->disc_toc[i].dwStartSector, in read_header()