/third_party/ffmpeg/libavformat/ |
D | avformat.h | 875 typedef struct AVStream { struct 1116 } AVStream; argument 1124 AVRational av_stream_get_r_frame_rate(const AVStream *s); 1126 void av_stream_set_r_frame_rate(AVStream *s, AVRational r); 1129 char* av_stream_get_recommended_encoder_configuration(const AVStream *s); 1131 void av_stream_set_recommended_encoder_configuration(AVStream *s, char *configuration); 1135 struct AVCodecParserContext *av_stream_get_parser(const AVStream *s); 1142 int64_t av_stream_get_end_pts(const AVStream *st); 1302 AVStream **streams; 2065 AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c); [all …]
|
D | internal.h | 431 void ff_sdp_write_media(char *buff, int size, AVStream *st, int idx, 592 void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp); 622 void avpriv_set_pts_info(AVStream *s, int pts_wrap_bits, 663 void ff_free_stream(AVFormatContext *s, AVStream *st); 668 void ff_compute_frame_duration(AVFormatContext *s, int *pnum, int *pden, AVStream *st, 699 AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision); 704 enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st); 710 int ff_generate_avci_extradata(AVStream *st); 721 int ff_stream_add_bitstream_filter(AVStream *st, const char *name, const char *args); 730 int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src); [all …]
|
D | rtpdec.h | 43 RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st, 110 AVStream *st, AVPacket *pkt, 149 AVStream *st; 224 AVStream *stream, PayloadContext *data, const char *p, 226 AVStream *stream,
|
D | rdt.c | 46 AVStream **streams; 132 rdt_load_mdpr (PayloadContext *rdt, AVStream *st, int rule_nr) in rdt_load_mdpr() 294 rdt_parse_packet (AVFormatContext *ctx, PayloadContext *rdt, AVStream *st, in rdt_parse_packet() 412 AVStream *stream = s->streams[st_index]; in rdt_parse_sdp_line() 447 real_parse_asm_rule(AVStream *st, const char *p, const char *end) in real_parse_asm_rule() 459 static AVStream * 460 add_dstream(AVFormatContext *s, AVStream *orig_st) in add_dstream() 462 AVStream *st; in add_dstream() 474 real_parse_asm_rulebook(AVFormatContext *s, AVStream *orig_st, in real_parse_asm_rulebook() 479 AVStream *st; in real_parse_asm_rulebook()
|
D | rm.h | 52 AVStream *st, RMStream *rst, 73 AVStream *st, RMStream *rst, int len, 93 AVStream *st, RMStream *rst, AVPacket *pkt);
|
D | aptxdec.c | 37 static AVStream *aptx_read_header_common(AVFormatContext *s) in aptx_read_header_common() 40 AVStream *st = avformat_new_stream(s, NULL); in aptx_read_header_common() 53 AVStream *st = aptx_read_header_common(s); in aptx_read_header() 65 AVStream *st = aptx_read_header_common(s); in aptx_hd_read_header()
|
D | mvdec.c | 103 static int set_channels(AVFormatContext *avctx, AVStream *st, int channels) in set_channels() 119 static int parse_global_var(AVFormatContext *avctx, AVStream *st, in parse_global_var() 143 static int parse_audio_var(AVFormatContext *avctx, AVStream *st, in parse_audio_var() 179 static int parse_video_var(AVFormatContext *avctx, AVStream *st, in parse_video_var() 236 static int read_table(AVFormatContext *avctx, AVStream *st, in read_table() 237 int (*parse)(AVFormatContext *avctx, AVStream *st, in read_table() 269 static void read_index(AVIOContext *pb, AVStream *st) in read_index() 292 AVStream *ast = NULL, *vst = NULL; //initialization to suppress warning in mv_read_header() 438 AVStream *st = avctx->streams[mv->stream_index]; in mv_read_packet() 486 AVStream *st = avctx->streams[stream_index]; in mv_read_seek()
|
D | rtpdec_dv.c | 41 AVStream *stream, in dv_sdp_parse_fmtp_config() 75 AVStream *current_stream; in dv_parse_sdp_line() 92 AVStream *st, AVPacket *pkt, uint32_t *timestamp, in dv_handle_packet()
|
D | rawdec.c | 58 AVStream *st = avformat_new_stream(s, NULL); in ff_raw_audio_read_header() 73 AVStream *st; in ff_raw_video_read_header() 97 AVStream *st = avformat_new_stream(s, NULL); in ff_raw_subtitle_read_header() 108 AVStream *st = avformat_new_stream(s, NULL); in ff_raw_data_read_header()
|
D | codec2.c | 124 static int codec2_read_header_common(AVFormatContext *s, AVStream *st) in codec2_read_header_common() 151 AVStream *st = avformat_new_stream(s, NULL); in codec2_read_header() 187 AVStream *st = s->streams[0]; in codec2_read_packet() 214 AVStream *st; in codec2_write_header() 238 AVStream *st; in codec2raw_read_header()
|
D | replaygain.h | 29 int ff_replaygain_export(AVStream *st, AVDictionary *metadata); 35 int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp,
|
D | rtpdec_rfc4175.c | 43 static int rfc4175_parse_format(AVStream *stream, PayloadContext *data) in rfc4175_parse_format() 76 static int rfc4175_parse_fmtp(AVFormatContext *s, AVStream *stream, in rfc4175_parse_fmtp() 101 AVStream *stream = s->streams[st_index]; in rfc4175_parse_sdp_line() 140 AVStream *st, AVPacket *pkt, uint32_t *timestamp, in rfc4175_handle_packet()
|
D | rtpdec_vc2hq.c | 56 static int vc2hq_handle_sequence_header(PayloadContext *pl_ctx, AVStream *st, AVPacket *pkt, in vc2hq_handle_sequence_header() 75 static int vc2hq_mark_end_of_sequence(PayloadContext *pl_ctx, AVStream *st, AVPacket *pkt) in vc2hq_mark_end_of_sequence() 92 static int vc2hq_handle_frame_fragment(AVFormatContext *ctx, PayloadContext *pl_ctx, AVStream *st, in vc2hq_handle_frame_fragment() 177 AVStream *st, AVPacket *pkt, uint32_t *timestamp, in vc2hq_handle_packet()
|
D | avidec.c | 180 AVStream *st; in read_odml_index() 282 AVStream *st = s->streams[i]; in clean_index() 304 static int avi_read_tag(AVFormatContext *s, AVStream *st, uint32_t tag, in avi_read_tag() 395 static int avi_extract_stream_metadata(AVFormatContext *s, AVStream *st) in avi_extract_stream_metadata() 442 AVStream *st = s->streams[i]; in calculate_bitrate() 459 AVStream *st = s->streams[i]; in calculate_bitrate() 486 AVStream *st; in avi_read_header() 1052 AVStream *st = s->streams[i]; in avi_read_header() 1059 AVStream *st = s->streams[i]; in avi_read_header() 1087 static int read_gab2_sub(AVFormatContext *s, AVStream *st, AVPacket *pkt) in read_gab2_sub() [all …]
|
D | utils.c | 102 static int64_t wrap_timestamp(const AVStream *st, int64_t timestamp) in wrap_timestamp() 117 MAKE_ACCESSORS(AVStream, stream, AVRational, r_frame_rate) in MAKE_ACCESSORS() argument 120 MAKE_ACCESSORS(AVStream, stream, char *, recommended_encoder_configuration) in MAKE_ACCESSORS() 137 int64_t av_stream_get_end_pts(const AVStream *st) in MAKE_ACCESSORS() 145 struct AVCodecParserContext *av_stream_get_parser(const AVStream *st) in av_stream_get_parser() 155 AVStream *st = s->streams[i]; in av_format_inject_global_side_data() 180 static const AVCodec *find_decoder(AVFormatContext *s, const AVStream *st, enum AVCodecID codec_id) in find_decoder() 204 static const AVCodec *find_probe_decoder(AVFormatContext *s, const AVStream *st, enum AVCodecID cod… in find_probe_decoder() 340 static int set_codec_from_probe_data(AVFormatContext *s, AVStream *st, in set_codec_from_probe_data() 481 AVStream *st = s->streams[i]; in update_stream_avctx() [all …]
|
D | mxfenc.c | 108 void (*write_desc)(AVFormatContext *, AVStream *); 147 static void mxf_write_wav_desc(AVFormatContext *s, AVStream *st); 148 static void mxf_write_aes3_desc(AVFormatContext *s, AVStream *st); 149 static void mxf_write_mpegvideo_desc(AVFormatContext *s, AVStream *st); 150 static void mxf_write_h264_desc(AVFormatContext *s, AVStream *st); 151 static void mxf_write_cdci_desc(AVFormatContext *s, AVStream *st); 152 static void mxf_write_generic_sound_desc(AVFormatContext *s, AVStream *st); 153 static void mxf_write_s436m_anc_desc(AVFormatContext *s, AVStream *st); 409 AVStream *timecode_track; 837 static void mxf_write_track(AVFormatContext *s, AVStream *st, MXFPackage *package) in mxf_write_track() [all …]
|
D | filmstripdec.c | 42 AVStream *st; in read_header() 86 AVStream *st = s->streams[0]; in read_packet() 101 AVStream *st = s->streams[stream_index]; in read_seek()
|
D | rtpdec_qcelp.c | 51 AVStream *st, AVPacket *pkt, uint32_t *timestamp, 55 AVStream *st, AVPacket *pkt, uint32_t *timestamp, in store_packet() 152 AVStream *st, AVPacket *pkt, uint32_t *timestamp, in return_stored_frame() 202 AVStream *st, AVPacket *pkt, uint32_t *timestamp, in qcelp_parse_packet()
|
D | mux.c | 90 AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision) in ff_choose_timebase() 106 enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st) in ff_choose_chroma_location() 197 static int validate_codec_tag(AVFormatContext *s, AVStream *st) in validate_codec_tag() 234 AVStream *st; 426 AVStream *st; 547 static int compute_muxer_pkt_fields(AVFormatContext *s, AVStream *st, AVPacket *pkt) 642 static void guess_pkt_duration(AVFormatContext *s, AVStream *st, AVPacket *pkt) 688 AVStream *st = s->streams[pkt->stream_index]; 698 AVStream *st = s->streams[pkt->stream_index]; 780 static int prepare_input_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt) [all …]
|
D | rtpdec_qdm2.c | 77 static int qdm2_parse_config(PayloadContext *qdm, AVStream *st, in qdm2_parse_config() 154 static int qdm2_parse_subpacket(PayloadContext *qdm, AVStream *st, in qdm2_parse_subpacket() 188 static int qdm2_restore_block(PayloadContext *qdm, AVStream *st, AVPacket *pkt) in qdm2_restore_block() 240 AVStream *st, AVPacket *pkt, in qdm2_parse_packet()
|
D | bintext.c | 51 static AVStream * init_stream(AVFormatContext *s) in init_stream() 54 AVStream *st = avformat_new_stream(s, NULL); in init_stream() 181 AVStream *st = init_stream(s); in bintext_read_header() 226 AVStream *st = init_stream(s); in xbin_read_header() 267 AVStream *st; in adf_read_header() 324 AVStream *st; in idf_read_header()
|
D | rtpdec_ilbc.c | 27 AVStream *stream, PayloadContext *data, in ilbc_parse_fmtp() 51 AVStream *st; in ilbc_parse_sdp_line()
|
D | rmdec.c | 125 AVStream *st, RMStream *ast, int read_all) in rm_read_audio_stream_info() 321 AVStream *st, RMStream *rst, in ff_rm_read_mdpr_codecdata() 433 AVStream *st; in rm_read_index() 490 AVStream *st; in rm_read_header_old() 503 AVStream *st, char *mime) in rm_read_multi() 516 AVStream *st2; in rm_read_multi() 546 AVStream *st; in rm_read_header() 697 AVStream *st; in rm_sync() 870 rm_ac3_swap_bytes (AVStream *st, AVPacket *pkt) in rm_ac3_swap_bytes() 896 AVStream *st, RMStream *ast, int len, AVPacket *pkt, in ff_rm_parse_packet() [all …]
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_common.h | 121 AVStream *audio_st; 122 AVStream *video_st; 123 AVStream *klv_st; 124 AVStream *teletext_st;
|
/third_party/ffmpeg/doc/ |
D | ffmpeg.txt | 6 … --------------------------------:---> AVStream... 26 … --------- --------------------------------:---> AVStream...
|