Home
last modified time | relevance | path

Searched refs:AVChapter (Results 1 - 25 of 25) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dvorbiscomment.h38 AVChapter **chapters, unsigned int nb_chapters);
53 AVChapter **chapters, unsigned int nb_chapters);
H A Dvorbiscomment.c42 AVChapter **chapters, unsigned int nb_chapters) in ff_vorbiscomment_length()
67 AVChapter **chapters, unsigned int nb_chapters) in ff_vorbiscomment_write()
93 AVChapter *chp = chapters[i]; in ff_vorbiscomment_write()
H A Dffmetadec.c99 static AVChapter *read_chapter(AVFormatContext *s) in read_chapter()
195 AVChapter *ch = read_chapter(s); in read_header()
H A Davformat.h345 * fields of the AVFormatContext, AVStream, AVChapter and AVProgram structs
1197 typedef struct AVChapter { struct
1202 } AVChapter; typedef
1446 * Number of chapters in AVChapter array.
1457 AVChapter **chapters;
H A Dffmetaenc.c73 AVChapter *ch = s->chapters[i]; in write_trailer()
H A Ddemux.h191 * @return AVChapter or NULL on error
193 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base,
H A Ddemux_utils.c42 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base, in avpriv_new_chapter()
46 AVChapter *chapter = NULL; in avpriv_new_chapter()
H A Doggenc.c278 AVChapter **chapters, unsigned int nb_chapters) in ogg_write_vorbiscomment()
372 AVDictionary **m, AVChapter **chapters, in ogg_build_opus_headers()
H A Ddemux.c2106 const AVChapter *const ch1 = *(AVChapter**)p1; in chapter_start_cmp()
2107 const AVChapter *const ch2 = *(AVChapter**)p2; in chapter_start_cmp()
2117 AVChapter **timetable; in compute_chapters_end()
2133 AVChapter *const ch = timetable[i]; in compute_chapters_end()
2139 const AVChapter *const ch1 = timetable[i + 1]; in compute_chapters_end()
H A Did3v2enc.c295 AVChapter *ch = s->chapters[id]; in write_chapter()
H A Daadec.c292 AVChapter *ch; in aa_read_seek()
H A Doggparsevorbis.c45 AVChapter *chapter = NULL; in ogm_chapter()
H A Ddump.c682 const AVChapter *ch = ic->chapters[i]; in av_dump_format()
H A Dnutenc.c591 AVChapter *ch = nut->avf->chapters[id]; in write_chapter()
775 AVChapter *ch = s->chapters[i]; in nut_write_header()
H A Did3v2.c1262 AVChapter *chapter; in ff_id3v2_parse_chapters()
H A Dconcatdec.c466 AVChapter *chapter = NULL; in concat_parse_script()
H A Dasfenc.c332 AVChapter *c = s->chapters[i]; in asf_write_markers()
H A Dnutdec.c514 AVChapter *chapter = NULL; in decode_info_header()
H A Dmatroskaenc.c2168 AVChapter *const c = s->chapters[i]; in mkv_write_chapters()
H A Dmatroskadec.c305 AVChapter *chapter;
H A Dmovenc.c4683 AVChapter *c = s->chapters[i];
7054 AVChapter *c = s->chapters[i];
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c2223 AVChapter **tmp; in copy_chapters()
2232 AVChapter *in_ch = is->chapters[i], *out_ch; in copy_chapters()
2245 out_ch = av_mallocz(sizeof(AVChapter)); in copy_chapters()
H A Dffprobe.c3216 AVChapter *chapter = fmt_ctx->chapters[i]; in show_chapters()
H A Dffplay.c3250 AVChapter *ch = is->ic->chapters[i]; in seek_chapter()
H A Dffmpeg.c2907 AVChapter *c = avf->chapters[j]; in parse_forced_key_frames()

Completed in 72 milliseconds