Home
last modified time | relevance | path

Searched refs:duration_error (Results 1 – 25 of 38) sorted by relevance

12

/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Dextinfo.c928 int duration_error = FALSE; in show_host_info() local
980 duration_error = FALSE; in show_host_info()
983 duration_error = TRUE; in show_host_info()
989 duration_error = TRUE; in show_host_info()
1063 duration_error = FALSE; in show_host_info()
1065 duration_error = TRUE; in show_host_info()
1290 duration_error = FALSE; in show_service_info()
1293 duration_error = TRUE; in show_service_info()
1299 duration_error = TRUE; in show_service_info()
1376 duration_error = FALSE; in show_service_info()
[all …]
H A Dstatus.c1421 int duration_error = FALSE; in show_service_detail() local
1985 duration_error = FALSE; in show_service_detail()
1988 duration_error = TRUE; in show_service_detail()
1994 duration_error = TRUE; in show_service_detail()
1999 if(duration_error == TRUE) in show_service_detail()
2078 int duration_error = FALSE; in show_host_detail() local
2443 duration_error = FALSE; in show_host_detail()
2446 duration_error = TRUE; in show_host_detail()
2452 duration_error = TRUE; in show_host_detail()
2457 if(duration_error == TRUE) in show_host_detail()
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dextinfo.c988 int duration_error = FALSE; in show_host_info() local
1040 duration_error = FALSE; in show_host_info()
1043 duration_error = TRUE; in show_host_info()
1049 duration_error = TRUE; in show_host_info()
1123 duration_error = FALSE; in show_host_info()
1125 duration_error = TRUE; in show_host_info()
1350 duration_error = FALSE; in show_service_info()
1353 duration_error = TRUE; in show_service_info()
1359 duration_error = TRUE; in show_service_info()
1436 duration_error = FALSE; in show_service_info()
[all …]
H A Dstatus.c1326 int duration_error = FALSE; in show_service_detail() local
1879 duration_error = FALSE; in show_service_detail()
1882 duration_error = TRUE; in show_service_detail()
1888 duration_error = TRUE; in show_service_detail()
1893 if(duration_error == TRUE) in show_service_detail()
1972 int duration_error = FALSE; in show_host_detail() local
2319 duration_error = FALSE; in show_host_detail()
2322 duration_error = TRUE; in show_host_detail()
2328 duration_error = TRUE; in show_host_detail()
2333 if(duration_error == TRUE) in show_host_detail()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dutils.c2824 if (!st->info->duration_error) in ff_rfps_add_frame()
2825 st->info->duration_error = av_mallocz(sizeof(st->info->duration_error[0])*2); in ff_rfps_add_frame()
2826 if (!st->info->duration_error) in ff_rfps_add_frame()
2832 if (st->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
2838 st->info->duration_error[j][0][i] += error; in ff_rfps_add_frame()
2849 if (st->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
2855 st->info->duration_error[0][1][i] = 2e10; in ff_rfps_add_frame()
2856 st->info->duration_error[1][1][i] = 2e10; in ff_rfps_add_frame()
2930 av_freep(&st->info->duration_error); in ff_rfps_calculate()
3359 av_freep(&st->info->duration_error); in avformat_find_stream_info()
[all …]
H A Davformat.h925 double (*duration_error)[2][MAX_STD_TIMEBASES]; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dutils.c2824 if (!st->info->duration_error) in ff_rfps_add_frame()
2825 st->info->duration_error = av_mallocz(sizeof(st->info->duration_error[0])*2); in ff_rfps_add_frame()
2826 if (!st->info->duration_error) in ff_rfps_add_frame()
2832 if (st->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
2838 st->info->duration_error[j][0][i] += error; in ff_rfps_add_frame()
2849 if (st->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
2855 st->info->duration_error[0][1][i] = 2e10; in ff_rfps_add_frame()
2856 st->info->duration_error[1][1][i] = 2e10; in ff_rfps_add_frame()
2930 av_freep(&st->info->duration_error); in ff_rfps_calculate()
3359 av_freep(&st->info->duration_error); in avformat_find_stream_info()
[all …]
H A Davformat.h925 double (*duration_error)[2][MAX_STD_TIMEBASES]; member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dutils.c3331 if (!st->info->duration_error) in ff_rfps_add_frame()
3332 st->info->duration_error = av_mallocz(sizeof(st->info->duration_error[0])*2); in ff_rfps_add_frame()
3333 if (!st->info->duration_error) in ff_rfps_add_frame()
3339 if (st->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
3345 st->info->duration_error[j][0][i] += error; in ff_rfps_add_frame()
3356 if (st->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
3362 st->info->duration_error[0][1][i] = 2e10; in ff_rfps_add_frame()
3363 st->info->duration_error[1][1][i] = 2e10; in ff_rfps_add_frame()
3438 av_freep(&st->info->duration_error); in ff_rfps_calculate()
4154 av_freep(&st->info->duration_error); in avformat_find_stream_info()
[all …]
H A Davformat.h1033 double (*duration_error)[2][MAX_STD_TIMEBASES]; member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dutils.c3358 if (!st->internal->info->duration_error) in ff_rfps_add_frame()
3359 … st->internal->info->duration_error = av_mallocz(sizeof(st->internal->info->duration_error[0])*2); in ff_rfps_add_frame()
3360 if (!st->internal->info->duration_error) in ff_rfps_add_frame()
3366 if (st->internal->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
3372 st->internal->info->duration_error[j][0][i] += error; in ff_rfps_add_frame()
3385 if (st->internal->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
3391 st->internal->info->duration_error[0][1][i] = 2e10; in ff_rfps_add_frame()
3392 st->internal->info->duration_error[1][1][i] = 2e10; in ff_rfps_add_frame()
3468 av_freep(&st->internal->info->duration_error); in ff_rfps_calculate()
4197 av_freep(&st->internal->info->duration_error); in avformat_find_stream_info()
[all …]
H A Dinternal.h215 double (*duration_error)[2][MAX_STD_TIMEBASES]; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dutils.c3374 if (!st->info->duration_error) in ff_rfps_add_frame()
3375 st->info->duration_error = av_mallocz(sizeof(st->info->duration_error[0])*2); in ff_rfps_add_frame()
3376 if (!st->info->duration_error) in ff_rfps_add_frame()
3382 if (st->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
3388 st->info->duration_error[j][0][i] += error; in ff_rfps_add_frame()
3401 if (st->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
3407 st->info->duration_error[0][1][i] = 2e10; in ff_rfps_add_frame()
3408 st->info->duration_error[1][1][i] = 2e10; in ff_rfps_add_frame()
3483 av_freep(&st->info->duration_error); in ff_rfps_calculate()
4202 av_freep(&st->info->duration_error); in avformat_find_stream_info()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dutils.c3304 if (!st->info->duration_error) in ff_rfps_add_frame()
3305 st->info->duration_error = av_mallocz(sizeof(st->info->duration_error[0])*2); in ff_rfps_add_frame()
3306 if (!st->info->duration_error) in ff_rfps_add_frame()
3312 if (st->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
3318 st->info->duration_error[j][0][i] += error; in ff_rfps_add_frame()
3331 if (st->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
3337 st->info->duration_error[0][1][i] = 2e10; in ff_rfps_add_frame()
3338 st->info->duration_error[1][1][i] = 2e10; in ff_rfps_add_frame()
3413 av_freep(&st->info->duration_error); in ff_rfps_calculate()
4143 av_freep(&st->info->duration_error); in avformat_find_stream_info()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dutils.c3356 if (!st->internal->info->duration_error) in ff_rfps_add_frame()
3357 … st->internal->info->duration_error = av_mallocz(sizeof(st->internal->info->duration_error[0])*2); in ff_rfps_add_frame()
3358 if (!st->internal->info->duration_error) in ff_rfps_add_frame()
3364 if (st->internal->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
3370 st->internal->info->duration_error[j][0][i] += error; in ff_rfps_add_frame()
3383 if (st->internal->info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
3389 st->internal->info->duration_error[0][1][i] = 2e10; in ff_rfps_add_frame()
3390 st->internal->info->duration_error[1][1][i] = 2e10; in ff_rfps_add_frame()
3466 av_freep(&st->internal->info->duration_error); in ff_rfps_calculate()
4193 av_freep(&st->internal->info->duration_error); in avformat_find_stream_info()
[all …]
H A Dinternal.h215 double (*duration_error)[2][MAX_STD_TIMEBASES]; member
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dutils.c1830 double (*duration_error)[MAX_STD_TIMEBASES]; in av_find_stream_info() local
1837 duration_error = av_mallocz(MAX_STREAMS * sizeof(*duration_error)); in av_find_stream_info()
1838 if (!duration_error) return AVERROR(ENOMEM); in av_find_stream_info()
1937 memset(duration_error[index], 0, sizeof(*duration_error)); in av_find_stream_info()
1942 duration_error[index][i] += error*error; in av_find_stream_info()
2014 double error= duration_error[i][j] * get_std_framerate(j); in av_find_stream_info()
2091 av_free(duration_error); in av_find_stream_info()
/dports/graphics/jogamp-jogl/jogl/make/stub_includes/libav/lavc54_lavf54_lavu52_lavr01/libavformat/
H A Davformat.h729 double duration_error[MAX_STD_TIMEBASES]; member
/dports/graphics/jogamp-jogl/jogl/make/stub_includes/libav/lavc53_lavf53_lavu51/libavformat/
H A Davformat.h777 double duration_error[MAX_STD_TIMEBASES]; member
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ffmpeg/osx/include/libavformat/
H A Davformat.h925 double (*duration_error)[2][MAX_STD_TIMEBASES]; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/ffmpeg_android/libavformat/
H A Davformat.h1032 double (*duration_error)[2][MAX_STD_TIMEBASES]; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/libavformat/
H A Davformat.h1032 double (*duration_error)[2][MAX_STD_TIMEBASES]; member
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/libavformat/
H A Davformat.h1011 double (*duration_error)[2][MAX_STD_TIMEBASES]; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/libavformat/
H A Davformat.h1032 double (*duration_error)[2][MAX_STD_TIMEBASES]; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/ffmpeg_android/libavformat/
H A Davformat.h1032 double (*duration_error)[2][MAX_STD_TIMEBASES]; member

12