OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expected_num_packets
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_test_helper.h
39
int
expected_num_packets
);
rtp_format_vp8_test_helper.cc
71
int
expected_num_packets
) {
75
for (int i = 0; i <
expected_num_packets
; ++i) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
payload_splitter_unittest.cc
544
size_t
expected_num_packets
=
local
546
EXPECT_EQ(
expected_num_packets
, packet_list.size());
Completed in 191 milliseconds