Lines Matching refs:AVFormatContext

314     AVFormatContext *asf_ctx;
323 * other cases, this is a copy of AVFormatContext->filename. */
445 void *transport_priv; /**< RTP/RDT parse context if input, RTP AVFormatContext if output */
487 void ff_rtsp_parse_line(AVFormatContext *s,
496 int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method,
515 int ff_rtsp_send_cmd_with_content(AVFormatContext *s,
528 int ff_rtsp_send_cmd(AVFormatContext *s, const char *method,
555 int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
564 int ff_rtsp_skip_packet(AVFormatContext *s);
575 int ff_rtsp_connect(AVFormatContext *s);
582 void ff_rtsp_close_streams(AVFormatContext *s);
589 void ff_rtsp_close_connections(AVFormatContext *s);
595 int ff_rtsp_setup_input_streams(AVFormatContext *s, RTSPMessageHeader *reply);
601 int ff_rtsp_setup_output_streams(AVFormatContext *s, const char *addr);
607 int ff_rtsp_parse_streaming_commands(AVFormatContext *s);
611 * within the AVFormatContext; also allocate the RTP streams and the
614 int ff_sdp_parse(AVFormatContext *s, const char *content);
619 int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
625 int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st);
628 * Receive one packet from the RTSPStreams set up in the AVFormatContext
631 int ff_rtsp_fetch_packet(AVFormatContext *s, AVPacket *pkt);
638 int ff_rtsp_make_setup_request(AVFormatContext *s, const char *host, int port,
645 void ff_rtsp_undo_setup(AVFormatContext *s, int send_packets);
650 int ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st);