Lines Matching refs:AVStream
40 void ff_free_stream(AVStream **pst)
42 AVStream *st = *pst;
76 void ff_remove_stream(AVFormatContext *s, AVStream *st)
140 uint8_t *av_stream_get_side_data(const AVStream *st,
155 int av_stream_add_side_data(AVStream *st, enum AVPacketSideDataType type,
190 uint8_t *av_stream_new_side_data(AVStream *st, enum AVPacketSideDataType type,
208 int ff_stream_side_data_copy(AVStream *dst, const AVStream *src)
319 const AVStream *const st = s->streams[i];
369 AVStream *st = ic->streams[real_stream_index];
422 static int match_stream_specifier(const AVFormatContext *s, const AVStream *st,
545 int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st,
574 const AVStream *candidate = s->streams[p ? p->stream_index[i] : i];
589 AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame)
612 AVRational av_guess_frame_rate(AVFormatContext *format, AVStream *st, AVFrame *frame)
634 AVStream *ost, const AVStream *ist,
691 AVRational av_stream_get_codec_timebase(const AVStream *st)
697 void avpriv_set_pts_info(AVStream *st, int pts_wrap_bits,
723 const AVCodec *ff_find_decoder(AVFormatContext *s, const AVStream *st,
799 int av_get_key_frame_pos_from_stream(const AVStream *st, struct KeyFrameNode **key_frame_pos_list)