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

  /external/webrtc/webrtc/modules/audio_coding/test/
RTPFile.h 62 class RTPBuffer : public RTPStream {
64 RTPBuffer();
66 ~RTPBuffer();
RTPFile.cc 78 RTPBuffer::RTPBuffer() {
82 RTPBuffer::~RTPBuffer() {
86 void RTPBuffer::Write(const uint8_t payloadType, const uint32_t timeStamp,
96 size_t RTPBuffer::Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData,
117 bool RTPBuffer::EndOfFile() const {

Completed in 116 milliseconds