Move rtc::make_ref_counted to api/
Bug: webrtc:12701 Change-Id: If49095b101c1a1763c2a44a0284c0d670cce953f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/265390 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37219}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
7ef4f514c5
commit
105711e9ad
@ -58,6 +58,7 @@ rtc_library("video_file_reader") {
|
||||
"video_file_reader.h",
|
||||
]
|
||||
deps = [
|
||||
"../api:make_ref_counted",
|
||||
"../api:scoped_refptr",
|
||||
"../api/video:video_frame",
|
||||
"../api/video:video_rtp_headers",
|
||||
@ -107,13 +108,13 @@ rtc_library("video_quality_analysis") {
|
||||
deps = [
|
||||
":video_file_reader",
|
||||
"../api:array_view",
|
||||
"../api:make_ref_counted",
|
||||
"../api:scoped_refptr",
|
||||
"../api/video:video_frame",
|
||||
"../api/video:video_rtp_headers",
|
||||
"../common_video",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:logging",
|
||||
"../rtc_base:refcount",
|
||||
"../test:perf_test",
|
||||
"//third_party/libyuv",
|
||||
]
|
||||
@ -135,6 +136,7 @@ rtc_executable("frame_analyzer") {
|
||||
":video_file_reader",
|
||||
":video_file_writer",
|
||||
":video_quality_analysis",
|
||||
"../api:make_ref_counted",
|
||||
"../api:scoped_refptr",
|
||||
"../rtc_base:stringutils",
|
||||
"../test:perf_test",
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
#include "api/scoped_refptr.h"
|
||||
#include "api/set_local_description_observer_interface.h"
|
||||
#include "rtc_base/logging.h"
|
||||
#include "rtc_base/ref_counted_object.h"
|
||||
#include "rtc_base/thread.h"
|
||||
#include "rtc_tools/data_channel_benchmark/signaling_interface.h"
|
||||
|
||||
|
||||
@ -18,9 +18,9 @@
|
||||
#include <vector>
|
||||
|
||||
#include "api/array_view.h"
|
||||
#include "api/make_ref_counted.h"
|
||||
#include "api/video/i420_buffer.h"
|
||||
#include "rtc_base/checks.h"
|
||||
#include "rtc_base/ref_counted_object.h"
|
||||
#include "rtc_tools/frame_analyzer/linear_least_squares.h"
|
||||
#include "third_party/libyuv/include/libyuv/planar_functions.h"
|
||||
#include "third_party/libyuv/include/libyuv/scale.h"
|
||||
|
||||
@ -12,9 +12,9 @@
|
||||
|
||||
#include <map>
|
||||
|
||||
#include "api/make_ref_counted.h"
|
||||
#include "api/video/i420_buffer.h"
|
||||
#include "rtc_base/checks.h"
|
||||
#include "rtc_base/ref_counted_object.h"
|
||||
#include "rtc_tools/frame_analyzer/video_quality_analysis.h"
|
||||
#include "third_party/libyuv/include/libyuv/scale.h"
|
||||
|
||||
|
||||
@ -18,9 +18,9 @@
|
||||
#include <limits>
|
||||
#include <vector>
|
||||
|
||||
#include "api/make_ref_counted.h"
|
||||
#include "api/video/i420_buffer.h"
|
||||
#include "api/video/video_frame_buffer.h"
|
||||
#include "rtc_base/ref_counted_object.h"
|
||||
#include "rtc_tools/frame_analyzer/video_quality_analysis.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
#include "modules/audio_coding/neteq/tools/neteq_replacement_input.h"
|
||||
#include "modules/audio_coding/neteq/tools/neteq_test.h"
|
||||
#include "modules/audio_coding/neteq/tools/resample_input_audio_file.h"
|
||||
#include "rtc_base/ref_counted_object.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
@ -16,10 +16,10 @@
|
||||
|
||||
#include "absl/strings/match.h"
|
||||
#include "absl/types/optional.h"
|
||||
#include "api/make_ref_counted.h"
|
||||
#include "api/video/i420_buffer.h"
|
||||
#include "rtc_base/checks.h"
|
||||
#include "rtc_base/logging.h"
|
||||
#include "rtc_base/ref_counted_object.h"
|
||||
#include "rtc_base/string_encode.h"
|
||||
#include "rtc_base/string_to_number.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user