Home
last modified time | relevance | path

Searched refs:ff_rtp_send_raw_rfc4175 (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpenc.h98 void ff_rtp_send_raw_rfc4175(AVFormatContext *s1, const uint8_t *buf, int size, int interlaced, int field);
H A Drtpenc_rfc4175.c24 void ff_rtp_send_raw_rfc4175(AVFormatContext *s1, const uint8_t *buf, int size, int interlaced, int field) in ff_rtp_send_raw_rfc4175() function
H A Drtpenc.c628 ff_rtp_send_raw_rfc4175(s1, pkt->data, size, interlaced, 0); in rtp_write_packet()
630 ff_rtp_send_raw_rfc4175(s1, pkt->data, size, interlaced, 1); in rtp_write_packet()

Completed in 3 milliseconds