Searched refs:max_ptime (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpg729pay.c | 242 if (payload->max_ptime != -1) { in gst_rtp_g729_pay_handle_buffer() 243 guint ptime_ms = payload->max_ptime / GST_MSECOND; in gst_rtp_g729_pay_handle_buffer() 251 payload->max_ptime, G729_FRAME_DURATION_MS); in gst_rtp_g729_pay_handle_buffer()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbasepayload.c | 394 rtpbasepayload->max_ptime = DEFAULT_MAX_PTIME; in gst_rtp_base_payload_init() 774 rtpbasepayload->max_ptime = MIN (rtpbasepayload->priv->caps_max_ptime, in update_max_ptime() 777 rtpbasepayload->max_ptime = rtpbasepayload->priv->caps_max_ptime; in update_max_ptime() 779 rtpbasepayload->max_ptime = rtpbasepayload->priv->prop_max_ptime; in update_max_ptime() 781 rtpbasepayload->max_ptime = DEFAULT_MAX_PTIME; in update_max_ptime() 868 guint max_ptime, ptime; in gst_rtp_base_payload_negotiate() local 1069 if (gst_structure_get_uint (s, "maxptime", &max_ptime)) in gst_rtp_base_payload_negotiate() 1070 payload->priv->caps_max_ptime = max_ptime * GST_MSECOND; in gst_rtp_base_payload_negotiate() 1149 if (payload->max_ptime != -1 && duration >= payload->max_ptime) in gst_rtp_base_payload_is_filled() 1610 g_value_set_int64 (value, rtpbasepayload->max_ptime); in gst_rtp_base_payload_get_property()
|
D | gstrtpbaseaudiopayload.c | 684 && priv->cached_max_ptime == basepayload->max_ptime in gst_rtp_base_audio_payload_get_lengths() 699 if (basepayload->max_ptime != -1) { in gst_rtp_base_audio_payload_get_lengths() 700 maxptime_octets = priv->time_to_bytes (payload, basepayload->max_ptime); in gst_rtp_base_audio_payload_get_lengths() 736 priv->cached_max_ptime = basepayload->max_ptime; in gst_rtp_base_audio_payload_get_lengths()
|
D | gstrtpbasepayload.h | 97 gint64 max_ptime; member
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtpbasepayload.c | 1460 gint64 max_ptime; in GST_START_TEST() local 1466 g_object_get (state->element, "max-ptime", &max_ptime, NULL); in GST_START_TEST() 1467 fail_unless_equals_int64 (max_ptime, -1); in GST_START_TEST() 1473 g_object_get (state->element, "max-ptime", &max_ptime, NULL); in GST_START_TEST() 1474 fail_unless_equals_int64 (max_ptime, GST_SECOND); in GST_START_TEST() 1481 g_object_get (state->element, "max-ptime", &max_ptime, NULL); in GST_START_TEST() 1482 fail_unless_equals_int64 (max_ptime, G_GUINT64_CONSTANT (-1)); in GST_START_TEST() 1487 g_object_get (state->element, "max-ptime", &max_ptime, NULL); in GST_START_TEST() 1488 fail_unless_equals_int64 (max_ptime, G_MAXINT64); in GST_START_TEST()
|
/third_party/boost/libs/date_time/test/posix_time/ |
D | testtime.cpp | 315 ptime max_ptime(max_date_time); in main() local 316 check("check max time constructor", max_ptime == ptime(date(9999,12,31), in main() 326 ptime_from_tm(to_tm(max_ptime)) == ptime(date(max_date_time), time_duration(23,59,59))); in main()
|