Add spatial layers support to video analyze pipeline.
To support analyze of spatial layers we will continue sending them into the network on encoder side, but will mark which should be then discarded and which should be processed. On decoder side we will drop layers, if they should be discarded and decode only parts, that should be processed. Bug: webrtc:10138 Change-Id: Ic8b8fe7787674c0ec49b879fcc29e54e8e3d787f Reviewed-on: https://webrtc-review.googlesource.com/c/123185 Reviewed-by: Peter Slatala <psla@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26784}
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#include "rtc_base/task_queue.h"
|
||||
#include "rtc_base/thread.h"
|
||||
#include "system_wrappers/include/clock.h"
|
||||
#include "test/pc/e2e/analyzer/video/single_process_encoded_image_id_injector.h"
|
||||
#include "test/pc/e2e/analyzer/video/single_process_encoded_image_data_injector.h"
|
||||
#include "test/pc/e2e/analyzer/video/video_quality_analyzer_injection_helper.h"
|
||||
#include "test/pc/e2e/api/peerconnection_quality_test_fixture.h"
|
||||
#include "test/pc/e2e/test_peer.h"
|
||||
@ -81,7 +81,7 @@ class PeerConnectionE2EQualityTest
|
||||
Clock* const clock_;
|
||||
std::unique_ptr<VideoQualityAnalyzerInjectionHelper>
|
||||
video_quality_analyzer_injection_helper_;
|
||||
std::unique_ptr<SingleProcessEncodedImageIdInjector>
|
||||
std::unique_ptr<SingleProcessEncodedImageDataInjector>
|
||||
encoded_image_id_controller_;
|
||||
|
||||
std::unique_ptr<TestPeer> alice_;
|
||||
|
Reference in New Issue
Block a user