OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtp_packets
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
producer_fec_unittest.cc
66
std::list<RtpPacket*>
rtp_packets
;
local
72
rtp_packets
.push_back(rtp_packet);
88
while (!
rtp_packets
.empty()) {
89
delete
rtp_packets
.front();
90
rtp_packets
.pop_front();
107
std::list<RtpPacket*>
rtp_packets
;
local
114
rtp_packets
.push_back(rtp_packet);
131
while (!
rtp_packets
.empty()) {
132
delete
rtp_packets
.front();
133
rtp_packets
.pop_front()
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h
1061
int
rtp_packets
= NumRtpPackets();
local
[
all
...]
fakemediaengine.h
69
const std::list<std::string>&
rtp_packets
() const { return rtp_packets_; }
function in class:cricket::RtpHelper
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc
596
EXPECT_TRUE(media_channel1_->
rtp_packets
().empty());
[
all
...]
Completed in 202 milliseconds