OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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