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

  /external/webrtc/webrtc/modules/video_coding/
qm_select.h 289 float per_frame_bandwidth_; member in class:webrtc::VCMQmResolution
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 121 float per_frame_bandwidth_[3]; member in class:webrtc::VideoProcessorIntegrationTest
239 per_frame_bandwidth_[i] = static_cast<float>(bit_rate_layer_[i]) /
249 target_size_key_frame_ = 0.5 * (3 + max_key_size) * per_frame_bandwidth_[0];
268 fabs(encoded_size_kbits - per_frame_bandwidth_[layer_]) /
269 per_frame_bandwidth_[layer_];
345 bit_rate_layer_[i], frame_rate_layer_[i], per_frame_bandwidth_[i],
    [all...]

Completed in 2591 milliseconds