Home
last modified time | relevance | path

Searched refs:pts_reorder_error_count (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dinternal.h323 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
H A Dutils.c1055 if (st->internal->pts_reorder_error_count[i]) { in select_from_pts_buffer()
1056 … int64_t score = st->internal->pts_reorder_error[i] / st->internal->pts_reorder_error_count[i]; in select_from_pts_buffer()
1070 st->internal->pts_reorder_error_count[i]++; in select_from_pts_buffer()
1071 if (st->internal->pts_reorder_error_count[i] > 250) { in select_from_pts_buffer()
1073 st->internal->pts_reorder_error_count[i] >>= 1; in select_from_pts_buffer()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dinternal.h323 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
H A Dutils.c1055 if (st->internal->pts_reorder_error_count[i]) { in select_from_pts_buffer()
1056 … int64_t score = st->internal->pts_reorder_error[i] / st->internal->pts_reorder_error_count[i]; in select_from_pts_buffer()
1070 st->internal->pts_reorder_error_count[i]++; in select_from_pts_buffer()
1071 if (st->internal->pts_reorder_error_count[i] > 250) { in select_from_pts_buffer()
1073 st->internal->pts_reorder_error_count[i] >>= 1; in select_from_pts_buffer()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Davformat.h1071 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
H A Dutils.c816 if (st->pts_reorder_error_count[i]) { in select_from_pts_buffer()
817 int64_t score = st->pts_reorder_error[i] / st->pts_reorder_error_count[i]; in select_from_pts_buffer()
831 st->pts_reorder_error_count[i]++; in select_from_pts_buffer()
832 if (st->pts_reorder_error_count[i] > 250) { in select_from_pts_buffer()
834 st->pts_reorder_error_count[i] >>= 1; in select_from_pts_buffer()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Davformat.h1071 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
H A Dutils.c816 if (st->pts_reorder_error_count[i]) { in select_from_pts_buffer()
817 int64_t score = st->pts_reorder_error[i] / st->pts_reorder_error_count[i]; in select_from_pts_buffer()
831 st->pts_reorder_error_count[i]++; in select_from_pts_buffer()
832 if (st->pts_reorder_error_count[i] > 250) { in select_from_pts_buffer()
834 st->pts_reorder_error_count[i] >>= 1; in select_from_pts_buffer()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ffmpeg/osx/include/libavformat/
H A Davformat.h1071 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Davformat.h1197 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
H A Dutils.c1059 if (st->pts_reorder_error_count[i]) { in select_from_pts_buffer()
1060 int64_t score = st->pts_reorder_error[i] / st->pts_reorder_error_count[i]; in select_from_pts_buffer()
1074 st->pts_reorder_error_count[i]++; in select_from_pts_buffer()
1075 if (st->pts_reorder_error_count[i] > 250) { in select_from_pts_buffer()
1077 st->pts_reorder_error_count[i] >>= 1; in select_from_pts_buffer()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/ffmpeg_android/libavformat/
H A Davformat.h1189 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/libavformat/
H A Davformat.h1189 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/libavformat/
H A Davformat.h1180 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/libavformat/
H A Davformat.h1189 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/ffmpeg_android/libavformat/
H A Davformat.h1189 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/ffmpeg/include/libavformat/
H A Davformat.h1187 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Davformat.h1197 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
H A Dutils.c1030 if (st->pts_reorder_error_count[i]) { in select_from_pts_buffer()
1031 int64_t score = st->pts_reorder_error[i] / st->pts_reorder_error_count[i]; in select_from_pts_buffer()
1045 st->pts_reorder_error_count[i]++; in select_from_pts_buffer()
1046 if (st->pts_reorder_error_count[i] > 250) { in select_from_pts_buffer()
1048 st->pts_reorder_error_count[i] >>= 1; in select_from_pts_buffer()
/dports/graphics/cfdg/cfdg-3.3_1/src-ffmpeg/include/libavformat/
H A Davformat.h1204 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Davformat.h1203 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
H A Dutils.c1073 if (st->pts_reorder_error_count[i]) { in select_from_pts_buffer()
1074 int64_t score = st->pts_reorder_error[i] / st->pts_reorder_error_count[i]; in select_from_pts_buffer()
1088 st->pts_reorder_error_count[i]++; in select_from_pts_buffer()
1089 if (st->pts_reorder_error_count[i] > 250) { in select_from_pts_buffer()
1091 st->pts_reorder_error_count[i] >>= 1; in select_from_pts_buffer()
/dports/textproc/goldendict/goldendict-73ec1b5/maclibs/include/libavformat/
H A Davformat.h1204 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
/dports/textproc/goldendict/goldendict-73ec1b5/winlibs/include/libavformat/
H A Davformat.h1204 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-ffmpeg-support/impl/
H A Dffmpeg-2.3.6-single-header.h4479 uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; member

12