Searched refs:to_nsecs (Results 1 – 1 of 1) sorted by relevance
1646 GstClockTime to_nsecs; in set_read_socket_timeout() local1654 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() local1675 to_nsecs = timeout * 1000; in set_write_socket_timeout()1676 to_secs = (to_nsecs + GST_SECOND - 1) / GST_SECOND; in set_write_socket_timeout()