OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packet_source_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_receive_test.h
54
PacketSource*
packet_source_
;
member in class:webrtc::test::AcmReceiveTest
acm_receive_test_oldapi.h
53
PacketSource*
packet_source_
;
member in class:webrtc::test::AcmReceiveTestOldApi
acm_receive_test_oldapi.cc
110
packet_source_
(packet_source),
147
for (scoped_ptr<Packet> packet(
packet_source_
->NextPacket()); packet;
148
packet.reset(
packet_source_
->NextPacket())) {
acm_receive_test.cc
30
packet_source_
(packet_source),
89
for (scoped_ptr<Packet> packet(
packet_source_
->NextPacket()); packet;
90
packet.reset(
packet_source_
->NextPacket())) {
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_player.cc
343
packet_source_
.swap(*packet_source);
369
if (!
packet_source_
->NextPacket(&next_packet_))
394
if (!
packet_source_
->NextPacket(&next_packet_)) {
456
scoped_ptr<test::RtpFileReader>
packet_source_
;
member in class:webrtc::rtpplayer::RtpPlayerImpl
Completed in 2922 milliseconds