Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dccaption_dec.c256 int64_t last_real_time; member
313 ctx->last_real_time = 0; in flush_decoder()
890 ctx->last_real_time = sub->pts; in decode()
908 sub->pts > ctx->last_real_time + av_rescale_q(200, ms_tb, AV_TIME_BASE_Q)) { in decode()
909 ctx->last_real_time = sub->pts; in decode()