Searched defs:first_frame_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcontent_analysis.h80 bool first_frame_; member in class:webrtc::VPMContentAnalysis
/external/chromium_org/content/browser/compositor/
H A Dbuffer_queue_unittest.cc33 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/
H A Dvideo_frame_recorder_host_extension.cc49 bool first_frame_; member in class:remoting::__anon10481::VideoFrameRecorderHostExtensionSession
56 : first_frame_(false) {
115 first_frame_ = true;
134 if (first_frame_) {
135 first_frame_ = false;
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element.h163 bool Started() { return !first_frame_; }
226 bool first_frame_; member in class:ui::LayerAnimationElement

Completed in 122 milliseconds