Home
last modified time | relevance | path

Searched refs:reordered_pts (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddecode.c268 int64_t reordered_pts, int64_t dts) in guess_correct_pts() argument
275 } else if (reordered_pts != AV_NOPTS_VALUE) in guess_correct_pts()
276 ctx->pts_correction_last_dts = reordered_pts; in guess_correct_pts()
278 if (reordered_pts != AV_NOPTS_VALUE) { in guess_correct_pts()
279 ctx->pts_correction_num_faulty_pts += reordered_pts <= ctx->pts_correction_last_pts; in guess_correct_pts()
280 ctx->pts_correction_last_pts = reordered_pts; in guess_correct_pts()
285 && reordered_pts != AV_NOPTS_VALUE) in guess_correct_pts()
286 pts = reordered_pts; in guess_correct_pts()
Dmpegvideo.h148 int64_t reordered_pts; member
Dmpegvideo_enc.c2096 pkt->dts = s->reordered_pts; in ff_mpv_encode_picture()
2097 s->reordered_pts = pkt->pts; in ff_mpv_encode_picture()