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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsrtdec.c54 static int64_t get_pts(const char *buf) function
90 pkt->pts = pkt->dts = get_pts(pkt->data);
H A Dassdec.c56 static int64_t get_pts(const uint8_t *p) function
73 return get_pts(*a) - get_pts(*b);
108 if(i && get_pts(line) == AV_NOPTS_VALUE)
158 pkt->pts= pkt->dts= get_pts(p);
192 int64_t pts = get_pts(ass->event[i]);
H A Dmpeg.c130 static int64_t get_pts(AVIOContext *pb, int c) function
323 dts = pts = get_pts(s->pb, c);
326 dts = get_pts(s->pb, -1);
344 dts = pts = get_pts(s->pb, -1);
347 dts = get_pts(s->pb, -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmicrodvddec.c58 static int64_t get_pts(const char *buf) function
140 sub->pts = get_pts(line);
H A Dsrtdec.c52 static int64_t get_pts(const char **buf, int *duration, function
102 pts = get_pts(&ptr, &duration, &x1, &y1, &x2, &y2);
H A Dmpeg.c152 static int64_t get_pts(AVIOContext *pb, int c) function
379 pts = get_pts(s->pb, c);
382 dts = get_pts(s->pb, -1);
394 dts = pts = get_pts(s->pb, -1);
397 dts = get_pts(s->pb, -1);

Completed in 204 milliseconds