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

Side by Side Diff: media/filters/source_buffer_stream_unittest.cc

Issue 1542013004: Switch to standard integer types in media/, take 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more stddef Created 5 years 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 | « media/filters/source_buffer_stream.h ('k') | media/filters/stream_parser_factory.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "media/filters/source_buffer_stream.h" 5 #include "media/filters/source_buffer_stream.h"
6 6
7 #include <stddef.h>
7 #include <stdint.h> 8 #include <stdint.h>
8 #include <string> 9 #include <string>
9 #include <vector> 10 #include <vector>
10 11
11 #include "base/bind.h" 12 #include "base/bind.h"
12 #include "base/bind_helpers.h" 13 #include "base/bind_helpers.h"
13 #include "base/logging.h" 14 #include "base/logging.h"
15 #include "base/macros.h"
14 #include "base/strings/string_number_conversions.h" 16 #include "base/strings/string_number_conversions.h"
15 #include "base/strings/string_split.h" 17 #include "base/strings/string_split.h"
16 #include "base/strings/string_util.h" 18 #include "base/strings/string_util.h"
17 #include "media/base/data_buffer.h" 19 #include "media/base/data_buffer.h"
18 #include "media/base/media_log.h" 20 #include "media/base/media_log.h"
19 #include "media/base/media_util.h" 21 #include "media/base/media_util.h"
20 #include "media/base/mock_media_log.h" 22 #include "media/base/mock_media_log.h"
21 #include "media/base/test_helpers.h" 23 #include "media/base/test_helpers.h"
22 #include "media/base/text_track_config.h" 24 #include "media/base/text_track_config.h"
23 #include "media/base/timestamp_constants.h" 25 #include "media/base/timestamp_constants.h"
(...skipping 4594 matching lines...) Expand 10 before | Expand all | Expand 10 after
4618 CheckNoNextBuffer(); 4620 CheckNoNextBuffer();
4619 } 4621 }
4620 4622
4621 // TODO(vrk): Add unit tests where keyframes are unaligned between streams. 4623 // TODO(vrk): Add unit tests where keyframes are unaligned between streams.
4622 // (crbug.com/133557) 4624 // (crbug.com/133557)
4623 4625
4624 // TODO(vrk): Add unit tests with end of stream being called at interesting 4626 // TODO(vrk): Add unit tests with end of stream being called at interesting
4625 // times. 4627 // times.
4626 4628
4627 } // namespace media 4629 } // namespace media
OLDNEW
« no previous file with comments | « media/filters/source_buffer_stream.h ('k') | media/filters/stream_parser_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698