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

Unified Diff: webrtc/video/loopback.h

Issue 1287643002: Enabling spatial layers in VP9Impl. Filter layers in the loopback test. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: fix Created 5 years, 4 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
Index: webrtc/video/loopback.h
diff --git a/webrtc/video/loopback.h b/webrtc/video/loopback.h
index 0a8bb9793bbf66599857b24db92f1b5572ef378a..16f87c390c176a622df446f20bd9e41ecf3d1b90 100644
--- a/webrtc/video/loopback.h
+++ b/webrtc/video/loopback.h
@@ -33,6 +33,9 @@ class Loopback {
int32_t min_transmit_bitrate_kbps;
std::string codec;
size_t num_temporal_layers;
+ size_t num_spatial_layers;
+ size_t tl_discard_threshold;
mflodman 2015/08/27 07:27:48 Can you add a comment for this or maybe rename to
ivica 2015/08/27 08:49:23 Added a comment. If we think of any better name, I
+ size_t sl_discard_threshold;
int32_t loss_percent;
int32_t link_capacity_kbps;
int32_t queue_size;

Powered by Google App Engine
This is Rietveld 408576698