Searched refs:GetExperimentalMinVideoBitrate (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/rtc_base/experiments/ |
D | min_video_bitrate_experiment_unittest.cc | 26 EXPECT_EQ(GetExperimentalMinVideoBitrate(VideoCodecType::kVideoCodecGeneric), in TEST() 28 EXPECT_EQ(GetExperimentalMinVideoBitrate(VideoCodecType::kVideoCodecVP8), in TEST() 30 EXPECT_EQ(GetExperimentalMinVideoBitrate(VideoCodecType::kVideoCodecVP9), in TEST() 32 EXPECT_EQ(GetExperimentalMinVideoBitrate(VideoCodecType::kVideoCodecH264), in TEST() 35 GetExperimentalMinVideoBitrate(VideoCodecType::kVideoCodecMultiplex), in TEST() 44 EXPECT_EQ(GetExperimentalMinVideoBitrate(VideoCodecType::kVideoCodecGeneric), in TEST() 46 EXPECT_EQ(GetExperimentalMinVideoBitrate(VideoCodecType::kVideoCodecVP8), in TEST() 48 EXPECT_EQ(GetExperimentalMinVideoBitrate(VideoCodecType::kVideoCodecVP9), in TEST() 50 EXPECT_EQ(GetExperimentalMinVideoBitrate(VideoCodecType::kVideoCodecH264), in TEST() 53 GetExperimentalMinVideoBitrate(VideoCodecType::kVideoCodecMultiplex), in TEST() [all …]
|
D | min_video_bitrate_experiment.h | 24 absl::optional<DataRate> GetExperimentalMinVideoBitrate(VideoCodecType type);
|
D | min_video_bitrate_experiment.cc | 60 absl::optional<DataRate> GetExperimentalMinVideoBitrate(VideoCodecType type) { in GetExperimentalMinVideoBitrate() function
|
/external/webrtc/modules/video_coding/ |
D | video_codec_initializer.cc | 266 GetExperimentalMinVideoBitrate(video_codec.codecType); in VideoEncoderConfigToVideoCodec()
|
/external/webrtc/video/ |
D | video_send_stream_impl.cc | 514 GetExperimentalMinVideoBitrate(codec_type); in OnEncoderConfigurationChanged()
|
/external/webrtc/media/engine/ |
D | webrtc_video_engine.cc | 3391 GetExperimentalMinVideoBitrate(encoder_config.codec_type); in CreateEncoderStreams()
|