Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1223)

Unified Diff: webrtc/examples/androidtests/video_quality_loopback_test.py

Issue 2968683002: Fix android video_quality_loopback_test (Closed)
Patch Set: Fix presubmit. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/rtc_tools/video_analysis.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidtests/video_quality_loopback_test.py
diff --git a/webrtc/examples/androidtests/video_quality_loopback_test.py b/webrtc/examples/androidtests/video_quality_loopback_test.py
index aa0d8a92b781299a7d9b8a9888790cbf72ce0b75..eed3b9c33a7c27aa435aaa061270e4b52251fc94 100755
--- a/webrtc/examples/androidtests/video_quality_loopback_test.py
+++ b/webrtc/examples/androidtests/video_quality_loopback_test.py
@@ -106,7 +106,7 @@ def main():
download_tools_script = os.path.join(tools_dir, 'download_tools.py')
_RunCommand([sys.executable, download_tools_script, toolchain_dir])
- testing_tools_dir = os.path.join(SRC_DIR, 'webrtc', 'tools', 'testing')
+ testing_tools_dir = os.path.join(SRC_DIR, 'webrtc', 'rtc_tools', 'testing')
# Download, extract and build AppRTC.
setup_apprtc_script = os.path.join(testing_tools_dir, 'setup_apprtc.py')
@@ -181,7 +181,7 @@ def main():
ConvertVideo(reference_video, reference_video_yuv)
# Run compare script.
- compare_script = os.path.join(SRC_DIR, 'webrtc', 'tools',
+ compare_script = os.path.join(SRC_DIR, 'webrtc', 'rtc_tools',
'compare_videos.py')
zxing_path = os.path.join(toolchain_dir, 'linux', 'zxing')
« no previous file with comments | « no previous file | webrtc/rtc_tools/video_analysis.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698