Home
last modified time | relevance | path

Searched refs:num_pixels_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
Doveruse_frame_detector.cc387 num_pixels_(0), in OveruseFrameDetector()
413 ResetAll(num_pixels_); in SetOptions()
437 if (num_pixels != num_pixels_) { in FrameSizeChanged()
451 num_pixels_ = num_pixels; in ResetAll()
Doveruse_frame_detector.h134 int num_pixels_; variable