Home
last modified time | relevance | path

Searched refs:AVProgram (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavformat/
Davformat.h1162 typedef struct AVProgram { struct
1187 } AVProgram; argument
1407 AVProgram **programs;
2014 AVProgram *av_new_program(AVFormatContext *s, int id);
2166 AVProgram *av_find_program_from_stream(AVFormatContext *ic, AVProgram *last, int s);
Davformat.c238 AVProgram *av_new_program(AVFormatContext *ac, int id) in av_new_program()
240 AVProgram *program = NULL; in av_new_program()
271 AVProgram *program = NULL; in av_program_add_stream_index()
296 AVProgram *av_find_program_from_stream(AVFormatContext *ic, AVProgram *last, int s) in av_find_program_from_stream()
361 AVProgram *p = av_find_program_from_stream(ic, NULL, related_stream); in av_find_best_stream()
424 const AVProgram **p) in match_stream_specifier()
551 const AVProgram *p = NULL; in avformat_match_stream_specifier()
Dmpegtsenc.c62 AVProgram *program;
543 AVProgram *program = service->program; in mpegts_write_pmt()
1000 AVProgram *program) in mpegts_add_service()
1081 AVProgram *program = service->program; in select_pcr_streams()
1144 AVProgram *program = s->programs[i]; in mpegts_init()
Dmpegts.c882 AVProgram *prg = NULL; in clear_avprogram()
947 AVProgram *program = s->programs[i]; in update_av_program_info()
1912 AVProgram *p = NULL; in mpegts_push_data()
2361 AVProgram *prg = NULL; in scte_data_cb()
3177 AVProgram *program; in pat_cb()
3378 AVProgram *program = av_new_program(ts->stream, sid); in sdt_cb()
Ddump.c695 const AVProgram *program = ic->programs[j]; in av_dump_format()
Ddemux.c478 AVProgram *first_program; in update_wrap_reference()
511 AVProgram *program = first_program; in update_wrap_reference()
1602 for (AVProgram *p = NULL; (p = av_find_program_from_stream(ic, p, i)); ) { in update_stream_timings()
1638 AVProgram *const p = ic->programs[i]; in update_stream_timings()
Dhls.c1453 AVProgram *program = s->programs[i]; in playlist_needed()
1996 AVProgram *program; in hls_read_header()
Ddashdec.c2027 AVProgram *program; in dash_read_header()
/third_party/ffmpeg/fftools/
Dffprobe.c3160 static int show_program(WriterContext *w, InputFile *ifile, AVProgram *program) in show_program()
3198 AVProgram *program = fmt_ctx->programs[i]; in show_programs()
Dffplay.c3132 AVProgram *p = NULL; in stream_cycle_channel()
Dffmpeg_opt.c2923 AVProgram *program; in open_output_file()
Dffmpeg.c3341 AVProgram *p = ifile->ctx->programs[j]; in transcode_init()
/third_party/ffmpeg/doc/
DAPIchanges588 Add pmt_version field to AVProgram
3649 - AVProgram.provider_name
3650 - AVProgram.name