Home
last modified time | relevance | path

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

/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp4AudioClip/
H A DMp4AudioClip.cpp140 AP4_UI64 max_dts; in main() local
143 max_dts = input_track->GetDuration(); in main()
145 max_dts = AP4_ConvertTime(duration_ms, 1000, input_track->GetMediaTimeScale()); in main()
178 if (dts > max_dts) break; in main()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dfilelist.c42 u64 max_cts, max_dts; member
127 iopid->max_cts = iopid->max_dts = 0; in filelist_start_ipid()
581 if (dts > iopid->max_dts) iopid->max_dts = dts; in filelist_process()
592 …if ( (ctx->stop-ctx->start) * iopid->timescale <= (iopid->max_dts - iopid->first_dts_plus_one + 1)… in filelist_process()
602 u64 max_cts = 0, max_dts = 0; in filelist_process() local
622 ts = iopid->max_dts - iopid->dts_sub; in filelist_process()
625 if (max_dts < ts) max_dts = ts; in filelist_process()
628 ctx->cts_offset += max_dts; in filelist_process()
629 ctx->dts_offset += max_dts; in filelist_process()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dfilelist.c42 u64 max_cts, max_dts; member
127 iopid->max_cts = iopid->max_dts = 0; in filelist_start_ipid()
581 if (dts > iopid->max_dts) iopid->max_dts = dts; in filelist_process()
592 …if ( (ctx->stop-ctx->start) * iopid->timescale <= (iopid->max_dts - iopid->first_dts_plus_one + 1)… in filelist_process()
602 u64 max_cts = 0, max_dts = 0; in filelist_process() local
622 ts = iopid->max_dts - iopid->dts_sub; in filelist_process()
625 if (max_dts < ts) max_dts = ts; in filelist_process()
628 ctx->cts_offset += max_dts; in filelist_process()
629 ctx->dts_offset += max_dts; in filelist_process()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Davidec.c1565 int64_t max_dts = INT64_MIN / 2; in check_stream_max_drift() local
1595 max_dts = FFMAX(max_dts, dts); in check_stream_max_drift()
1602 if (max_dts - min_dts > 2 * AV_TIME_BASE || in check_stream_max_drift()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Davidec.c1644 int64_t max_dts = INT64_MIN / 2; in check_stream_max_drift() local
1674 max_dts = FFMAX(max_dts, dts); in check_stream_max_drift()
1681 if (max_dts - min_dts > 2 * AV_TIME_BASE || in check_stream_max_drift()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Davidec.c1649 int64_t max_dts = INT64_MIN / 2; in check_stream_max_drift() local
1679 max_dts = FFMAX(max_dts, dts); in check_stream_max_drift()
1686 if (max_dts - min_dts > 2 * AV_TIME_BASE || in check_stream_max_drift()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Davidec.c1565 int64_t max_dts = INT64_MIN / 2; in check_stream_max_drift() local
1595 max_dts = FFMAX(max_dts, dts); in check_stream_max_drift()
1602 if (max_dts - min_dts > 2 * AV_TIME_BASE || in check_stream_max_drift()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Davidec.c1647 int64_t max_dts = INT64_MIN / 2; in check_stream_max_drift() local
1677 max_dts = FFMAX(max_dts, dts); in check_stream_max_drift()
1684 if (max_dts - min_dts > 2 * AV_TIME_BASE || in check_stream_max_drift()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Davidec.c1679 int64_t max_dts = INT64_MIN / 2; in check_stream_max_drift() local
1710 max_dts = FFMAX(max_dts, dts); in check_stream_max_drift()
1717 if (av_sat_sub64(max_dts, min_dts) > 2 * AV_TIME_BASE || in check_stream_max_drift()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/
H A Dmpegts_decoder.c3699 int64_t max_dts = frame_to_dts(cdata, cdata->nframes); in mpegts_save_index() local
3709 if (lives_write_le(fd, &max_dts, 8) < 8) goto failwr; in mpegts_save_index()
3737 int64_t dts, last_dts = 0, max_dts = 0; in mpegts_load_index() local
3751 bytes = lives_read_le(fd, &max_dts, 8); in mpegts_load_index()
3754 if (max_dts < last_dts) goto failrd; in mpegts_load_index()
3761 if (dts > max_dts) goto failrd; in mpegts_load_index()
3779 return max_dts; in mpegts_load_index()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Davidec.c1679 int64_t max_dts = INT64_MIN / 2; in check_stream_max_drift() local
1710 max_dts = FFMAX(max_dts, dts); in check_stream_max_drift()
1717 if (av_sat_sub64(max_dts, min_dts) > 2 * AV_TIME_BASE || in check_stream_max_drift()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dhtsp_server.c3991 int64_t max_dts = PTS_UNSET; in htsp_stream_deliver() local
4005 if(max_dts == PTS_UNSET) in htsp_stream_deliver()
4006 max_dts = ts; in htsp_stream_deliver()
4008 max_dts = MAX(ts, max_dts); in htsp_stream_deliver()
4011 htsmsg_add_s64(m, "delay", max_dts - min_dts); in htsp_stream_deliver()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Dmpeg2_ps.c137 u64 max_dts; member
1425 ps->max_dts = (ps->max_time * 90) + ps->first_dts; in mpeg2ps_scan_file()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Dmpeg2_ps.c137 u64 max_dts; member
1425 ps->max_dts = (ps->max_time * 90) + ps->first_dts; in mpeg2ps_scan_file()