Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c157 GIOStream *stream0; member
482 newconn->stream0 = stream; in gst_rtsp_connection_create_from_socket()
600 if (G_IS_TLS_CONNECTION (conn->stream0)) { in gst_rtsp_connection_get_tls()
602 result = G_TLS_CONNECTION (conn->stream0); in gst_rtsp_connection_get_tls()
606 g_tls_server_connection_new (conn->stream0, NULL, error); in gst_rtsp_connection_get_tls()
608 g_object_unref (conn->stream0); in gst_rtsp_connection_get_tls()
609 conn->stream0 = G_IO_STREAM (result); in gst_rtsp_connection_get_tls()
610 conn->input_stream = g_io_stream_get_input_stream (conn->stream0); in gst_rtsp_connection_get_tls()
611 conn->output_stream = g_io_stream_get_output_stream (conn->stream0); in gst_rtsp_connection_get_tls()
1039 g_return_val_if_fail (conn->stream0 == NULL, GST_RTSP_EINVAL); in gst_rtsp_connection_connect_with_response_usec()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackOverflowQueryTests.cpp1173 …void verifyQueryResults(GLboolean any, GLboolean stream0, GLboolean stream1, GLboolean stream2 = G… in verifyQueryResults() argument
1185 result &= verifyQueryResult(m_stream_overflow_query[0], stream0); in verifyQueryResults()