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

  /external/chromium_org/content/renderer/media/
rtc_video_decoder_bridge_tv.cc 28 first_frame_(true) {}
42 first_frame_ = true;
62 if (first_frame_) {
73 first_frame_ = false;
109 first_frame_ = true;
rtc_video_decoder_bridge_tv.h 47 bool first_frame_; member in class:content::RTCVideoDecoderBridgeTv
  /external/chromium_org/ui/compositor/
layer_animation_element.h 158 bool Started() { return !first_frame_; }
221 bool first_frame_; member in class:ui::LayerAnimationElement
layer_animation_element.cc 710 : first_frame_(true),
722 : first_frame_(element.first_frame_),
738 DCHECK(first_frame_);
743 first_frame_ = false;
749 DCHECK(!first_frame_);
769 first_frame_ = t == 1.0;
779 if (!first_frame_ && (effective_start_time_ == base::TimeTicks()))
783 if (!first_frame_)
795 if (first_frame_)
    [all...]

Completed in 65 milliseconds