Searched refs:AVChapter (Results 1 - 25 of 25) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | vorbiscomment.h | 38 AVChapter **chapters, unsigned int nb_chapters); 53 AVChapter **chapters, unsigned int nb_chapters);
|
H A D | vorbiscomment.c | 42 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 D | ffmetadec.c | 99 static AVChapter *read_chapter(AVFormatContext *s) in read_chapter() 195 AVChapter *ch = read_chapter(s); in read_header()
|
H A D | avformat.h | 345 * 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 D | ffmetaenc.c | 73 AVChapter *ch = s->chapters[i]; in write_trailer()
|
H A D | demux.h | 191 * @return AVChapter or NULL on error 193 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base,
|
H A D | demux_utils.c | 42 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 D | oggenc.c | 278 AVChapter **chapters, unsigned int nb_chapters) in ogg_write_vorbiscomment() 372 AVDictionary **m, AVChapter **chapters, in ogg_build_opus_headers()
|
H A D | demux.c | 2106 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 D | id3v2enc.c | 295 AVChapter *ch = s->chapters[id]; in write_chapter()
|
H A D | aadec.c | 292 AVChapter *ch; in aa_read_seek()
|
H A D | oggparsevorbis.c | 45 AVChapter *chapter = NULL; in ogm_chapter()
|
H A D | dump.c | 682 const AVChapter *ch = ic->chapters[i]; in av_dump_format()
|
H A D | nutenc.c | 591 AVChapter *ch = nut->avf->chapters[id]; in write_chapter() 775 AVChapter *ch = s->chapters[i]; in nut_write_header()
|
H A D | id3v2.c | 1262 AVChapter *chapter; in ff_id3v2_parse_chapters()
|
H A D | concatdec.c | 466 AVChapter *chapter = NULL; in concat_parse_script()
|
H A D | asfenc.c | 332 AVChapter *c = s->chapters[i]; in asf_write_markers()
|
H A D | nutdec.c | 514 AVChapter *chapter = NULL; in decode_info_header()
|
H A D | matroskaenc.c | 2168 AVChapter *const c = s->chapters[i]; in mkv_write_chapters()
|
H A D | matroskadec.c | 305 AVChapter *chapter;
|
H A D | movenc.c | 4683 AVChapter *c = s->chapters[i]; 7054 AVChapter *c = s->chapters[i];
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 2223 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 D | ffprobe.c | 3216 AVChapter *chapter = fmt_ctx->chapters[i]; in show_chapters()
|
H A D | ffplay.c | 3250 AVChapter *ch = is->ic->chapters[i]; in seek_chapter()
|
H A D | ffmpeg.c | 2907 AVChapter *c = avf->chapters[j]; in parse_forced_key_frames()
|
Completed in 72 milliseconds