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

Side by Side Diff: media/gpu/dxva_video_decode_accelerator_win.h

Issue 2921903003: Remove base::NonThreadSafe now that all users are gone!! (Closed)
Patch Set: rebase on r477274 Created 3 years, 6 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/cast/net/pacing/paced_sender.h ('k') | media/gpu/vaapi_jpeg_decode_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_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_WIN_H_ 5 #ifndef MEDIA_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_WIN_H_
6 #define MEDIA_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_WIN_H_ 6 #define MEDIA_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_WIN_H_
7 7
8 #include <d3d11_1.h> 8 #include <d3d11_1.h>
9 #include <d3d9.h> 9 #include <d3d9.h>
10 #include <initguid.h> 10 #include <initguid.h>
(...skipping 10 matching lines...) Expand all
21 #include <list> 21 #include <list>
22 #include <map> 22 #include <map>
23 #include <memory> 23 #include <memory>
24 #include <vector> 24 #include <vector>
25 25
26 #include "base/compiler_specific.h" 26 #include "base/compiler_specific.h"
27 #include "base/macros.h" 27 #include "base/macros.h"
28 #include "base/memory/linked_ptr.h" 28 #include "base/memory/linked_ptr.h"
29 #include "base/memory/weak_ptr.h" 29 #include "base/memory/weak_ptr.h"
30 #include "base/synchronization/lock.h" 30 #include "base/synchronization/lock.h"
31 #include "base/threading/non_thread_safe.h"
32 #include "base/threading/thread.h" 31 #include "base/threading/thread.h"
33 #include "base/win/scoped_comptr.h" 32 #include "base/win/scoped_comptr.h"
34 #include "gpu/command_buffer/service/gpu_preferences.h" 33 #include "gpu/command_buffer/service/gpu_preferences.h"
35 #include "media/base/video_color_space.h" 34 #include "media/base/video_color_space.h"
36 #include "media/filters/h264_parser.h" 35 #include "media/filters/h264_parser.h"
37 #include "media/gpu/gpu_video_decode_accelerator_helpers.h" 36 #include "media/gpu/gpu_video_decode_accelerator_helpers.h"
38 #include "media/gpu/media_gpu_export.h" 37 #include "media/gpu/media_gpu_export.h"
39 #include "media/video/video_decode_accelerator.h" 38 #include "media/video/video_decode_accelerator.h"
40 #include "ui/gfx/color_space.h" 39 #include "ui/gfx/color_space.h"
41 40
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 594
596 // Function pointer for the MFCreateDXGIDeviceManager API. 595 // Function pointer for the MFCreateDXGIDeviceManager API.
597 static CreateDXGIDeviceManager create_dxgi_device_manager_; 596 static CreateDXGIDeviceManager create_dxgi_device_manager_;
598 597
599 DISALLOW_COPY_AND_ASSIGN(DXVAVideoDecodeAccelerator); 598 DISALLOW_COPY_AND_ASSIGN(DXVAVideoDecodeAccelerator);
600 }; 599 };
601 600
602 } // namespace media 601 } // namespace media
603 602
604 #endif // MEDIA_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_WIN_H_ 603 #endif // MEDIA_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_WIN_H_
OLDNEW
« no previous file with comments | « media/cast/net/pacing/paced_sender.h ('k') | media/gpu/vaapi_jpeg_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698