OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packet_counters
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
tb_external_transport.h
105
// |
packet_counters
| is a map which counts the number of packets sent per
110
std::map<uint8_t, int>*
packet_counters
);
159
// |
packet_counters
| is a map which counts the number of packets sent per
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_external_transport.cc
336
std::map<uint8_t, int>*
packet_counters
)
342
*
packet_counters
= packet_counters_;
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_rtp_rtcp.cc
201
std::map<uint8_t, int>
packet_counters
;
local
203
&
packet_counters
);
253
packet_counters
.clear();
255
&
packet_counters
);
259
EXPECT_GT(
packet_counters
[kRtxPayloadType], 0);
[
all
...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.cc
265
std::map<uint8_t, int>
packet_counters
;
local
267
num_rtcp_packets, &
packet_counters
);
Completed in 74 milliseconds