Home
last modified time | relevance | path

Searched refs:MediaStreamAllocationConfig (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/call/
Dbitrate_allocator.h47 struct MediaStreamAllocationConfig { struct
69 MediaStreamAllocationConfig config) = 0; argument
80 MediaStreamAllocationConfig allocation_config) in AllocatableTrack()
86 MediaStreamAllocationConfig config;
128 MediaStreamAllocationConfig config) override;
Dbitrate_allocator_unittest.cc123 MediaStreamAllocationConfig DefaultConfig() const { in DefaultConfig()
124 MediaStreamAllocationConfig default_config; in DefaultConfig()
501 MediaStreamAllocationConfig allocation_config = DefaultConfig(); in TEST_F()
Dbitrate_allocator.cc448 MediaStreamAllocationConfig config) { in AddObserver()
/external/webrtc/video/
Dvideo_send_stream_impl_unittest.cc189 MediaStreamAllocationConfig config) { in TEST_F()
245 MediaStreamAllocationConfig config) { in TEST_F()
314 MediaStreamAllocationConfig config) { in TEST_F()
375 MediaStreamAllocationConfig config) { in TEST_F()
799 MediaStreamAllocationConfig config) { in TEST_F()
963 AllOf(Field(&MediaStreamAllocationConfig::min_bitrate_bps, in TEST_F()
965 Field(&MediaStreamAllocationConfig::max_bitrate_bps, in TEST_F()
968 Field(&MediaStreamAllocationConfig::pad_up_bitrate_bps, in TEST_F()
970 Field(&MediaStreamAllocationConfig::enforce_min_bitrate, in TEST_F()
1003 AllOf(Field(&MediaStreamAllocationConfig::min_bitrate_bps, in TEST_F()
[all …]
Dvideo_send_stream_impl.h147 MediaStreamAllocationConfig GetAllocationConfig() const
Dvideo_send_stream_impl.cc479 MediaStreamAllocationConfig VideoSendStreamImpl::GetAllocationConfig() const { in GetAllocationConfig()
480 return MediaStreamAllocationConfig{ in GetAllocationConfig()
/external/webrtc/call/test/
Dmock_bitrate_allocator.h23 (BitrateAllocatorObserver*, MediaStreamAllocationConfig),
/external/webrtc/audio/
Daudio_send_stream.cc865 MediaStreamAllocationConfig{ in ConfigureBitrateObserver()