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

  /external/webrtc/webrtc/video/
vie_encoder.h 167 BitrateAllocator* const bitrate_allocator_; member in class:webrtc::ViEEncoder
  /external/webrtc/webrtc/call/
call.cc 125 const rtc::scoped_ptr<BitrateAllocator> bitrate_allocator_; member in class:webrtc::internal::Call
186 bitrate_allocator_(new BitrateAllocator()),
383 congestion_controller_.get(), bitrate_allocator_.get(), config,
574 uint32_t allocated_bitrate_bps = bitrate_allocator_->OnNetworkChanged(

Completed in 541 milliseconds