Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtsptransport.c191 transport->mode_record = FALSE; in gst_rtsp_transport_init()
319 transport->mode_record = (strstr (str, "record") != NULL); in parse_mode()
527 if (!transport->mode_play && !transport->mode_record) in gst_rtsp_transport_parse()
668 if (transport->mode_record && transport->append) in gst_rtsp_transport_as_text()
736 if (transport->mode_play && transport->mode_record) in gst_rtsp_transport_as_text()
738 else if (transport->mode_record) in gst_rtsp_transport_as_text()
Dgstrtsptransport.h156 gboolean mode_record; member
/third_party/ffmpeg/libavformat/
Drtsp.h115 int mode_record; member
Drtspdec.c252 if (!request.transports[transportidx].mode_record || in rtsp_read_setup()
Drtsp.c1017 th->mode_record = 1; in rtsp_parse_transport()