Home
last modified time | relevance | path

Searched refs:pad_up_bitrate_bps (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/video/
Dvideo_send_stream_impl_unittest.cc192 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/
Dbitrate_allocator_unittest.cc115 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()
Dbitrate_allocator.h52 uint32_t pad_up_bitrate_bps; member
Dbitrate_allocator.cc503 uint32_t stream_padding = config.config.pad_up_bitrate_bps; in UpdateAllocationLimits()