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

  /external/chromium_org/media/cast/video_sender/
video_sender.cc 66 last_sent_frame_id_(-1),
203 last_sent_frame_id_ = static_cast<int>(encoded_frame->frame_id);
300 if (!last_send_time_.is_null() && last_sent_frame_id_ != -1) {
308 last_sent_frame_id_ = -1;
372 if (last_sent_frame_id_ == -1) return;
386 && IsNewerFrameId(last_sent_frame_id_, last_acked_frame_id_)) {
425 if (last_sent_frame_id_ != -1) {
426 DCHECK_LE(0, last_sent_frame_id_);
430 frames_in_flight = static_cast<uint32>(last_sent_frame_id_) -
433 frames_in_flight = static_cast<uint32>(last_sent_frame_id_) + 1
    [all...]
video_sender.h 131 int last_sent_frame_id_; member in class:media::cast::VideoSender

Completed in 31 milliseconds