Home
last modified time | relevance | path

Searched refs:rtp_buf (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dprompeg.c108 uint8_t *rtp_buf; member
221 uint8_t *buf = s->rtp_buf; // zero-filled in prompeg_write_fec()
326 s->rtp_buf = NULL; in prompeg_init()
369 s->rtp_buf = av_malloc_array(s->rtp_buf_size, sizeof (uint8_t)); in prompeg_init()
370 if (!s->rtp_buf) { in prompeg_init()
373 memset(s->rtp_buf, 0, s->rtp_buf_size); in prompeg_init()
465 av_freep(&s->rtp_buf); in prompeg_close()
/third_party/curl/lib/
H A Drtsp.c716 const char *rtp_buf; in rtsp_filter_rtp() local
727 rtp_buf = Curl_dyn_ptr(&rtspc->buf); in rtsp_filter_rtp()
728 rtspc->rtp_len = RTP_PKT_LENGTH(rtp_buf) + 4; in rtsp_filter_rtp()

Completed in 3 milliseconds