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

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: rebase master + fixing the comment Created 5 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/test/webrtc_test_common.gyp ('k') | webrtc/video/loopback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/loopback.h
diff --git a/webrtc/video/loopback.h b/webrtc/video/loopback.h
index 0a8bb9793bbf66599857b24db92f1b5572ef378a..c671de4e980b6e1c401ab24a69823319ecd3376d 100644
--- a/webrtc/video/loopback.h
+++ b/webrtc/video/loopback.h
@@ -33,6 +33,11 @@ class Loopback {
int32_t min_transmit_bitrate_kbps;
std::string codec;
size_t num_temporal_layers;
+ size_t num_spatial_layers;
+ // Discard all temporal/spatial layers with id greater or equal the
+ // threshold. 0 to disable.
+ size_t tl_discard_threshold;
+ size_t sl_discard_threshold;
int32_t loss_percent;
int32_t link_capacity_kbps;
int32_t queue_size;
« no previous file with comments | « webrtc/test/webrtc_test_common.gyp ('k') | webrtc/video/loopback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698