HomeSort by relevance Sort by last modified time
    Searched defs:packet1 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
gesture_event_data_packet_unittest.cc 91 GestureEventDataPacket packet1 = packet0; local
92 EXPECT_TRUE(PacketEquals(packet0, packet1));
94 packet0 = packet1;
95 EXPECT_TRUE(PacketEquals(packet1, packet0));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
timestamp_scaler_unittest.cc 202 Packet packet1; local
203 packet1.header.payloadType = kRtpPayloadType;
204 packet1.header.timestamp = external_timestamp;
209 packet_list.push_back(&packet1);
213 EXPECT_EQ(internal_timestamp, packet1.header.timestamp);
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_unittest.cc 93 std::vector<char> packet1; local
94 CreateStunRequest(&packet1);
95 socket_host_->Send(dest_.ip_address, packet1, options, 0);
106 expected_data.append(IntToSize(packet1.size()));
107 expected_data.append(packet1.begin(), packet1.end());
125 std::vector<char> packet1; local
126 CreateStunRequest(&packet1);
127 socket_host_->Send(dest_.ip_address, packet1, options, 0);
138 received_data.append(IntToSize(packet1.size()))
222 std::vector<char> packet1; local
282 std::vector<char> packet1; local
311 std::vector<char> packet1; local
374 std::vector<char> packet1; local
    [all...]
socket_host_udp_unittest.cc 225 std::vector<char> packet1; local
226 CreateStunRequest(&packet1);
227 socket_host_->Send(dest1_, packet1, options, 0);
238 ASSERT_EQ(sent_packets_[0].second, packet1);
338 std::vector<char> packet1; local
339 CreateStunRequest(&packet1);
340 throttler_.SetSendIceBandwidth(packet1.size() * 2);
341 socket_host_->Send(dest1_, packet1, options, 0);
342 socket_host_->Send(dest2_, packet1, options, 0);
346 socket_host_->Send(dest3, packet1, options, 0)
367 std::vector<char> packet1; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_h264_unittest.cc 454 uint8_t packet1[3] = { local
481 EXPECT_TRUE(depacketizer_->Parse(&expected_header, packet1, sizeof(packet1)));

Completed in 593 milliseconds