Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4vpay.c142 rtpmp4vpay->config_interval = DEFAULT_CONFIG_INTERVAL; in gst_rtp_mp4v_pay_init()
473 if (!(rtpmp4vpay->config_interval > 0) in gst_rtp_mp4v_pay_handle_buffer()
474 && !(rtpmp4vpay->config_interval == -1)) { in gst_rtp_mp4v_pay_handle_buffer()
499 if (vopi && (rtpmp4vpay->config_interval > 0) && rtpmp4vpay->config) { in gst_rtp_mp4v_pay_handle_buffer()
523 if (GST_TIME_AS_SECONDS (diff) >= rtpmp4vpay->config_interval) { in gst_rtp_mp4v_pay_handle_buffer()
534 if (vopi && (rtpmp4vpay->config_interval == -1)) { in gst_rtp_mp4v_pay_handle_buffer()
618 rtpmp4vpay->config_interval = g_value_get_int (value); in gst_rtp_mp4v_pay_set_property()
635 g_value_set_int (value, rtpmp4vpay->config_interval); in gst_rtp_mp4v_pay_get_property()
Dgstrtpgstpay.c163 rtpgstpay->config_interval = DEFAULT_CONFIG_INTERVAL; in gst_rtp_gst_pay_init()
212 rtpgstpay->config_interval = g_value_get_uint (value); in gst_rtp_gst_pay_set_property()
230 g_value_set_uint (value, rtpgstpay->config_interval); in gst_rtp_gst_pay_get_property()
663 if (rtpgstpay->config_interval > 0 in gst_rtp_gst_pay_handle_buffer()
684 if (GST_TIME_AS_SECONDS (diff) >= rtpgstpay->config_interval) in gst_rtp_gst_pay_handle_buffer()
Dgstrtpmp4vpay.h59 gint config_interval; member
Dgstrtpgstpay.h57 guint config_interval; member
Dgstrtpvorbispay.h67 guint config_interval; member
Dgstrtptheorapay.h67 guint config_interval; member
Dgstrtptheorapay.c822 if (keyframe && (rtptheorapay->config_interval > 0) && in gst_rtp_theora_pay_handle_buffer()
848 if (GST_TIME_AS_SECONDS (diff) >= rtptheorapay->config_interval) { in gst_rtp_theora_pay_handle_buffer()
959 rtptheorapay->config_interval = g_value_get_uint (value); in gst_rtp_theora_pay_set_property()
976 g_value_set_uint (value, rtptheorapay->config_interval); in gst_rtp_theora_pay_get_property()
Dgstrtpvorbispay.c837 if (rtpvorbispay->config_interval > 0 && rtpvorbispay->config_data) { in gst_rtp_vorbis_pay_handle_buffer()
862 if (GST_TIME_AS_SECONDS (diff) >= rtpvorbispay->config_interval) { in gst_rtp_vorbis_pay_handle_buffer()
980 rtpvorbispay->config_interval = g_value_get_uint (value); in gst_rtp_vorbis_pay_set_property()
997 g_value_set_uint (value, rtpvorbispay->config_interval); in gst_rtp_vorbis_pay_get_property()
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.h118 guint config_interval; member
Dgstsvthevcenc.c652 encoder->config_interval = PROP_CONFIG_INTERVAL_DEFAULT; in gst_svthevc_enc_init()
843 param->intraRefreshType = encoder->config_interval; in config_enc_params()
2134 encoder->config_interval = g_value_get_uint (value); in gst_svthevc_enc_set_property()
2229 g_value_set_uint (value, encoder->config_interval); in gst_svthevc_enc_get_property()