Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c1646 GstClockTime to_nsecs; in set_read_socket_timeout() local
1654 to_nsecs = timeout * 1000; in set_read_socket_timeout()
1655 to_secs = (to_nsecs + GST_SECOND - 1) / GST_SECOND; in set_read_socket_timeout()
1667 GstClockTime to_nsecs; in set_write_socket_timeout() local
1675 to_nsecs = timeout * 1000; in set_write_socket_timeout()
1676 to_secs = (to_nsecs + GST_SECOND - 1) / GST_SECOND; in set_write_socket_timeout()