Home
last modified time | relevance | path

Searched refs:max_pts (Results 101 – 122 of 122) sorted by relevance

12345

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/input/
H A Dr_qtmp4.cpp2161 auto max_pts = sample_table[0].pts; in calculate_frame_rate() local
2162 auto min_pts = max_pts; in calculate_frame_rate()
2165 max_pts = std::max(max_pts, sample.pts); in calculate_frame_rate()
2169 auto duration = to_nsecs(max_pts - min_pts); in calculate_frame_rate()
/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_qt.c3412 int64_t min_pts = 0, max_pts = 0; /* avoid warning */ in demux_qt_send_chunk() local
3452 min_pts = max_pts = pts; in demux_qt_send_chunk()
3457 } else if (pts > max_pts) in demux_qt_send_chunk()
3458 max_pts = pts; in demux_qt_send_chunk()
3468 i = this->qt.seek_flag || (next_trak < 0) || (max_pts - min_pts > MAX_PTS_DIFF) ? in demux_qt_send_chunk()
/dports/multimedia/handbrake/ffmpeg-4.4/fftools/
H A Dffmpeg.c4314 … if (ist->max_pts > ist->min_pts && ist->max_pts - (uint64_t)ist->min_pts < INT64_MAX - duration) in seek_to_start()
4315 duration += ist->max_pts - ist->min_pts; in seek_to_start()
4536 ist->max_pts = FFMAX(pkt->pts, ist->max_pts); in process_input()
H A Dffmpeg_opt.c813 ist->max_pts = INT64_MIN; in add_input_streams()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/fftools/
H A Dffmpeg.c4319 … if (ist->max_pts > ist->min_pts && ist->max_pts - (uint64_t)ist->min_pts < INT64_MAX - duration) in seek_to_start()
4320 duration += ist->max_pts - ist->min_pts; in seek_to_start()
4541 ist->max_pts = FFMAX(pkt->pts, ist->max_pts); in process_input()
H A Dffmpeg_opt.c813 ist->max_pts = INT64_MIN; in add_input_streams()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/fftools/
H A Dffmpeg.c4228 … if (ist->max_pts > ist->min_pts && ist->max_pts - (uint64_t)ist->min_pts < INT64_MAX - duration) in seek_to_start()
4229 duration += ist->max_pts - ist->min_pts; in seek_to_start()
4449 ist->max_pts = FFMAX(pkt.pts, ist->max_pts); in process_input()
H A Dffmpeg_opt.c740 ist->max_pts = INT64_MIN; in add_input_streams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/fftools/
H A Dffmpeg.c4202 … if (ist->max_pts > ist->min_pts && ist->max_pts - (uint64_t)ist->min_pts < INT64_MAX - duration) in seek_to_start()
4203 duration += ist->max_pts - ist->min_pts; in seek_to_start()
4424 ist->max_pts = FFMAX(pkt.pts, ist->max_pts); in process_input()
H A Dffmpeg_opt.c795 ist->max_pts = INT64_MIN; in add_input_streams()
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/cykdtree/
H A Dutils.pyx30 cdef np.float64_t* cout = max_pts(&pos[0,0], n, m)
H A Dutils.cpp2799 …__pyx_v_cout = max_pts((&(*__Pyx_BufPtrStrided2d(__pyx_t_5numpy_float64_t *, __pyx_pybuffernd_pos.… in __pyx_pf_2yt_9utilities_3lib_8cykdtree_5utils_py_max_pts()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/fftools/
H A Dffmpeg.c4244 duration += ist->max_pts - ist->min_pts; in seek_to_start()
4464 ist->max_pts = FFMAX(pkt.pts, ist->max_pts); in process_input()
H A Dffmpeg_opt.c725 ist->max_pts = INT64_MIN; in add_input_streams()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/dll_demo/
H A Dnoj.nspec623 [ max_pts INTEGER {N_mom(shint,rbfMaxPts)} ]
H A Ddakota.input.nspec735 [ max_pts INTEGER {N_mom(shint,rbfMaxPts)} ]
H A Dnoj.desc1036 TAG "model/surrogate/global/radial_basis/max_pts"
H A Ddakota.input.desc1189 TAG "model/surrogate/global/radial_basis/max_pts"
/dports/science/py-dlib/dlib-19.22/dlib/gui_widgets/
H A Dwidgets.h3742 vector<double> max_pts; variable
/dports/science/dlib-cpp/dlib-19.22/dlib/gui_widgets/
H A Dwidgets.h3742 vector<double> max_pts; variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A Ddakota.input.summary4799 [ max_pts INTEGER ]
H A Ddakota.input.nspec5968 [ max_pts INTEGER {N_mom(shint,rbfMaxPts)} ]

12345