Searched refs:pad_up_bitrate_bps (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/video/ |
D | video_send_stream_impl_unittest.cc | 192 EXPECT_EQ(config.pad_up_bitrate_bps, 0u); in TEST_F() 251 if (config.pad_up_bitrate_bps != 0) { in TEST_F() 252 EXPECT_EQ(config.pad_up_bitrate_bps, in TEST_F() 320 if (config.pad_up_bitrate_bps != 0) { in TEST_F() 321 EXPECT_EQ(config.pad_up_bitrate_bps, in TEST_F() 381 if (config.pad_up_bitrate_bps != 0) { in TEST_F() 383 config.pad_up_bitrate_bps, in TEST_F() 800 padding_bitrate = config.pad_up_bitrate_bps; in TEST_F() 968 Field(&MediaStreamAllocationConfig::pad_up_bitrate_bps, in TEST_F() 1009 Field(&MediaStreamAllocationConfig::pad_up_bitrate_bps, in TEST_F()
|
/external/webrtc/call/ |
D | bitrate_allocator_unittest.cc | 115 uint32_t pad_up_bitrate_bps, in AddObserver() argument 120 {min_bitrate_bps, max_bitrate_bps, pad_up_bitrate_bps, in AddObserver() 127 default_config.pad_up_bitrate_bps = 0; in DefaultConfig() 307 uint32_t pad_up_bitrate_bps, in AddObserver() argument 312 observer, {min_bitrate_bps, max_bitrate_bps, pad_up_bitrate_bps, 0, in AddObserver()
|
D | bitrate_allocator.h | 52 uint32_t pad_up_bitrate_bps; member
|
D | bitrate_allocator.cc | 503 uint32_t stream_padding = config.config.pad_up_bitrate_bps; in UpdateAllocationLimits()
|