Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddecode.c257 ctx->pts_correction_num_faulty_pts += reordered_pts <= ctx->pts_correction_last_pts; in guess_correct_pts()
258 ctx->pts_correction_last_pts = reordered_pts; in guess_correct_pts()
260 ctx->pts_correction_last_pts = dts; in guess_correct_pts()
1599 avctx->pts_correction_last_pts = in ff_decode_preinit()
H A Davcodec.h1762 int64_t pts_correction_last_pts; /// PTS of the last frame member
H A Davcodec.c400 avctx->pts_correction_last_pts = in avcodec_flush_buffers()

Completed in 8 milliseconds