Searched refs:cur_pts (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34.h108 int cur_pts, last_pts, next_pts; member in struct:RV34DecContext
H A Drv34.c1571 r->cur_pts = r1->cur_pts;
1714 r->cur_pts = si.pts;
1717 r->next_pts = r->cur_pts;
1720 int dist0 = GET_PTS_DIFF(r->cur_pts, r->last_pts);
1721 int dist1 = GET_PTS_DIFF(r->next_pts, r->cur_pts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34.h107 int cur_pts, last_pts, next_pts; member in struct:RV34DecContext
H A Drv34.c1573 r->cur_pts = r1->cur_pts;
1735 r->cur_pts = si.pts;
1738 r->next_pts = r->cur_pts;
1741 int dist0 = GET_PTS_DIFF(r->cur_pts, r->last_pts);
1742 int dist1 = GET_PTS_DIFF(r->next_pts, r->cur_pts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_w3fdif.c269 int64_t cur_pts = s->cur->pts; local
272 if (next_pts != AV_NOPTS_VALUE && cur_pts != AV_NOPTS_VALUE) {
273 out->pts = cur_pts + next_pts;
H A Dvf_yadif.c274 int64_t cur_pts = yadif->cur->pts; local
277 if (next_pts != AV_NOPTS_VALUE && cur_pts != AV_NOPTS_VALUE) {
278 yadif->out->pts = cur_pts + next_pts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsmacker.c61 int64_t cur_pts; member in struct:SmackerContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsmacker.c64 int64_t cur_pts; member in struct:SmackerContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c138 int64_t cur_pts; /* current pts value from the stream in us */ member in struct:HTTPContext
2193 return c->cur_pts;
2197 return c->cur_pts + (c->cur_frame_duration * bytes_sent) / frame_bytes;
2346 c->cur_pts = av_rescale_q(pkt.dts, ist->time_base, AV_TIME_BASE_Q);
2347 c->cur_pts -= c->first_pts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c151 int64_t cur_pts; /* current pts value from the stream in us */ member in struct:HTTPContext
2279 return c->cur_pts;
2283 return c->cur_pts + (c->cur_frame_duration * bytes_sent) / frame_bytes;
2430 c->cur_pts = av_rescale_q(pkt.dts, ist->time_base, AV_TIME_BASE_Q);
2431 c->cur_pts -= c->first_pts;

Completed in 95 milliseconds