Home
last modified time | relevance | path

Searched refs:GST_CLOCK_TIME_IS_VALID (Results 1 – 25 of 266) sorted by relevance

1234567891011

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtptimerqueue.c65 if (GST_CLOCK_TIME_IS_VALID (next->timeout)) { in rtp_timer_is_later()
66 if (!GST_CLOCK_TIME_IS_VALID (timer->timeout)) in rtp_timer_is_later()
86 if (GST_CLOCK_TIME_IS_VALID (prev->timeout)) { in rtp_timer_is_sooner()
87 if (!GST_CLOCK_TIME_IS_VALID (timer->timeout)) in rtp_timer_is_sooner()
127 if (GST_CLOCK_TIME_IS_VALID (timer->timeout) && in rtp_timer_is_closer_to_head()
128 GST_CLOCK_TIME_IS_VALID (head->timeout)) { in rtp_timer_is_closer_to_head()
165 if (GST_CLOCK_TIME_IS_VALID (timer->timeout) && in rtp_timer_is_closer_to_tail()
166 GST_CLOCK_TIME_IS_VALID (next->timeout)) { in rtp_timer_is_closer_to_tail()
243 if (!GST_CLOCK_TIME_IS_VALID (it->timeout)) in rtp_timer_queue_insert_tail()
269 if (GST_CLOCK_TIME_IS_VALID (it->timeout)) { in rtp_timer_queue_insert_head()
[all …]
Dgstrtpdtmfmux.c117 if (GST_CLOCK_TIME_IS_VALID (running_ts)) { in gst_rtp_dtmf_mux_accept_buffer_locked()
124 if (GST_CLOCK_TIME_IS_VALID (mux->last_priority_end)) in gst_rtp_dtmf_mux_accept_buffer_locked()
139 if (GST_CLOCK_TIME_IS_VALID (mux->last_priority_end) && in gst_rtp_dtmf_mux_accept_buffer_locked()
189 if (GST_CLOCK_TIME_IS_VALID (rtp_mux->last_stop)) { in gst_rtp_dtmf_mux_src_event()
Drtpstats.c510 if (GST_CLOCK_TIME_IS_VALID (pkt->local_ts) && in rtp_twcc_stats_calculate_stats()
511 GST_CLOCK_TIME_IS_VALID (stats->last_local_ts)) { in rtp_twcc_stats_calculate_stats()
515 if (GST_CLOCK_TIME_IS_VALID (pkt->remote_ts) && in rtp_twcc_stats_calculate_stats()
516 GST_CLOCK_TIME_IS_VALID (stats->last_remote_ts)) { in rtp_twcc_stats_calculate_stats()
548 if (GST_CLOCK_TIME_IS_VALID (pkt->local_ts) in _get_window_start_index()
549 && GST_CLOCK_TIME_IS_VALID (pkt->remote_ts)) { in _get_window_start_index()
598 if (GST_CLOCK_TIME_IS_VALID (pkt->local_ts)) { in rtp_twcc_stats_calculate_windowed_stats()
602 if (GST_CLOCK_TIME_IS_VALID (pkt->remote_ts)) { in rtp_twcc_stats_calculate_windowed_stats()
/third_party/gstreamer/gstreamer/gst/
Dgstcontrolsource.c87 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), FALSE); in gst_control_source_get_value()
116 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), FALSE); in gst_control_source_get_value_array()
117 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (interval), FALSE); in gst_control_source_get_value_array()
Dgstcontrolbinding.c263 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), FALSE); in gst_control_binding_sync_values()
296 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), NULL); in gst_control_binding_get_value()
338 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), FALSE); in gst_control_binding_get_value_array()
339 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (interval), FALSE); in gst_control_binding_get_value_array()
393 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), FALSE); in gst_control_binding_get_g_value_array()
394 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (interval), FALSE); in gst_control_binding_get_g_value_array()
Dgstclock.h80 #define GST_CLOCK_TIME_IS_VALID(time) (((GstClockTime)(time)) != GST_CLOCK_TIME_NONE) macro
237 GST_CLOCK_TIME_IS_VALID (t) ? \
239 GST_CLOCK_TIME_IS_VALID (t) ? \
241 GST_CLOCK_TIME_IS_VALID (t) ? \
243 GST_CLOCK_TIME_IS_VALID (t) ? \
Dgstclock.c370 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (time), FALSE); in gst_clock_single_shot_id_reinit()
393 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (start_time), FALSE); in gst_clock_periodic_id_reinit()
394 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (interval), FALSE); in gst_clock_periodic_id_reinit()
477 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (time), NULL); in gst_clock_new_single_shot_id()
501 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (start_time), NULL); in gst_clock_new_periodic_id()
503 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (interval), NULL); in gst_clock_new_periodic_id()
596 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (requested))) in gst_clock_id_wait()
678 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (requested))) in gst_clock_id_wait_async()
1215 g_return_if_fail (GST_CLOCK_TIME_IS_VALID (internal)); in gst_clock_set_calibration()
1216 g_return_if_fail (GST_CLOCK_TIME_IS_VALID (external)); in gst_clock_set_calibration()
[all …]
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c817 && GST_CLOCK_TIME_IS_VALID (videorate->segment.stop) in gst_video_rate_sink_event()
818 && GST_CLOCK_TIME_IS_VALID (videorate->next_ts) in gst_video_rate_sink_event()
821 && GST_CLOCK_TIME_IS_VALID (videorate->segment.start) in gst_video_rate_sink_event()
822 && GST_CLOCK_TIME_IS_VALID (videorate->next_ts) in gst_video_rate_sink_event()
848 if (GST_CLOCK_TIME_IS_VALID (segment.stop)) in gst_video_rate_sink_event()
873 if (GST_CLOCK_TIME_IS_VALID (videorate->segment.stop)) { in gst_video_rate_sink_event()
880 && GST_CLOCK_TIME_IS_VALID (videorate->segment.stop) in gst_video_rate_sink_event()
881 && GST_CLOCK_TIME_IS_VALID (videorate->next_ts) in gst_video_rate_sink_event()
884 && GST_CLOCK_TIME_IS_VALID (videorate->segment.start) in gst_video_rate_sink_event()
885 && GST_CLOCK_TIME_IS_VALID (videorate->next_ts) in gst_video_rate_sink_event()
[all …]
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstclocksync.c386 if (GST_CLOCK_TIME_IS_VALID (start)) { in gst_clock_sync_sink_event()
475 GST_FORMAT_TIME, GST_CLOCK_TIME_IS_VALID (buf->duration) in gst_clock_sync_chain()
476 && GST_CLOCK_TIME_IS_VALID (buf->pts) ? buf->pts + in gst_clock_sync_chain()
479 GST_FORMAT_TIME, GST_CLOCK_TIME_IS_VALID (buf->duration) in gst_clock_sync_chain()
480 && GST_CLOCK_TIME_IS_VALID (buf->dts) ? buf->dts + in gst_clock_sync_chain()
484 if (GST_CLOCK_TIME_IS_VALID (rundts)) in gst_clock_sync_chain()
486 else if (GST_CLOCK_TIME_IS_VALID (runpts)) in gst_clock_sync_chain()
529 if (GST_CLOCK_TIME_IS_VALID (rundts)) in gst_clock_sync_chain_list()
531 else if (GST_CLOCK_TIME_IS_VALID (runpts)) in gst_clock_sync_chain_list()
Dgstidentity.c491 GST_CLOCK_TIME_IS_VALID (start) ? start : 0); in gst_identity_sink_event()
496 if (GST_CLOCK_TIME_IS_VALID (start)) { in gst_identity_sink_event()
499 } else if (GST_CLOCK_TIME_IS_VALID (dur) && in gst_identity_sink_event()
807 GST_FORMAT_TIME, GST_CLOCK_TIME_IS_VALID (buf->duration) in gst_identity_transform_ip()
808 && GST_CLOCK_TIME_IS_VALID (buf->pts) ? buf->pts + in gst_identity_transform_ip()
811 GST_FORMAT_TIME, GST_CLOCK_TIME_IS_VALID (buf->duration) in gst_identity_transform_ip()
812 && GST_CLOCK_TIME_IS_VALID (buf->dts) ? buf->dts + in gst_identity_transform_ip()
817 if (GST_CLOCK_TIME_IS_VALID (rundts)) in gst_identity_transform_ip()
819 else if (GST_CLOCK_TIME_IS_VALID (runpts)) in gst_identity_transform_ip()
865 if (GST_CLOCK_TIME_IS_VALID (ts)) { in gst_identity_transform_ip()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpstoragestream.c61 g_assert (GST_CLOCK_TIME_IS_VALID (stream->max_arrival_time)); in rtp_storage_stream_resize()
62 g_assert (GST_CLOCK_TIME_IS_VALID (size_time)); in rtp_storage_stream_resize()
69 if (GST_CLOCK_TIME_IS_VALID (arrival_time)) { in rtp_storage_stream_resize()
137 if (G_LIKELY (GST_CLOCK_TIME_IS_VALID (arrival_time))) { in rtp_storage_stream_resize_and_add_item()
138 if (G_LIKELY (GST_CLOCK_TIME_IS_VALID (stream->max_arrival_time))) in rtp_storage_stream_resize_and_add_item()
Dgstrtpamrpay.c215 if (GST_CLOCK_TIME_IS_VALID (rtpamrpay->first_ts) && in gst_rtp_amr_pay_recalc_rtp_time()
216 GST_CLOCK_TIME_IS_VALID (timestamp) && timestamp >= rtpamrpay->first_ts) { in gst_rtp_amr_pay_recalc_rtp_time()
345 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (rtpamrpay->first_ts))) { in gst_rtp_amr_pay_handle_buffer()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dgstdvbsubenc.c379 if (GST_CLOCK_TIME_IS_VALID (duration)) { in process_largest_subregion()
381 if (GST_CLOCK_TIME_IS_VALID (end_ts)) { in process_largest_subregion()
413 if (GST_CLOCK_TIME_IS_VALID (end_ts)) { in process_largest_subregion()
434 if (!GST_CLOCK_TIME_IS_VALID (enc->current_end_time)) in gst_dvb_sub_enc_generate_end_packet()
473 if (GST_CLOCK_TIME_IS_VALID (pts)) { in gst_dvb_sub_enc_chain()
555 if (GST_CLOCK_TIME_IS_VALID (start)) { in gst_dvb_sub_enc_sink_event()
556 if (GST_CLOCK_TIME_IS_VALID (duration)) in gst_dvb_sub_enc_sink_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiostreamalign.c89 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (alignment_threshold), NULL); in gst_audio_stream_align_new()
90 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (discont_wait), NULL); in gst_audio_stream_align_new()
198 g_return_if_fail (GST_CLOCK_TIME_IS_VALID (alignment_threshold)); in gst_audio_stream_align_set_alignment_threshold()
236 g_return_if_fail (GST_CLOCK_TIME_IS_VALID (discont_wait)); in gst_audio_stream_align_set_discont_wait()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c218 if (GST_CLOCK_TIME_IS_VALID (ts)) {
219 if (GST_CLOCK_TIME_IS_VALID (s->last_keyframe)) {
229 if (GST_CLOCK_TIME_IS_VALID (s->min_keyframe_gap)) {
235 if (GST_CLOCK_TIME_IS_VALID (s->max_keyframe_gap)) {
241 if (GST_CLOCK_TIME_IS_VALID (s->avg_keyframe_gap)) {
253 if (GST_CLOCK_TIME_IS_VALID (ts)) {
283 if (GST_CLOCK_TIME_IS_VALID (s->last_dltframe)) {
284 if (!GST_CLOCK_TIME_IS_VALID (last_frame) ||
289 if (GST_CLOCK_TIME_IS_VALID (last_frame)) {
471 if (GST_CLOCK_TIME_IS_VALID (start)) { in print_toc_entry()
[all …]
Dgst-stats.c358 if (!GST_CLOCK_TIME_IS_VALID (stats->last_ts)) in do_pad_stats()
383 if (GST_CLOCK_TIME_IS_VALID (buffer_ts) && in do_pad_stats()
384 GST_CLOCK_TIME_IS_VALID (buffer_dur)) { in do_pad_stats()
400 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (stats->first_ts))) { in do_element_stats()
403 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (peer_stats->first_ts))) { in do_element_stats()
764 if (GST_CLOCK_TIME_IS_VALID (stats->tthread)) { in print_thread_stats()
818 if (!GST_CLOCK_TIME_IS_VALID (parent_stats->first_ts)) { in accum_element_stats()
820 } else if (GST_CLOCK_TIME_IS_VALID (stats->first_ts)) { in accum_element_stats()
823 if (!GST_CLOCK_TIME_IS_VALID (parent_stats->last_ts)) { in accum_element_stats()
825 } else if (GST_CLOCK_TIME_IS_VALID (stats->last_ts)) { in accum_element_stats()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsplitmuxsrc.c173 if (GST_CLOCK_TIME_IS_VALID (start)) in receive_sample()
176 if (GST_CLOCK_TIME_IS_VALID (end)) { in receive_sample()
188 if (GST_CLOCK_TIME_IS_VALID (first_ts)) in receive_sample()
193 if (GST_CLOCK_TIME_IS_VALID (last_ts)) in receive_sample()
207 if (!GST_CLOCK_TIME_IS_VALID (first_ts) || start < first_ts) in receive_sample()
209 if (!GST_CLOCK_TIME_IS_VALID (last_ts) || end > last_ts) in receive_sample()
378 if (GST_CLOCK_TIME_IS_VALID (*prev_ts)) { in new_sample_verify_continuous_timestamps()
402 if (GST_CLOCK_TIME_IS_VALID (*prev_ts)) { in new_sample_verify_1sec_offset()
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dtmplayerparse.c102 GST_CLOCK_TIME_IS_VALID (state->start_time)) { in tmplayer_parse_line()
119 if (GST_CLOCK_TIME_IS_VALID (state->start_time) && in tmplayer_parse_line()
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstdirectcontrolbinding.c409 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), NULL); in gst_direct_control_binding_get_value()
439 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), FALSE); in gst_direct_control_binding_get_value_array()
440 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (interval), FALSE); in gst_direct_control_binding_get_value_array()
481 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), FALSE); in gst_direct_control_binding_get_g_value_array()
482 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (interval), FALSE); in gst_direct_control_binding_get_g_value_array()
Dgstargbcontrolbinding.c298 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), NULL); in gst_argb_control_binding_get_value()
339 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), FALSE); in gst_argb_control_binding_get_value_array()
340 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (interval), FALSE); in gst_argb_control_binding_get_value_array()
404 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), FALSE); in gst_argb_control_binding_get_g_value_array()
405 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (interval), FALSE); in gst_argb_control_binding_get_g_value_array()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspasource.c175 if (GST_CLOCK_TIME_IS_VALID (timestamp)) { in gst_ladspa_source_type_get_times()
179 if (GST_CLOCK_TIME_IS_VALID (duration)) { in gst_ladspa_source_type_get_times()
226 if (GST_CLOCK_TIME_IS_VALID (segment->start)) { in gst_ladspa_source_type_do_seek()
230 if (GST_CLOCK_TIME_IS_VALID (segment->stop)) { in gst_ladspa_source_type_do_seek()
235 if (GST_CLOCK_TIME_IS_VALID (segment->stop)) { in gst_ladspa_source_type_do_seek()
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegparse.c697 if (!GST_CLOCK_TIME_IS_VALID (parse->duration) in gst_jpeg_parse_set_new_caps()
725 && !GST_CLOCK_TIME_IS_VALID (parse->next_ts)) in gst_jpeg_parse_pre_push_frame()
730 if (parse->has_fps && GST_CLOCK_TIME_IS_VALID (parse->next_ts) in gst_jpeg_parse_pre_push_frame()
731 && GST_CLOCK_TIME_IS_VALID (parse->duration)) { in gst_jpeg_parse_pre_push_frame()
765 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (parse->next_ts))) in gst_jpeg_parse_handle_frame()
768 if (G_LIKELY (GST_CLOCK_TIME_IS_VALID (duration))) in gst_jpeg_parse_handle_frame()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c1013 && GST_CLOCK_TIME_IS_VALID (parse->priv->next_pts); in gst_base_parse_parse_frame()
1015 && GST_CLOCK_TIME_IS_VALID (parse->priv->next_dts); in gst_base_parse_parse_frame()
1021 && GST_CLOCK_TIME_IS_VALID (GST_BUFFER_DTS (buffer))) { in gst_base_parse_parse_frame()
1051 if (GST_CLOCK_TIME_IS_VALID (GST_BUFFER_PTS (buffer)) in gst_base_parse_parse_frame()
1052 && GST_CLOCK_TIME_IS_VALID (GST_BUFFER_DTS (buffer)) in gst_base_parse_parse_frame()
1067 GST_CLOCK_TIME_IS_VALID (parse->priv->frame_duration)) { in gst_base_parse_parse_frame()
2014 g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (ts), FALSE); in gst_base_parse_add_index_entry()
2036 if (GST_CLOCK_TIME_IS_VALID (parse->priv->index_last_ts) && in gst_base_parse_add_index_entry()
2153 if (GST_CLOCK_TIME_IS_VALID (stop) && stop) { in gst_base_parse_check_upstream()
2398 if (!GST_CLOCK_TIME_IS_VALID (parse->priv->duration)) { in gst_base_parse_handle_and_push_frame()
[all …]
Dgstbasesink.c1370 g_return_if_fail (GST_CLOCK_TIME_IS_VALID (delay)); in gst_base_sink_set_render_delay()
2153 if (!GST_CLOCK_TIME_IS_VALID (sstart)) { in gst_base_sink_get_sync_times()
2160 if (!GST_CLOCK_TIME_IS_VALID (sstart)) { in gst_base_sink_get_sync_times()
2168 *do_sync = GST_CLOCK_TIME_IS_VALID (rstart); in gst_base_sink_get_sync_times()
2185 if (GST_CLOCK_TIME_IS_VALID (timestamp)) { in gst_base_sink_get_sync_times()
2187 if (GST_CLOCK_TIME_IS_VALID (duration)) in gst_base_sink_get_sync_times()
2206 if (!GST_CLOCK_TIME_IS_VALID (start)) { in gst_base_sink_get_sync_times()
2258 if (segment->rate < 0.0 && GST_CLOCK_TIME_IS_VALID (rstop) in gst_base_sink_get_sync_times()
2268 if (GST_CLOCK_TIME_IS_VALID (stop)) in gst_base_sink_get_sync_times()
2330 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (time))) in gst_base_sink_adjust_time()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/
Dgstwebrtcechoprobe.cpp153 if (!GST_CLOCK_TIME_IS_VALID (upstream_latency)) in gst_webrtc_echo_probe_src_event()
315 if (!GST_CLOCK_TIME_IS_VALID (self->latency) || in gst_webrtc_echo_probe_read()
325 if (!GST_CLOCK_TIME_IS_VALID (rec_time)) { in gst_webrtc_echo_probe_read()
349 if (GST_CLOCK_TIME_IS_VALID (play_time)) { in gst_webrtc_echo_probe_read()

1234567891011