Home
last modified time | relevance | path

Searched refs:GST_TIME_AS_SECONDS (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstclock.h130 #define GST_TIME_AS_SECONDS(time) ((time) / GST_SECOND) macro
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4vpay.c523 if (GST_TIME_AS_SECONDS (diff) >= rtpmp4vpay->config_interval) { in gst_rtp_mp4v_pay_handle_buffer()
Dgstrtpgstpay.c684 if (GST_TIME_AS_SECONDS (diff) >= rtpgstpay->config_interval) in gst_rtp_gst_pay_handle_buffer()
Dgstrtptheorapay.c848 if (GST_TIME_AS_SECONDS (diff) >= rtptheorapay->config_interval) { in gst_rtp_theora_pay_handle_buffer()
Dgstrtpvorbispay.c862 if (GST_TIME_AS_SECONDS (diff) >= rtpvorbispay->config_interval) { in gst_rtp_vorbis_pay_handle_buffer()
Dgstrtph265pay.c1080 if (GST_TIME_AS_SECONDS (diff) >= rtph265pay->vps_sps_pps_interval) { in gst_rtp_h265_pay_payload_nal()
Dgstrtph264pay.c987 if (GST_TIME_AS_SECONDS (diff) >= rtph264pay->spspps_interval) { in gst_rtp_h264_pay_payload_nal()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpeg4videoparse.c793 if (GST_TIME_AS_SECONDS (diff) >= mp4vparse->interval || push_codec) { in gst_mpeg4vparse_pre_push_frame()
Dgsth265parse.c2888 if (GST_TIME_AS_SECONDS (diff) >= h265parse->interval || in gst_h265_parse_pre_push_frame()
Dgsth264parse.c3222 if (GST_TIME_AS_SECONDS (diff) >= h264parse->interval || in gst_h264_parse_pre_push_frame()