Home
last modified time | relevance | path

Searched refs:pts_reorder_error_count (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dinternal.h341 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
H A Ddemux.c761 if (sti->pts_reorder_error_count[i]) { in select_from_pts_buffer()
762 int64_t score = sti->pts_reorder_error[i] / sti->pts_reorder_error_count[i]; in select_from_pts_buffer()
776 sti->pts_reorder_error_count[i]++; in select_from_pts_buffer()
777 if (sti->pts_reorder_error_count[i] > 250) { in select_from_pts_buffer()
779 sti->pts_reorder_error_count[i] >>= 1; in select_from_pts_buffer()

Completed in 6 milliseconds