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

Side by Side Diff: webrtc/modules/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
« no previous file with comments | « no previous file | webrtc/modules/include/module_common_types.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "video_coding/codecs/test/stats_unittest.cc", 480 "video_coding/codecs/test/stats_unittest.cc",
481 "video_coding/codecs/test/videoprocessor_unittest.cc", 481 "video_coding/codecs/test/videoprocessor_unittest.cc",
482 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc", 482 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc",
483 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc", 483 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc",
484 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", 484 "video_coding/codecs/vp8/screenshare_layers_unittest.cc",
485 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", 485 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc",
486 "video_coding/codecs/vp8/simulcast_unittest.cc", 486 "video_coding/codecs/vp8/simulcast_unittest.cc",
487 "video_coding/codecs/vp8/simulcast_unittest.h", 487 "video_coding/codecs/vp8/simulcast_unittest.h",
488 "video_coding/decoding_state_unittest.cc", 488 "video_coding/decoding_state_unittest.cc",
489 "video_coding/frame_buffer2_unittest.cc", 489 "video_coding/frame_buffer2_unittest.cc",
490 "video_coding/h264_sps_pps_tracker_unittest.cc",
490 "video_coding/histogram_unittest.cc", 491 "video_coding/histogram_unittest.cc",
491 "video_coding/include/mock/mock_vcm_callbacks.h", 492 "video_coding/include/mock/mock_vcm_callbacks.h",
492 "video_coding/jitter_buffer_unittest.cc", 493 "video_coding/jitter_buffer_unittest.cc",
493 "video_coding/jitter_estimator_tests.cc", 494 "video_coding/jitter_estimator_tests.cc",
494 "video_coding/nack_module_unittest.cc", 495 "video_coding/nack_module_unittest.cc",
495 "video_coding/percentile_filter_unittest.cc", 496 "video_coding/percentile_filter_unittest.cc",
496 "video_coding/protection_bitrate_calculator_unittest.cc", 497 "video_coding/protection_bitrate_calculator_unittest.cc",
497 "video_coding/receiver_unittest.cc", 498 "video_coding/receiver_unittest.cc",
498 "video_coding/rtp_frame_reference_finder_unittest.cc", 499 "video_coding/rtp_frame_reference_finder_unittest.cc",
499 "video_coding/sequence_number_util_unittest.cc", 500 "video_coding/sequence_number_util_unittest.cc",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 "../test:test_common", 744 "../test:test_common",
744 "../test:test_support_main", 745 "../test:test_support_main",
745 "remote_bitrate_estimator:bwe_simulator_lib", 746 "remote_bitrate_estimator:bwe_simulator_lib",
746 "video_capture", 747 "video_capture",
747 "//testing/gmock", 748 "//testing/gmock",
748 "//testing/gtest", 749 "//testing/gtest",
749 "//third_party/gflags", 750 "//third_party/gflags",
750 ] 751 ]
751 } 752 }
752 } 753 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/include/module_common_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698