HomeSort by relevance Sort by last modified time
    Searched refs:rtp_buf (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
rtsp.h 42 char *rtp_buf; member in struct:rtsp_conn
rtsp.c 210 Curl_safefree(conn->proto.rtspc.rtp_buf);
634 if(rtspc->rtp_buf) {
636 char *newptr = Curl_saferealloc(rtspc->rtp_buf,
639 rtspc->rtp_buf = NULL;
643 rtspc->rtp_buf = newptr;
644 memcpy(rtspc->rtp_buf + rtspc->rtp_bufsize, k->str, *nread);
646 rtp = rtspc->rtp_buf;
680 Curl_safefree(rtspc->rtp_buf);
681 rtspc->rtp_buf = NULL;
711 Curl_safefree(rtspc->rtp_buf);
    [all...]
  /external/webrtc/talk/media/base/
rtpdump_unittest.cc 43 rtc::ByteBuffer rtp_buf; local
44 RtpTestUtility::kTestRawRtpPackets[0].WriteToByteBuffer(kTestSsrc, &rtp_buf);
45 RtpDumpPacket rtp_packet(rtp_buf.Data(), rtp_buf.Length(), 0, false);

Completed in 539 milliseconds