Home | History | Annotate | Download | only in media

Lines Matching refs:frame_duration_

313   base::TimeDelta frame_duration_;
331 frame_duration_ = base::TimeDelta::FromSeconds(1) / fps;
375 if (next_frame_delivered_time_ + frame_duration_ < now) {
383 next_frame_delivered_time_ += frame_duration_;