Searched refs:ff_const59 (Results 1 – 18 of 18) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | format.c | 51 ff_const59 AVOutputFormat *av_guess_format(const char *short_name, const char *filename, in av_guess_format() 87 enum AVCodecID av_guess_codec(ff_const59 AVOutputFormat *fmt, const char *short_name, in av_guess_codec() 92 ff_const59 AVOutputFormat *fmt2 = av_guess_format(NULL, filename, NULL); in av_guess_codec() 118 ff_const59 AVInputFormat *av_find_input_format(const char *short_name) in av_find_input_format() 128 ff_const59 AVInputFormat *av_probe_input_format3(ff_const59 AVProbeData *pd, int is_opened, in av_probe_input_format3() 133 ff_const59 AVInputFormat *fmt = NULL; in av_probe_input_format3() 205 ff_const59 AVInputFormat *av_probe_input_format2(ff_const59 AVProbeData *pd, int is_opened, int *sc… in av_probe_input_format2() 208 ff_const59 AVInputFormat *fmt = av_probe_input_format3(pd, is_opened, &score_ret); in av_probe_input_format2() 216 ff_const59 AVInputFormat *av_probe_input_format(ff_const59 AVProbeData *pd, int is_opened) in av_probe_input_format() 222 int av_probe_input_buffer2(AVIOContext *pb, ff_const59 AVInputFormat **fmt, in av_probe_input_buffer2() [all …]
|
D | avformat.h | 533 #define ff_const59 macro 535 #define ff_const59 const macro 538 ff_const59 struct AVOutputFormat *next; 687 ff_const59 struct AVInputFormat *next; 1246 ff_const59 struct AVInputFormat *iformat; 1253 ff_const59 struct AVOutputFormat *oformat; 2135 int avformat_alloc_output_context2(AVFormatContext **ctx, ff_const59 AVOutputFormat *oformat, 2146 ff_const59 AVInputFormat *av_find_input_format(const char *short_name); 2155 ff_const59 AVInputFormat *av_probe_input_format(ff_const59 AVProbeData *pd, int is_opened); 2169 ff_const59 AVInputFormat *av_probe_input_format2(ff_const59 AVProbeData *pd, int is_opened, int *sc… [all …]
|
D | rtpenc_mpegts.c | 59 ff_const59 AVOutputFormat *mpegts_format = av_guess_format("mpegts", NULL, NULL); in rtp_mpegts_write_header() 60 ff_const59 AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL); in rtp_mpegts_write_header()
|
D | rtpenc_chain.c | 34 ff_const59 AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL); in ff_rtp_chain_mux_open()
|
D | sapdec.c | 70 ff_const59 AVInputFormat* infmt; in sap_read_header()
|
D | fifo.c | 472 static int fifo_mux_init(AVFormatContext *avf, ff_const59 AVOutputFormat *oformat, in fifo_mux_init() 511 ff_const59 AVOutputFormat *oformat; in fifo_init()
|
D | rtpdec_asf.c | 109 ff_const59 AVInputFormat *iformat; in ff_wms_parse_sdp_a_line()
|
D | webm_chunk.c | 53 ff_const59 AVOutputFormat *oformat; in webm_chunk_init()
|
D | hdsenc.c | 317 ff_const59 AVOutputFormat *oformat; in hds_write_header()
|
D | smoothstreamingenc.c | 286 ff_const59 AVOutputFormat *oformat; in ism_write_header()
|
D | mpeg.c | 742 ff_const59 AVInputFormat *iformat; in vobsub_read_header()
|
D | segment.c | 75 ff_const59 AVOutputFormat *oformat;
|
D | mux.c | 136 int avformat_alloc_output_context2(AVFormatContext **avctx, ff_const59 AVOutputFormat *oformat, in avformat_alloc_output_context2()
|
D | hlsenc.c | 122 ff_const59 AVOutputFormat *oformat; 123 ff_const59 AVOutputFormat *vtt_oformat;
|
D | avidec.c | 1095 ff_const59 AVInputFormat *sub_demuxer; in read_gab2_sub()
|
D | hls.c | 1957 ff_const59 AVInputFormat *in_fmt = NULL; in hls_read_header()
|
D | dashdec.c | 1882 ff_const59 AVInputFormat *in_fmt = NULL; in reopen_demux_for_component()
|
D | utils.c | 513 ff_const59 AVInputFormat *fmt, AVDictionary **options) in avformat_open_input()
|