Home
last modified time | relevance | path

Searched refs:rtp_write (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/tests/libtest/
Dlib571.c53 static size_t rtp_write(void *ptr, size_t size, size_t nmemb, void *stream) in rtp_write() function
138 test_setopt(curl, CURLOPT_INTERLEAVEFUNCTION, rtp_write); in test()
/third_party/ffmpeg/libavformat/
Drtpproto.c424 static int rtp_write(URLContext *h, const uint8_t *buf, int size) in rtp_write() function
563 .url_write = rtp_write,