Searched defs:bitrate_allocator (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/video/
H A Dvideo_send_stream.cc116 BitrateAllocator* bitrate_allocator,
150 bitrate_allocator));
111 VideoSendStream( int num_cpu_cores, ProcessThread* module_process_thread, CallStats* call_stats, CongestionController* congestion_controller, BitrateAllocator* bitrate_allocator, const VideoSendStream::Config& config, const VideoEncoderConfig& encoder_config, const std::map<uint32_t, RtpState>& suspended_ssrcs) argument
H A Dvie_encoder.cc20 #include "webrtc/call/bitrate_allocator.h"
112 BitrateAllocator* bitrate_allocator)
124 bitrate_allocator_(bitrate_allocator),
107 ViEEncoder(uint32_t number_of_cores, ProcessThread* module_process_thread, SendStatisticsProxy* stats_proxy, I420FrameCallback* pre_encode_callback, PacedSender* pacer, BitrateAllocator* bitrate_allocator) argument

Completed in 174 milliseconds