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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c208 PtsCorrectionContext pts_ctx; member in struct:VideoState
1211 vqsize / 1024, sqsize, is->pts_ctx.num_faulty_dts, is->pts_ctx.num_faulty_pts);
1484 init_pts_correction(&is->pts_ctx);
1497 *pts = guess_correct_pts(&is->pts_ctx, frame->pkt_pts, frame->pkt_dts);
H A Davconv.c174 PtsCorrectionContext pts_ctx; member in struct:InputStream
1944 ist->next_pts = ist->pts = guess_correct_pts(&ist->pts_ctx, decoded_frame->pkt_pts,
2228 init_pts_correction(&ist->pts_ctx);
H A Dffmpeg.c311 PtsCorrectionContext pts_ctx; member in struct:InputStream
1557 ist->next_pts = ist->pts = guess_correct_pts(&ist->pts_ctx, picture.pkt_pts, picture.pkt_dts);
2381 init_pts_correction(&ist->pts_ctx);

Completed in 119 milliseconds