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

  /external/chromium_org/media/cast/framer/
cast_message_builder.h 50 const int max_unacked_frames_; member in class:media::cast::CastMessageBuilder
cast_message_builder.cc 24 max_unacked_frames_(max_unacked_frames),
67 if (complete_frame_count > max_unacked_frames_) {
  /external/chromium_org/media/cast/video_sender/
video_sender.h 127 uint8 max_unacked_frames_; member in class:media::cast::VideoSender
video_sender.cc 76 max_unacked_frames_ = static_cast<uint8>(video_config.rtp_max_delay_ms *
78 VLOG(1) << "max_unacked_frames " << static_cast<int>(max_unacked_frames_);
79 DCHECK_GT(max_unacked_frames_, 0) << "Invalid argument";
89 max_unacked_frames_));
437 if (frames_in_flight >= max_unacked_frames_) {

Completed in 41 milliseconds