Searched refs:packet1 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp_unittest.cc93 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
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...]
H A Dsocket_host_udp_unittest.cc225 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, option
367 std::vector<char> packet1; local
[all...]
/external/chromium_org/remoting/client/
H A Daudio_player_unittest.cc127 scoped_ptr<AudioPacket> packet1(CreatePacket44100Hz(10));
128 audio_->ProcessAudioPacket(packet1.Pass());
139 scoped_ptr<AudioPacket> packet1(CreatePacket44100Hz(10));
140 audio_->ProcessAudioPacket(packet1.Pass());
155 scoped_ptr<AudioPacket> packet1(CreatePacket48000Hz(2000));
156 audio_->ProcessAudioPacket(packet1.Pass());
200 scoped_ptr<AudioPacket> packet1(CreatePacket44100Hz(packet1_samples));
202 audio_->ProcessAudioPacket(packet1.Pass());
245 scoped_ptr<AudioPacket> packet1(CreatePacket44100Hz(packet1_samples));
247 audio_->ProcessAudioPacket(packet1
[all...]
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet_unittest.cc91 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/
H A Dtimestamp_scaler_unittest.cc202 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/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264_unittest.cc454 uint8_t packet1[3] = { local
481 EXPECT_TRUE(depacketizer_->Parse(&expected_header, packet1, sizeof(packet1)));
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoengine_unittest.h1063 rtc::Buffer packet1(data1, sizeof(data1));
1064 rtc::SetBE32(packet1.data() + 8, kSsrc);
1070 channel_->OnPacketReceived(&packet1, rtc::PacketTime());

Completed in 1495 milliseconds