HomeSort by relevance Sort by last modified time
    Searched full:expected_num_packets (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_test_helper.h 39 size_t expected_num_packets);
rtp_format_vp8_test_helper.cc 71 size_t expected_num_packets) {
75 for (size_t i = 0; i < expected_num_packets; ++i) {
rtp_format_vp9_unittest.cc 161 size_t expected_num_packets) {
165 if (expected_num_packets == 0) {
169 for (size_t i = 0; i < expected_num_packets; ++i) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
payload_splitter_unittest.cc 555 size_t expected_num_packets = local
557 EXPECT_EQ(expected_num_packets, packet_list.size());
    [all...]

Completed in 230 milliseconds