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

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

Issue 2466993003: H264SpsPpsTracker class which keep tracks of SPS/PPS. (Closed)
Patch Set: Free copied data Created 4 years, 1 month 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 11 matching lines...) Expand all
22 "frame_buffer.cc", 22 "frame_buffer.cc",
23 "frame_buffer.h", 23 "frame_buffer.h",
24 "frame_buffer2.cc", 24 "frame_buffer2.cc",
25 "frame_buffer2.h", 25 "frame_buffer2.h",
26 "frame_object.cc", 26 "frame_object.cc",
27 "frame_object.h", 27 "frame_object.h",
28 "generic_decoder.cc", 28 "generic_decoder.cc",
29 "generic_decoder.h", 29 "generic_decoder.h",
30 "generic_encoder.cc", 30 "generic_encoder.cc",
31 "generic_encoder.h", 31 "generic_encoder.h",
32 "h264_sps_pps_tracker.cc",
33 "h264_sps_pps_tracker.h",
32 "histogram.cc", 34 "histogram.cc",
33 "histogram.h", 35 "histogram.h",
34 "include/video_coding.h", 36 "include/video_coding.h",
35 "include/video_coding_defines.h", 37 "include/video_coding_defines.h",
36 "inter_frame_delay.cc", 38 "inter_frame_delay.cc",
37 "inter_frame_delay.h", 39 "inter_frame_delay.h",
38 "internal_defines.h", 40 "internal_defines.h",
39 "jitter_buffer.cc", 41 "jitter_buffer.cc",
40 "jitter_buffer.h", 42 "jitter_buffer.h",
41 "jitter_buffer_common.h", 43 "jitter_buffer_common.h",
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 if (!build_with_chromium && is_clang) { 322 if (!build_with_chromium && is_clang) {
321 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 323 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
322 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 324 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
323 } 325 }
324 326
325 deps = [ 327 deps = [
326 "../../test:test_support", 328 "../../test:test_support",
327 ] 329 ]
328 } 330 }
329 } 331 }
OLDNEW
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc ('k') | webrtc/modules/video_coding/h264_sps_pps_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698