Lines Matching refs:AVFormatContext
87 int ff_read_packet(AVFormatContext *s, AVPacket *pkt);
89 void ff_read_frame_flush(AVFormatContext *s);
98 int ff_seek_frame_binary(AVFormatContext *s, int stream_index,
109 void avpriv_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp);
111 int ff_find_last_ts(AVFormatContext *s, int stream_index, int64_t *ts, int64_t *pos,
112 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
120 int64_t ff_gen_search(AVFormatContext *s, int stream_index,
125 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
141 void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance);
145 * AVFormatContext.max_index_size by discarding entries if it grows
148 void ff_reduce_index(AVFormatContext *s, int stream_index);
156 int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t dts);
158 void ff_rfps_calculate(AVFormatContext *ic);
193 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base,
209 int ff_add_attached_pic(AVFormatContext *s, AVStream *st, AVIOContext *pb,
239 int ff_find_stream_index(const AVFormatContext *s, int id);