Home
last modified time | relevance | path

Searched refs:get_pts (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dstldec.c54 static int64_t get_pts(char **buf, int *duration) in get_pts() function
95 pts_start = get_pts(&p , &duration); in stl_read_header()
H A Dmicrodvddec.c58 static int64_t get_pts(const char *buf) in get_pts() function
141 pts = get_pts(line); in microdvd_read_header()
H A Dmpeg.c151 static int64_t get_pts(AVIOContext *pb, int c) in get_pts() function
381 pts = get_pts(s->pb, c); in mpegps_read_pes_header()
384 dts = get_pts(s->pb, -1); in mpegps_read_pes_header()
396 dts = pts = get_pts(s->pb, -1); in mpegps_read_pes_header()
399 dts = get_pts(s->pb, -1); in mpegps_read_pes_header()
H A Daaxdec.c99 static int64_t get_pts(AVFormatContext *s, int64_t pos, int size) in get_pts() function
362 pkt->pts = get_pts(s, pkt->pos, size); in aax_read_packet()
H A Ddhav.c306 static int64_t get_pts(AVFormatContext *s, int stream_index) in get_pts() function
426 pkt->pts = get_pts(s, pkt->stream_index); in dhav_read_packet()

Completed in 4 milliseconds