Lines Matching defs:stream_index
745 static int update_wrap_reference(AVFormatContext *s, AVStream *st, int stream_index, AVPacket *pkt) in update_wrap_reference()
1090 static void update_dts_from_pts(AVFormatContext *s, int stream_index, in update_dts_from_pts()
1116 static void update_initial_timestamps(AVFormatContext *s, int stream_index, in update_initial_timestamps()
1170 int stream_index, int64_t duration) in update_initial_durations()
1424 int stream_index, int flush) in parse_packet()
1941 void ff_reduce_index(AVFormatContext *s, int stream_index) in ff_reduce_index()
2136 static int64_t ff_read_timestamp(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_l… in ff_read_timestamp() argument
2145 int ff_seek_frame_binary(AVFormatContext *s, int stream_index, in ff_seek_frame_binary()
2213 int ff_find_last_ts(AVFormatContext *s, int stream_index, int64_t *ts, int64_t *pos, in ff_find_last_ts() argument
2251 int64_t ff_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts, in ff_gen_search() argument
2357 static int seek_frame_byte(AVFormatContext *s, int stream_index, in seek_frame_byte()
2377 static int seek_frame_generic(AVFormatContext *s, int stream_index,
2481 static int seek_frame_internal(AVFormatContext *s, int stream_index,
2525 int av_seek_frame(AVFormatContext *s, int stream_index,
2548 int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts,
3996 int stream_index; local