HomeSort by relevance Sort by last modified time
    Searched defs:per_frame_bandwidth_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 120 float per_frame_bandwidth_[3]; member in class:webrtc::VideoProcessorIntegrationTest
220 per_frame_bandwidth_[i] = static_cast<float>(bit_rate_layer_[i]) /
230 target_size_key_frame_ = 0.5 * (3 + max_key_size) * per_frame_bandwidth_[0];
250 per_frame_bandwidth_[layer_]) /
251 per_frame_bandwidth_[layer_];
322 bit_rate_layer_[i], frame_rate_layer_[i], per_frame_bandwidth_[i],
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select.h 307 float per_frame_bandwidth_; member in class:webrtc::VCMQmResolution

Completed in 111 milliseconds