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

  /external/webrtc/webrtc/modules/video_processing/
content_analysis.cc 31 first_frame_(true),
69 if (first_frame_ == false)
75 first_frame_ = false;
94 first_frame_ = true;
102 first_frame_ = true;
content_analysis.h 79 bool first_frame_; member in class:webrtc::VPMContentAnalysis
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h 270 bool first_frame_ GUARDED_BY(acm_crit_sect_);
audio_coding_module_impl.cc 115 first_frame_(true),
139 first_frame_ ? input_data.input_timestamp
148 first_frame_ = false;

Completed in 82 milliseconds