Searched refs:get_pts (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | stldec.c | 54 static int64_t get_pts(char **buf, int *duration) in get_pts() function 95 pts_start = get_pts(&p , &duration); in stl_read_header()
|
D | microdvddec.c | 58 static int64_t get_pts(const char *buf) in get_pts() function 141 pts = get_pts(line); in microdvd_read_header()
|
D | mpeg.c | 147 static int64_t get_pts(AVIOContext *pb, int c) in get_pts() function 377 pts = get_pts(s->pb, c); in mpegps_read_pes_header() 380 dts = get_pts(s->pb, -1); in mpegps_read_pes_header() 392 dts = pts = get_pts(s->pb, -1); in mpegps_read_pes_header() 395 dts = get_pts(s->pb, -1); in mpegps_read_pes_header()
|
D | aaxdec.c | 98 static int64_t get_pts(AVFormatContext *s, int64_t pos, int size) in get_pts() function 388 pkt->pts = get_pts(s, pkt->pos, size); in aax_read_packet()
|
D | dhav.c | 302 static int64_t get_pts(AVFormatContext *s, int stream_index) in get_pts() function 419 pkt->pts = get_pts(s, pkt->stream_index); in dhav_read_packet()
|