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

  /external/webrtc/webrtc/modules/audio_coding/test/
RTPFile.cc 92 _rtpQueue.push(packet);
99 RTPPacket *packet = _rtpQueue.front();
100 _rtpQueue.pop();
119 bool eof = _rtpQueue.empty();
RTPFile.h 84 std::queue<RTPPacket *> _rtpQueue;

Completed in 249 milliseconds