Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dutvideo.h87 const uint8_t *control_stream[4][256]; member
Dutvideodec.c221 …ret = init_get_bits8_le(&cbit, c->control_stream[plane_no][slice], c->control_stream_size[plane_no… in decode_plane()
581 const uint8_t *control_stream; in decode_frame() local
603 control_stream = packed_stream + (c->offset - nb_cbs); in decode_frame()
604 left = control_stream - packed_stream; in decode_frame()
617 left = buf + buf_size - control_stream; in decode_frame()
621 c->control_stream[i][j] = control_stream; in decode_frame()
626 control_stream += c->control_stream_size[i][j]; in decode_frame()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c164 GInputStream *control_stream; member
489 newconn->control_stream = NULL; in gst_rtsp_connection_create_from_socket()
928 conn->control_stream = NULL; in setup_tunneling()
1087 conn->control_stream = NULL; in gst_rtsp_connection_connect_with_response_usec()
2882 conn->control_stream = NULL; in gst_rtsp_connection_close()
3621 conn->control_stream = g_io_stream_get_input_stream (conn->stream0); in gst_rtsp_connection_do_tunnel()
3631 conn->control_stream = g_io_stream_get_input_stream (conn->stream0); in gst_rtsp_connection_do_tunnel()
3642 conn2->control_stream = NULL; in gst_rtsp_connection_do_tunnel()
3862 if (watch->conn->control_stream && !watch->controlsrc) { in gst_rtsp_source_dispatch_read()
3865 (watch->conn->control_stream), NULL); in gst_rtsp_source_dispatch_read()
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog68367 rtspconnection: Reset control_stream.
68368 Reset control_stream when gst_rtsp_connection_close.