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

Side by Side Diff: media/test/pipeline_integration_test_base.h

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 4 years, 12 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
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | media/video/fake_video_encode_accelerator.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) 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 #ifndef MEDIA_TEST_PIPELINE_INTEGRATION_TEST_BASE_H_ 5 #ifndef MEDIA_TEST_PIPELINE_INTEGRATION_TEST_BASE_H_
6 #define MEDIA_TEST_PIPELINE_INTEGRATION_TEST_BASE_H_ 6 #define MEDIA_TEST_PIPELINE_INTEGRATION_TEST_BASE_H_
7 7
8 #include <stdint.h>
9
8 #include "base/md5.h" 10 #include "base/md5.h"
9 #include "base/message_loop/message_loop.h" 11 #include "base/message_loop/message_loop.h"
10 #include "media/audio/clockless_audio_sink.h" 12 #include "media/audio/clockless_audio_sink.h"
11 #include "media/audio/null_audio_sink.h" 13 #include "media/audio/null_audio_sink.h"
12 #include "media/base/audio_hardware_config.h" 14 #include "media/base/audio_hardware_config.h"
13 #include "media/base/demuxer.h" 15 #include "media/base/demuxer.h"
14 #include "media/base/media_keys.h" 16 #include "media/base/media_keys.h"
15 #include "media/base/null_video_sink.h" 17 #include "media/base/null_video_sink.h"
16 #include "media/base/pipeline.h" 18 #include "media/base/pipeline.h"
17 #include "media/base/text_track.h" 19 #include "media/base/text_track.h"
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 MOCK_METHOD1(DecryptorAttached, void(bool)); 147 MOCK_METHOD1(DecryptorAttached, void(bool));
146 MOCK_METHOD2(OnAddTextTrack, 148 MOCK_METHOD2(OnAddTextTrack,
147 void(const TextTrackConfig& config, 149 void(const TextTrackConfig& config,
148 const AddTextTrackDoneCB& done_cb)); 150 const AddTextTrackDoneCB& done_cb));
149 MOCK_METHOD0(OnWaitingForDecryptionKey, void(void)); 151 MOCK_METHOD0(OnWaitingForDecryptionKey, void(void));
150 }; 152 };
151 153
152 } // namespace media 154 } // namespace media
153 155
154 #endif // MEDIA_TEST_PIPELINE_INTEGRATION_TEST_BASE_H_ 156 #endif // MEDIA_TEST_PIPELINE_INTEGRATION_TEST_BASE_H_
OLDNEW
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | media/video/fake_video_encode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698