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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dassdec.c68 static int64_t get_pts(const uint8_t *p) function
85 return get_pts(*a) - get_pts(*b);
120 if(i && get_pts(line) == AV_NOPTS_VALUE)
170 pkt->pts= pkt->dts= get_pts(p);
H A Dmpeg.c121 static int64_t get_pts(ByteIOContext *pb, int c) function
309 dts = pts = get_pts(s->pb, c);
312 dts = get_pts(s->pb, -1);
330 dts = pts = get_pts(s->pb, -1);
333 dts = get_pts(s->pb, -1);
H A Dmpegts.c813 static int64_t get_pts(const uint8_t *p) function
903 pes->dts = pes->pts = get_pts(r);
906 pes->pts = get_pts(r);
908 pes->dts = get_pts(r);

Completed in 95 milliseconds