Home
last modified time | relevance | path

Searched refs:avpriv_new_chapter (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Ddemux.h193 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base,
H A Dffmetadec.c124 return avpriv_new_chapter(s, s->nb_chapters, tb, start, end, NULL); in read_chapter()
H A Dflacdec.c144 avpriv_new_chapter(s, track, st->time_base, start, AV_NOPTS_VALUE, isrc); in flac_read_header()
H A Ddemux_utils.c42 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base, in avpriv_new_chapter() function
H A Daadec.c221 if (!avpriv_new_chapter(s, chapter_idx, st->time_base, in aa_read_header()
H A Doggparsevorbis.c54 avpriv_new_chapter(as, cnum, (AVRational) { 1, 1000 }, in ogm_chapter()
H A Did3v2.c1268 chapter = avpriv_new_chapter(s, i++, time_base, chap->start, in ff_id3v2_parse_chapters()
H A Dwavdec.c582 if (!avpriv_new_chapter(s, id, tb, offset, AV_NOPTS_VALUE, NULL)) in wav_read_header()
H A Dconcatdec.c629 chapter = avpriv_new_chapter(avf, arg_int[0], AV_TIME_BASE_Q, in concat_parse_script()
H A Dasfdec_o.c254 avpriv_new_chapter(s, i, (AVRational) { 1, 10000000 }, pts, in asf_read_marker()
H A Dasfdec_f.c683 avpriv_new_chapter(s, i, (AVRational) { 1, 10000000 }, pres_time, in asf_read_marker()
H A Dnutdec.c530 chapter = avpriv_new_chapter(s, chapter_id, in decode_info_header()
H A Dmov.c299 avpriv_new_chapter(c->fc, i, av_make_q(1, 1000), moment_time, AV_NOPTS_VALUE, NULL); in mov_metadata_hmmt()
620 avpriv_new_chapter(c->fc, i, (AVRational){1,10000000}, start, AV_NOPTS_VALUE, str); in mov_read_chpl()
8349 avpriv_new_chapter(s, i, st->time_base, sample->timestamp, end, title);
H A Dmatroskadec.c3143 avpriv_new_chapter(s, chapters[i].uid, in matroska_read_header()
/third_party/ffmpeg/libavdevice/
H A Dlibcdio.c106 avpriv_new_chapter(ctx, i, st->time_base, s->drive->disc_toc[i].dwStartSector, in read_header()

Completed in 32 milliseconds