Home
last modified time | relevance | path

Searched defs:pos_limit (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dpva.c202 pva_read_timestamp(struct AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit) pva_read_timestamp() argument
H A Dflacdec.c258 flac_read_timestamp(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) flac_read_timestamp() argument
H A Dnuv.c328 static int nuv_resync(AVFormatContext *s, int64_t pos_limit) { in nuv_resync() argument
345 nuv_read_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) nuv_read_dts() argument
H A Dgxf.c591 gxf_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit) gxf_read_timestamp() argument
H A Doggdec.c889 ogg_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos_arg, int64_t pos_limit) ogg_read_timestamp() argument
H A Dseek.c274 static int64_t read_timestamp(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit, in read_timestamp() argument
287 int64_t pos_min = 0, pos_max = 0, pos, pos_limit; in ff_seek_frame_binary() local
391 ff_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts, int64_t pos_min, int64_t pos_max, int64_t pos_limit, int64_t ts_min, int64_t ts_max, int flags, int64_t *ts_ret, int64_t (*read_timestamp_func)(struct AVFormatContext *, int, int64_t *, int64_t)) ff_gen_search() argument
[all...]
H A Drmdec.c1090 rm_read_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) rm_read_dts() argument
H A Dmpeg.c659 mpegps_read_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) mpegps_read_dts() argument
H A Dnutdec.c1214 nut_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos_arg, int64_t pos_limit) nut_read_timestamp() argument
H A Dasfdec_o.c1456 asf_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit) asf_read_timestamp() argument
H A Dasfdec_f.c1434 asf_read_pts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) asf_read_pts() argument
H A Dmpegts.c3946 mpegts_get_pcr(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) mpegts_get_pcr() argument
3980 mpegts_get_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) mpegts_get_dts() argument

Completed in 21 milliseconds