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

Side by Side Diff: webrtc/modules/video_coding/BUILD.gn

Issue 1961053002: Logic for finding frame references moved from PacketBuffer to new class (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("../../build/webrtc.gni") 9 import("../../build/webrtc.gni")
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "packet.h", 52 "packet.h",
53 "packet_buffer.cc", 53 "packet_buffer.cc",
54 "packet_buffer.h", 54 "packet_buffer.h",
55 "percentile_filter.cc", 55 "percentile_filter.cc",
56 "percentile_filter.h", 56 "percentile_filter.h",
57 "qm_select.cc", 57 "qm_select.cc",
58 "qm_select.h", 58 "qm_select.h",
59 "qm_select_data.h", 59 "qm_select_data.h",
60 "receiver.cc", 60 "receiver.cc",
61 "receiver.h", 61 "receiver.h",
62 "rtp_frame_reference_finder.cc",
63 "rtp_frame_reference_finder.h",
62 "rtt_filter.cc", 64 "rtt_filter.cc",
63 "rtt_filter.h", 65 "rtt_filter.h",
64 "session_info.cc", 66 "session_info.cc",
65 "session_info.h", 67 "session_info.h",
66 "timestamp_map.cc", 68 "timestamp_map.cc",
67 "timestamp_map.h", 69 "timestamp_map.h",
68 "timing.cc", 70 "timing.cc",
69 "timing.h", 71 "timing.h",
70 "video_coding_impl.cc", 72 "video_coding_impl.cc",
71 "video_coding_impl.h", 73 "video_coding_impl.h",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 261
260 deps = [ 262 deps = [
261 ":video_coding_utility", 263 ":video_coding_utility",
262 "../../common_video", 264 "../../common_video",
263 "../../system_wrappers", 265 "../../system_wrappers",
264 ] 266 ]
265 if (rtc_build_libvpx) { 267 if (rtc_build_libvpx) {
266 deps += [ rtc_libvpx_dir ] 268 deps += [ rtc_libvpx_dir ]
267 } 269 }
268 } 270 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/video_coding/frame_object.h » ('j') | webrtc/modules/video_coding/rtp_frame_reference_finder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698