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

  /external/chromium_org/remoting/host/
video_scheduler.cc 49 pending_frames_(0),
211 if (pending_frames_ >= kMaxPendingFrames || capture_pending_) {
219 pending_frames_++;
220 DCHECK_LE(pending_frames_, kMaxPendingFrames);
235 pending_frames_--;
236 DCHECK_GE(pending_frames_, 0);
video_scheduler.h 179 int pending_frames_; member in class:remoting::VideoScheduler
  /external/chromium_org/content/common/gpu/media/
android_video_encode_accelerator.cc 177 (num_buffers_at_codec_ > 0 || !pending_frames_.empty())) {
187 (num_buffers_at_codec_ == 0 && pending_frames_.empty())) {
213 pending_frames_.push(MakeTuple(frame, force_keyframe, base::Time::Now()));
264 if (!client_ptr_factory_.GetWeakPtr() || pending_frames_.empty())
279 const PendingFrames::value_type& input = pending_frames_.front();
329 pending_frames_.pop();
android_video_encode_accelerator.h 92 PendingFrames pending_frames_; member in class:content::AndroidVideoEncodeAccelerator

Completed in 193 milliseconds