/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_ilbc.c | 47 static int ilbc_parse_sdp_line(AVFormatContext *s, int st_index, in ilbc_parse_sdp_line() argument 53 if (st_index < 0) in ilbc_parse_sdp_line() 55 st = s->streams[st_index]; in ilbc_parse_sdp_line()
|
H A D | rtpdec_dv.c | 70 static av_cold int dv_parse_sdp_line(AVFormatContext *ctx, int st_index, in dv_parse_sdp_line() argument 76 if (st_index < 0) in dv_parse_sdp_line() 79 current_stream = ctx->streams[st_index]; in dv_parse_sdp_line()
|
H A D | rtpdec_amr.c | 41 static av_cold int amr_init(AVFormatContext *s, int st_index, PayloadContext *data) in amr_init() argument 159 static int amr_parse_sdp_line(AVFormatContext *s, int st_index, in amr_parse_sdp_line() argument 165 if (st_index < 0) in amr_parse_sdp_line() 174 ret = ff_parse_fmtp(s, s->streams[st_index], data, p, amr_parse_fmtp); in amr_parse_sdp_line()
|
H A D | rtpdec_g726.c | 26 static av_cold int g726_ ## bitrate ##_init(AVFormatContext *s, int st_index, \ 29 AVStream *stream = s->streams[st_index]; \
|
H A D | rtpdec_latm.c | 152 static int latm_parse_sdp_line(AVFormatContext *s, int st_index, in latm_parse_sdp_line() argument 157 if (st_index < 0) in latm_parse_sdp_line() 161 return ff_parse_fmtp(s, s->streams[st_index], data, p, parse_fmtp); in latm_parse_sdp_line()
|
H A D | rtpdec_hevc.c | 129 static av_cold int hevc_parse_sdp_line(AVFormatContext *ctx, int st_index, in hevc_parse_sdp_line() argument 136 if (st_index < 0) in hevc_parse_sdp_line() 139 current_stream = ctx->streams[st_index]; in hevc_parse_sdp_line()
|
H A D | rtpdec.h | 127 int (*init)(AVFormatContext *s, int st_index, PayloadContext *priv_data); 129 int (*parse_sdp_a_line)(AVFormatContext *s, int st_index,
|
H A D | rtpdec_xiph.c | 353 static int xiph_parse_sdp_line(AVFormatContext *s, int st_index, in xiph_parse_sdp_line() argument 358 if (st_index < 0) in xiph_parse_sdp_line() 362 return ff_parse_fmtp(s, s->streams[st_index], data, p, in xiph_parse_sdp_line()
|
H A D | rtpdec_rfc4175.c | 173 static int rfc4175_parse_sdp_line(AVFormatContext *s, int st_index, in rfc4175_parse_sdp_line() argument 178 if (st_index < 0) in rfc4175_parse_sdp_line() 182 AVStream *stream = s->streams[st_index]; in rfc4175_parse_sdp_line()
|
H A D | rtpdec_h264.c | 389 static int parse_h264_sdp_line(AVFormatContext *s, int st_index, in parse_h264_sdp_line() argument 395 if (st_index < 0) in parse_h264_sdp_line() 398 stream = s->streams[st_index]; in parse_h264_sdp_line()
|
H A D | rtpdec_mpeg4.c | 338 static int parse_sdp_line(AVFormatContext *s, int st_index, in parse_sdp_line() argument 343 if (st_index < 0) in parse_sdp_line() 347 return ff_parse_fmtp(s, s->streams[st_index], data, p, parse_fmtp); in parse_sdp_line()
|
H A D | rdt.c | 410 rdt_parse_sdp_line (AVFormatContext *s, int st_index, in rdt_parse_sdp_line() argument 413 AVStream *stream = s->streams[st_index]; in rdt_parse_sdp_line() 527 static av_cold int rdt_init(AVFormatContext *s, int st_index, PayloadContext *rdt) in rdt_init() argument
|
H A D | rtpdec_mpegts.c | 41 static av_cold int mpegts_init(AVFormatContext *ctx, int st_index, in mpegts_init() argument
|
H A D | rtpdec_vp9.c | 34 static av_cold int vp9_init(AVFormatContext *ctx, int st_index, in vp9_init() argument
|
H A D | rtpdec_vp8.c | 263 static av_cold int vp8_init(AVFormatContext *s, int st_index, PayloadContext *vp8) in vp8_init() argument
|
H A D | rtpdec_qt.c | 42 static av_cold int qt_rtp_init(AVFormatContext *ctx, int st_index, in qt_rtp_init() argument
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 2747 int st_index[AVMEDIA_TYPE_NB]; in read_thread() local 2762 memset(st_index, -1, sizeof(st_index)); in read_thread() 2859 if (type >= 0 && wanted_stream_spec[type] && st_index[type] == -1) in read_thread() 2861 st_index[type] = i; in read_thread() 2864 if (wanted_stream_spec[i] && st_index[i] == -1) { in read_thread() 2866 st_index[i] = INT_MAX; in read_thread() 2871 st_index[AVMEDIA_TYPE_VIDEO] = in read_thread() 2873 st_index[AVMEDIA_TYPE_VIDEO], -1, NULL, 0); in read_thread() 2875 st_index[AVMEDIA_TYPE_AUDI in read_thread() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | src_movie.c | 190 static int guess_channel_layout(MovieStream *st, int st_index, void *log_ctx) in guess_channel_layout() argument 202 st_index, dec_par->ch_layout.nb_channels); in guess_channel_layout() 210 st_index, buf); in guess_channel_layout()
|