Searched refs:AVProgram (Results 1 – 13 of 13) sorted by relevance
| /third_party/ffmpeg/libavformat/ |
| D | avformat.h | 1162 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);
|
| D | avformat.c | 238 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()
|
| D | mpegtsenc.c | 62 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()
|
| D | mpegts.c | 882 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()
|
| D | dump.c | 695 const AVProgram *program = ic->programs[j]; in av_dump_format()
|
| D | demux.c | 478 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()
|
| D | hls.c | 1453 AVProgram *program = s->programs[i]; in playlist_needed() 1996 AVProgram *program; in hls_read_header()
|
| D | dashdec.c | 2027 AVProgram *program; in dash_read_header()
|
| /third_party/ffmpeg/fftools/ |
| D | ffprobe.c | 3160 static int show_program(WriterContext *w, InputFile *ifile, AVProgram *program) in show_program() 3198 AVProgram *program = fmt_ctx->programs[i]; in show_programs()
|
| D | ffplay.c | 3132 AVProgram *p = NULL; in stream_cycle_channel()
|
| D | ffmpeg_opt.c | 2923 AVProgram *program; in open_output_file()
|
| D | ffmpeg.c | 3341 AVProgram *p = ifile->ctx->programs[j]; in transcode_init()
|
| /third_party/ffmpeg/doc/ |
| D | APIchanges | 588 Add pmt_version field to AVProgram 3649 - AVProgram.provider_name 3650 - AVProgram.name
|