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

Unified Diff: webrtc/video/video_quality_test.h

Issue 2303273002: Expose Ivf logging through the native API (Closed)
Patch Set: Nit Created 4 years, 3 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 | « webrtc/video/video_loopback.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_quality_test.h
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h
index 805a559af791564b4432256e2a35a06c1fdbf84c..cd4939de7f3522b7c6f225cb3f1ddd98e4b4c2b0 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -41,6 +41,7 @@ class VideoQualityTest : public test::CallTest {
int min_transmit_bps;
bool send_side_bwe;
bool fec;
+ std::string encoded_frame_base_path;
Call::Config::BitrateConfig call_bitrate_config;
} common;
@@ -107,6 +108,9 @@ class VideoQualityTest : public test::CallTest {
void SetupCommon(Transport* send_transport, Transport* recv_transport);
void SetupScreenshare();
+ void StartEncodedFrameLogs(VideoSendStream* stream);
+ void StartEncodedFrameLogs(VideoReceiveStream* stream);
+
// We need a more general capturer than the FrameGeneratorCapturer.
std::unique_ptr<test::VideoCapturer> capturer_;
std::unique_ptr<test::TraceToStderr> trace_to_stderr_;
@@ -114,6 +118,9 @@ class VideoQualityTest : public test::CallTest {
std::unique_ptr<VideoEncoder> encoder_;
Clock* const clock_;
+ int receive_logs_;
+ int send_logs_;
+
Params params_;
};
« no previous file with comments | « webrtc/video/video_loopback.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698