HomeSort by relevance Sort by last modified time
    Searched full:packet_time (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport.h 103 const rtc::PacketTime& packet_time) {
104 OnReadPacket(socket, data, size, remote_addr, packet_time);
110 const rtc::PacketTime& packet_time);
199 const rtc::PacketTime& packet_time);
201 const rtc::PacketTime& packet_time);
204 ProtocolType proto, const rtc::PacketTime& packet_time);
stunport.h 104 const rtc::PacketTime& packet_time) {
106 OnReadPacket(socket, data, size, remote_addr, packet_time);
139 const rtc::PacketTime& packet_time);
stunserver.h 51 const rtc::PacketTime& packet_time);
tcpport.h 106 const rtc::PacketTime& packet_time);
142 const rtc::PacketTime& packet_time);
turnport.cc 459 const rtc::PacketTime& packet_time) {
474 HandleChannelData(msg_type, data, size, packet_time);
476 HandleDataIndication(data, size, packet_time);
627 const rtc::PacketTime& packet_time) {
663 PROTO_UDP, packet_time);
668 const rtc::PacketTime& packet_time) {
700 PROTO_UDP, packet_time);
705 ProtocolType proto, const rtc::PacketTime& packet_time) {
707 conn->OnReadPacket(data, size, packet_time);
    [all...]
tcpport.cc 223 const rtc::PacketTime& packet_time) {
328 const rtc::PacketTime& packet_time) {
330 Connection::OnReadPacket(data, size, packet_time);
relayport.h 103 const rtc::PacketTime& packet_time);
stunserver.cc 46 const rtc::PacketTime& packet_time) {
transportchannelproxy.h 93 const rtc::PacketTime& packet_time, int flags);
  /external/chromium_org/third_party/webrtc/base/
natserver.h 66 const PacketTime& packet_time);
69 const PacketTime& packet_time);
testechoserver.h 54 const PacketTime& packet_time) {
testclient.h 81 const PacketTime& packet_time);
natserver.cc 93 const SocketAddress& addr, const PacketTime& packet_time) {
118 const SocketAddress& remote_addr, const PacketTime& packet_time) {
  /external/chromium_org/third_party/webrtc/video_engine/
vie_receiver.h 73 const PacketTime& packet_time);
93 const PacketTime& packet_time);
vie_network_impl.h 36 const PacketTime& packet_time);
vie_network_impl.cc 115 const PacketTime& packet_time) {
122 return vie_channel->ReceivedRTPPacket(data, length, packet_time);
vie_receiver.cc 163 const PacketTime& packet_time) {
165 rtp_packet_length, packet_time);
213 const PacketTime& packet_time) {
232 if (packet_time.timestamp != -1)
233 arrival_time_ms = (packet_time.timestamp + 500) / 1000;
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_network_impl.h 35 const PacketTime& packet_time);
voe_network_impl.cc 98 const PacketTime& packet_time)
136 packet_time);
  /external/chromium_org/jingle/glue/
channel_socket_adapter.h 58 const rtc::PacketTime& packet_time,
  /external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc 191 int64 packet_time = AV_NOPTS_VALUE; local
193 packet_time =
198 packet_time =
206 if (packet_time > time) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine.h 235 const rtc::PacketTime& packet_time);
237 const rtc::PacketTime& packet_time) {}
306 const rtc::PacketTime& packet_time);
308 const rtc::PacketTime& packet_time) {}
rtpdataengine.h 120 const rtc::PacketTime& packet_time);
122 const rtc::PacketTime& packet_time) {}
  /external/chromium_org/remoting/protocol/
chromium_socket_factory_unittest.cc 34 const rtc::PacketTime& packet_time) {
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_network.h 69 const PacketTime& packet_time) = 0;

Completed in 806 milliseconds

1 2 3