Searched refs:codec_bitrate_kbps_ (Results 1 – 1 of 1) sorted by relevance
357 : codec_bitrate_kbps_(300), available_bitrate_kbps_(1000) {} in TestVideoSenderWithVp8()371 codec_.startBitrate = codec_bitrate_kbps_; in SetUp()372 codec_.maxBitrate = codec_bitrate_kbps_; in SetUp()420 int codec_bitrate_kbps_; member in webrtc::vcm::__anon6bfc03b10111::TestVideoSenderWithVp8430 const int low_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][0]; in TEST_F()431 const int mid_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][1]; in TEST_F()432 const int high_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][2]; in TEST_F()456 codec.startBitrate = codec_bitrate_kbps_; in TEST_F()457 codec.maxBitrate = codec_bitrate_kbps_; in TEST_F()460 const int low_b = codec_bitrate_kbps_ * 0.4; in TEST_F()[all …]