Lines Matching refs:AVFormatContext
29 AVFormatContext *ic;
82 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m);
84 void ff_rtp_send_h264_hevc(AVFormatContext *s1, const uint8_t *buf1, int size);
85 void ff_rtp_send_h261(AVFormatContext *s1, const uint8_t *buf1, int size);
86 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size);
87 void ff_rtp_send_h263_rfc2190(AVFormatContext *s1, const uint8_t *buf1, int size,
89 void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);
90 void ff_rtp_send_latm(AVFormatContext *s1, const uint8_t *buff, int size);
91 void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size);
92 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
93 void ff_rtp_send_xiph(AVFormatContext *s1, const uint8_t *buff, int size);
94 void ff_rtp_send_vc2hq(AVFormatContext *s1, const uint8_t *buf, int size, int interlaced);
95 void ff_rtp_send_vp8(AVFormatContext *s1, const uint8_t *buff, int size);
96 void ff_rtp_send_vp9(AVFormatContext *s1, const uint8_t *buff, int size);
97 void ff_rtp_send_jpeg(AVFormatContext *s1, const uint8_t *buff, int size);