Searched refs:use_framerate_reduction_ (Results 1 – 2 of 2) sorted by relevance
37 use_framerate_reduction_ = use_framerate_reduction; in Init()83 if (use_framerate_reduction_ && !framerate_down_ && framerate_ >= 20) { in OnEncodeFrame()94 if (use_framerate_reduction_ && framerate_down_) { in OnEncodeFrame()
60 bool use_framerate_reduction_; variable