Searched refs:rtsp_hd (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Drtspenc.c59 url_close(rt->rtsp_hd);
89 url_write(rt->rtsp_hd, interleave_header, 4);
90 url_write(rt->rtsp_hd, ptr, packet_len);
110 tcp_fd = url_get_file_handle(rt->rtsp_hd);
164 url_close(rt->rtsp_hd);
H A Drtsp.c893 ret = url_read_complete(rt->rtsp_hd, buf, 3);
905 ret = url_read_complete(rt->rtsp_hd, buf, len1);
930 ret = url_read_complete(rt->rtsp_hd, &ch, 1);
977 (void)url_read_complete(rt->rtsp_hd, content, content_length);
1035 url_write(rt->rtsp_hd, buf, strlen(buf));
1037 url_write(rt->rtsp_hd, send_content, send_content_length);
1462 URLContext *rtsp_hd; local
1537 if (url_open(&rtsp_hd, tcpname, URL_RDWR) < 0) {
1541 rt->rtsp_hd = rtsp_hd;
[all...]
H A Drtsp.h184 URLContext *rtsp_hd; /* RTSP TCP connexion handle */ member in struct:RTSPState
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Drtspenc.c59 url_close(rt->rtsp_hd);
89 url_write(rt->rtsp_hd, interleave_header, 4);
90 url_write(rt->rtsp_hd, ptr, packet_len);
110 tcp_fd = url_get_file_handle(rt->rtsp_hd);
164 url_close(rt->rtsp_hd);
H A Drtsp.c893 ret = url_read_complete(rt->rtsp_hd, buf, 3);
905 ret = url_read_complete(rt->rtsp_hd, buf, len1);
930 ret = url_read_complete(rt->rtsp_hd, &ch, 1);
977 (void)url_read_complete(rt->rtsp_hd, content, content_length);
1035 url_write(rt->rtsp_hd, buf, strlen(buf));
1037 url_write(rt->rtsp_hd, send_content, send_content_length);
1462 URLContext *rtsp_hd; local
1537 if (url_open(&rtsp_hd, tcpname, URL_RDWR) < 0) {
1541 rt->rtsp_hd = rtsp_hd;
[all...]
H A Drtsp.h184 URLContext *rtsp_hd; /* RTSP TCP connexion handle */ member in struct:RTSPState
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Drtspenc.c59 url_close(rt->rtsp_hd);
89 url_write(rt->rtsp_hd, interleave_header, 4);
90 url_write(rt->rtsp_hd, ptr, packet_len);
110 tcp_fd = url_get_file_handle(rt->rtsp_hd);
164 url_close(rt->rtsp_hd);
H A Drtsp.c893 ret = url_read_complete(rt->rtsp_hd, buf, 3);
905 ret = url_read_complete(rt->rtsp_hd, buf, len1);
930 ret = url_read_complete(rt->rtsp_hd, &ch, 1);
977 (void)url_read_complete(rt->rtsp_hd, content, content_length);
1035 url_write(rt->rtsp_hd, buf, strlen(buf));
1037 url_write(rt->rtsp_hd, send_content, send_content_length);
1462 URLContext *rtsp_hd; local
1537 if (url_open(&rtsp_hd, tcpname, URL_RDWR) < 0) {
1541 rt->rtsp_hd = rtsp_hd;
[all...]
H A Drtsp.h184 URLContext *rtsp_hd; /* RTSP TCP connexion handle */ member in struct:RTSPState

Completed in 179 milliseconds