Home
last modified time | relevance | path

Searched refs:unit_time (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/dtmf/
Dgstrtpdtmfdepay.c221 rtpdtmfdepay->unit_time = DEFAULT_UNIT_TIME; in gst_rtp_dtmf_depay_init()
234 rtpdtmfdepay->unit_time = g_value_get_uint (value); in gst_rtp_dtmf_depay_set_property()
255 g_value_set_uint (value, rtpdtmfdepay->unit_time); in gst_rtp_dtmf_depay_get_property()
395 if (rtpdtmfdepay->unit_time) { in gst_rtp_dtmf_depay_process()
397 (rtpdtmfdepay->unit_time * depayload->clock_rate) / 1000; in gst_rtp_dtmf_depay_process()
Dgstrtpdtmfdepay.h54 guint unit_time; member