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

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
content_analysis.h 80 bool first_frame_; member in class:webrtc::VPMContentAnalysis
  /external/chromium_org/content/browser/compositor/
buffer_queue_unittest.cc 33 BufferQueueTest() : doublebuffering_(true), first_frame_(true) {}
88 if (doublebuffering_ || !first_frame_)
90 first_frame_ = false;
107 bool first_frame_; member in class:content::BufferQueueTest
  /external/chromium_org/remoting/host/
video_frame_recorder_host_extension.cc 49 bool first_frame_; member in class:remoting::__anon15106::VideoFrameRecorderHostExtensionSession
56 : first_frame_(false) {
115 first_frame_ = true;
134 if (first_frame_) {
135 first_frame_ = false;
  /external/chromium_org/ui/compositor/
layer_animation_element.h 163 bool Started() { return !first_frame_; }
226 bool first_frame_; member in class:ui::LayerAnimationElement

Completed in 119 milliseconds