Searched refs:avpriv_new_chapter (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | internal.h | 559 AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base, 561 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base,
|
D | ffmetadec.c | 124 return avpriv_new_chapter(s, s->nb_chapters, tb, start, end, NULL); in read_chapter()
|
D | flacdec.c | 145 avpriv_new_chapter(s, track, st->time_base, start, AV_NOPTS_VALUE, isrc); in flac_read_header()
|
D | aadec.c | 231 if (!avpriv_new_chapter(s, chapter_idx, st->time_base, in aa_read_header()
|
D | oggparsevorbis.c | 54 avpriv_new_chapter(as, cnum, (AVRational) { 1, 1000 }, in ogm_chapter()
|
D | wavdec.c | 579 if (!avpriv_new_chapter(s, id, tb, offset, AV_NOPTS_VALUE, NULL)) in wav_read_header()
|
D | id3v2.c | 1251 chapter = avpriv_new_chapter(s, i, time_base, chap->start, chap->end, chap->element_id); in ff_id3v2_parse_chapters()
|
D | nutdec.c | 522 chapter = avpriv_new_chapter(s, chapter_id, in decode_info_header()
|
D | asfdec_o.c | 254 avpriv_new_chapter(s, i, (AVRational) { 1, 10000000 }, pts, in asf_read_marker()
|
D | asfdec_f.c | 787 avpriv_new_chapter(s, i, (AVRational) { 1, 10000000 }, pres_time, in asf_read_marker()
|
D | mov.c | 295 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()
|
D | utils.c | 4675 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,
|
D | matroskadec.c | 3052 avpriv_new_chapter(s, chapters[i].uid, in matroska_read_header()
|
/third_party/ffmpeg/libavdevice/ |
D | libcdio.c | 105 avpriv_new_chapter(ctx, i, st->time_base, s->drive->disc_toc[i].dwStartSector, in read_header()
|