hardware_video_decoding_sandbox_hook_linux.h 573 B

1234567891011121314151617
  1. // Copyright 2021 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef MEDIA_GPU_SANDBOX_HARDWARE_VIDEO_DECODING_SANDBOX_HOOK_LINUX_H_
  5. #define MEDIA_GPU_SANDBOX_HARDWARE_VIDEO_DECODING_SANDBOX_HOOK_LINUX_H_
  6. #include "sandbox/policy/linux/sandbox_linux.h"
  7. namespace media {
  8. bool HardwareVideoDecodingPreSandboxHook(
  9. sandbox::policy::SandboxLinux::Options options);
  10. } // namespace media
  11. #endif // MEDIA_GPU_SANDBOX_HARDWARE_VIDEO_DECODING_SANDBOX_HOOK_LINUX_H_