Also, use it to save worst psnr frame in video quality tests. It is indented that these saved frames from perfbots will be uploaded to the cloud and will be available in chrome perf dashboard. Because of that size of the saved frame is somewhat an issue. Also, y4m is not convenient to view. BUG=webrtc:8030 Review-Url: https://codereview.webrtc.org/2998143002 Cr-Commit-Position: refs/heads/master@{#19450}
31 lines
711 B
Python
31 lines
711 B
Python
include_rules = [
|
|
"+third_party/libjpeg",
|
|
"+third_party/libjpeg_turbo",
|
|
"+webrtc/base",
|
|
"+webrtc/call",
|
|
"+webrtc/common_audio",
|
|
"+webrtc/common_video",
|
|
"+webrtc/logging/rtc_event_log",
|
|
"+webrtc/media/base",
|
|
"+webrtc/modules/audio_coding",
|
|
"+webrtc/modules/audio_device",
|
|
"+webrtc/modules/audio_mixer",
|
|
"+webrtc/modules/audio_processing",
|
|
"+webrtc/modules/media_file",
|
|
"+webrtc/modules/rtp_rtcp",
|
|
"+webrtc/modules/video_capture",
|
|
"+webrtc/modules/video_coding",
|
|
"+webrtc/sdk",
|
|
"+webrtc/system_wrappers",
|
|
"+webrtc/voice_engine",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"gmock\.h": [
|
|
"+testing/gmock/include/gmock",
|
|
],
|
|
"gtest\.h": [
|
|
"+testing/gtest/include/gtest",
|
|
],
|
|
}
|