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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_optimization.cc 103 num_layers_(0),
140 num_layers_ = 1;
191 num_layers_ = (num_layers <= 1) ? 1 : num_layers; // Can also be zero.
197 num_layers_);
media_optimization.h 172 int num_layers_ GUARDED_BY(crit_sect_);
qm_select.h 340 int num_layers_; member in class:webrtc::VCMQmResolution
qm_select.cc 196 num_layers_ = 1;
223 num_layers_ = num_layers;
402 assert(num_layers_ > 0);
404 avg_incoming_framerate_ / static_cast<float>(1 << (num_layers_ - 1)));
701 if (num_layers_ > 2) {
    [all...]

Completed in 314 milliseconds