Home
last modified time | relevance | path

Searched refs:prev_duration (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/check/libs/
H A Daudiocdsrc.c367 GstClockTime prev_ts, prev_duration, ts; in GST_START_TEST() local
386 prev_duration = GST_CLOCK_TIME_NONE; in GST_START_TEST()
400 fail_unless (GST_CLOCK_TIME_IS_VALID (prev_duration)); in GST_START_TEST()
401 fail_unless ((prev_ts + prev_duration) == ts); in GST_START_TEST()
404 prev_duration = GST_BUFFER_DURATION (buf); in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/check/libs/
H A Daudiocdsrc.c367 GstClockTime prev_ts, prev_duration, ts; in GST_START_TEST() local
386 prev_duration = GST_CLOCK_TIME_NONE; in GST_START_TEST()
400 fail_unless (GST_CLOCK_TIME_IS_VALID (prev_duration)); in GST_START_TEST()
401 fail_unless ((prev_ts + prev_duration) == ts); in GST_START_TEST()
404 prev_duration = GST_BUFFER_DURATION (buf); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/check/libs/
H A Daudiocdsrc.c367 GstClockTime prev_ts, prev_duration, ts; in GST_START_TEST() local
386 prev_duration = GST_CLOCK_TIME_NONE; in GST_START_TEST()
400 fail_unless (GST_CLOCK_TIME_IS_VALID (prev_duration)); in GST_START_TEST()
401 fail_unless ((prev_ts + prev_duration) == ts); in GST_START_TEST()
404 prev_duration = GST_BUFFER_DURATION (buf); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/check/libs/
H A Daudiocdsrc.c367 GstClockTime prev_ts, prev_duration, ts; in GST_START_TEST() local
386 prev_duration = GST_CLOCK_TIME_NONE; in GST_START_TEST()
400 fail_unless (GST_CLOCK_TIME_IS_VALID (prev_duration)); in GST_START_TEST()
401 fail_unless ((prev_ts + prev_duration) == ts); in GST_START_TEST()
404 prev_duration = GST_BUFFER_DURATION (buf); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/check/libs/
H A Daudiocdsrc.c367 GstClockTime prev_ts, prev_duration, ts; in GST_START_TEST() local
386 prev_duration = GST_CLOCK_TIME_NONE; in GST_START_TEST()
400 fail_unless (GST_CLOCK_TIME_IS_VALID (prev_duration)); in GST_START_TEST()
401 fail_unless ((prev_ts + prev_duration) == ts); in GST_START_TEST()
404 prev_duration = GST_BUFFER_DURATION (buf); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/check/libs/
H A Daudiocdsrc.c367 GstClockTime prev_ts, prev_duration, ts; in GST_START_TEST() local
386 prev_duration = GST_CLOCK_TIME_NONE; in GST_START_TEST()
400 fail_unless (GST_CLOCK_TIME_IS_VALID (prev_duration)); in GST_START_TEST()
401 fail_unless ((prev_ts + prev_duration) == ts); in GST_START_TEST()
404 prev_duration = GST_BUFFER_DURATION (buf); in GST_START_TEST()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/check/libs/
H A Daudiocdsrc.c367 GstClockTime prev_ts, prev_duration, ts; in GST_START_TEST() local
386 prev_duration = GST_CLOCK_TIME_NONE; in GST_START_TEST()
400 fail_unless (GST_CLOCK_TIME_IS_VALID (prev_duration)); in GST_START_TEST()
401 fail_unless ((prev_ts + prev_duration) == ts); in GST_START_TEST()
404 prev_duration = GST_BUFFER_DURATION (buf); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/check/libs/
H A Daudiocdsrc.c367 GstClockTime prev_ts, prev_duration, ts; in GST_START_TEST() local
386 prev_duration = GST_CLOCK_TIME_NONE; in GST_START_TEST()
400 fail_unless (GST_CLOCK_TIME_IS_VALID (prev_duration)); in GST_START_TEST()
401 fail_unless ((prev_ts + prev_duration) == ts); in GST_START_TEST()
404 prev_duration = GST_BUFFER_DURATION (buf); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/check/libs/
H A Daudiocdsrc.c367 GstClockTime prev_ts, prev_duration, ts; in GST_START_TEST() local
386 prev_duration = GST_CLOCK_TIME_NONE; in GST_START_TEST()
400 fail_unless (GST_CLOCK_TIME_IS_VALID (prev_duration)); in GST_START_TEST()
401 fail_unless ((prev_ts + prev_duration) == ts); in GST_START_TEST()
404 prev_duration = GST_BUFFER_DURATION (buf); in GST_START_TEST()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/check/libs/
H A Daudiocdsrc.c367 GstClockTime prev_ts, prev_duration, ts; in GST_START_TEST() local
386 prev_duration = GST_CLOCK_TIME_NONE; in GST_START_TEST()
400 fail_unless (GST_CLOCK_TIME_IS_VALID (prev_duration)); in GST_START_TEST()
401 fail_unless ((prev_ts + prev_duration) == ts); in GST_START_TEST()
404 prev_duration = GST_BUFFER_DURATION (buf); in GST_START_TEST()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/plugins/elements/
H A Dgstidentity.c455 identity->prev_timestamp = identity->prev_duration = GST_CLOCK_TIME_NONE; in gst_identity_sink_event()
493 identity->prev_duration != GST_CLOCK_TIME_NONE) { in gst_identity_check_imperfect_timestamp()
497 t_expected = identity->prev_timestamp + identity->prev_duration; in gst_identity_check_imperfect_timestamp()
523 identity->prev_duration, "prev-offset", G_TYPE_UINT64, in gst_identity_check_imperfect_timestamp()
568 G_TYPE_UINT64, identity->prev_duration, "prev-offset", in gst_identity_check_imperfect_offset()
640 identity->prev_duration = GST_BUFFER_DURATION (buf); in gst_identity_transform_ip()
891 identity->prev_duration = GST_CLOCK_TIME_NONE; in gst_identity_start()
H A Dgstidentity.h72 GstClockTime prev_duration; member
/dports/print/py-python-ly/python-ly-0.9.6/ly/music/
H A Dread.py131 self.prev_duration = Fraction(1, 4), 1
170 item.duration = self.prev_duration = ly.duration.base_scaling(tokens)
172 item.duration = self.prev_duration
/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmrip/
H A Dogmrip-video-codec.c110 guint prev_duration; member
317 info->prev_duration = info->cur_duration; in ogmrip_video_codec_analyze_watch()
320 if (info->prev_duration == 3 && info->cur_duration == 2) in ogmrip_video_codec_analyze_watch()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Ddashenc.c1436 int64_t prev_duration = c->last_duration; in dash_write_packet() local
1445 if ((!c->use_timeline || !c->use_template) && prev_duration) { in dash_write_packet()
1446 if (c->last_duration < prev_duration*9/10 || in dash_write_packet()
1447 c->last_duration > prev_duration*11/10) { in dash_write_packet()
/dports/games/flare-engine/flare-engine-1.12/src/
H A DSDLInputState.cpp617 int prev_duration = static_cast<int>(repeat_cooldown[i].getDuration()); in handle() local
618 …repeat_cooldown[i].setDuration(std::max(settings->max_frames_per_sec / 10, prev_duration - (settin… in handle()
/dports/net/hostapd-devel/hostap-14ab4a816/wpa_supplicant/
H A Drrm.c1024 u16 prev_duration = params->duration; in wpas_rrm_scan_timeout() local
1039 params->duration = prev_duration; in wpas_rrm_scan_timeout()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Drrm.c1005 u16 prev_duration = params->duration; in wpas_rrm_scan_timeout() local
1020 params->duration = prev_duration; in wpas_rrm_scan_timeout()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wpa_supplicant/
H A Drrm.c1024 u16 prev_duration = params->duration; in wpas_rrm_scan_timeout() local
1039 params->duration = prev_duration; in wpas_rrm_scan_timeout()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/wpa_supplicant/
H A Drrm.c1005 u16 prev_duration = params->duration; in wpas_rrm_scan_timeout() local
1020 params->duration = prev_duration; in wpas_rrm_scan_timeout()