mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00

Results from test (CallPerfTest.TestEncodeFramerateVp8Simulcast): Simulcast streams: 0: max_fps:20 -> StreamStats.encode_frame_rate:15 (before), 20 (after) 1: max_fps:30 Bug: webrtc:13031 Change-Id: I30e6b2dcb2746859bd3e21b098bfa7b0fb3b2dda Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/230120 Commit-Queue: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#34867}
32 lines
703 B
Python
32 lines
703 B
Python
include_rules = [
|
|
"+audio",
|
|
"+logging/rtc_event_log",
|
|
"+modules/async_audio_processing",
|
|
"+modules/audio_coding",
|
|
"+modules/audio_device",
|
|
"+modules/audio_mixer",
|
|
"+modules/audio_processing",
|
|
"+modules/bitrate_controller",
|
|
"+modules/congestion_controller",
|
|
"+modules/video_coding",
|
|
"+modules/pacing",
|
|
"+modules/rtp_rtcp",
|
|
"+modules/utility",
|
|
"+system_wrappers",
|
|
"+video",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"video_receive_stream\.h": [
|
|
"+common_video/frame_counts.h",
|
|
],
|
|
"video_send_stream\.h": [
|
|
"+common_video",
|
|
],
|
|
"rtp_transport_controller_send_interface\.h": [
|
|
"+common_video/frame_counts.h",
|
|
],
|
|
"call_perf_tests\.cc": [
|
|
"+media/engine",
|
|
]
|
|
}
|