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

  /external/chromium_org/media/cast/net/
udp_transport.h 81 scoped_ptr<Packet> next_packet_; member in class:media::cast::UdpTransport
  /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

Completed in 168 milliseconds