HomeSort by relevance Sort by last modified time
    Searched refs:next_packet_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_player.cc 369 if (!packet_source_->NextPacket(&next_packet_))
371 first_packet_rtp_time_ = next_packet_.time_ms;
378 new RawRtpPacket(next_packet_.data,
379 static_cast<uint32_t>(next_packet_.length),
384 int ret = SendPacket(next_packet_.data,
385 static_cast<uint32_t>(next_packet_.length));
394 if (!packet_source_->NextPacket(&next_packet_)) {
398 else if (next_packet_.length == 0) {
457 test::RtpFileReader::Packet next_packet_; member in class:webrtc::rtpplayer::RtpPlayerImpl
  /external/chromium_org/media/cast/net/
udp_transport.cc 116 next_packet_.reset(new Packet(kMaxPacketSize));
118 reinterpret_cast<char*>(&next_packet_->front()));
155 next_packet_->resize(length_or_status);
156 packet_receiver_.Run(next_packet_.Pass());
udp_transport.h 81 scoped_ptr<Packet> next_packet_; member in class:media::cast::UdpTransport

Completed in 2711 milliseconds