> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs-staging.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 视频概述

Qualcomm<sup>®</sup> Adreno<sup>™</sup> 视频处理单元 (VPU) 是一个硬件加速的视频引擎，支持多种视频编解码器的视频播放（解码）和录制（编码）。应用程序可以使用 [Qualcomm® Intelligent Multimedia SDK](https://dragonwingdocs.qualcomm.com/SDKs/IMSDK/index) (IM SDK) 或 Video4Linux2 (V4L2) 将视频操作卸载到 Adreno VPU，从而释放 CPU 和 GPU 以执行其他操作。

<div
  style={{
borderLeft: '4px solid #3B5BDB',
backgroundColor: '#EEF2FF',
padding: '12px 16px',
borderRadius: '4px',
marginBottom: '16px'
}}
>
  <p style={{ margin: '0 0 6px 0', fontWeight: 'bold', color: '#1E3A8A' }}>注意：</p>
  <p style={{ margin: 0 }}>请参阅 Qualcomm<sup>®</sup> Linux<sup>®</sup> 支持的 <a href="https://dragonwingdocs.qualcomm.com/Hardware-SoCs/IQ-9075" style={{ color: '#1D4ED8', textDecoration: 'none' }}>硬件 SoC</a>。</p>
</div>

视频软件架构包括以下部分：

* **用户空间**：由基于 V4L2 或 GStreamer 的应用程序组成
* **内核空间**：由 V4L2 框架和 Adreno VPU 驱动程序组成
* **硬件模块**：由 Adreno VPU 固件和硬件组成

下图展示了视频软件架构中的模块：

<div className="flex flex-col items-center gap-2">
  <img src="https://mintcdn.com/qualcomm-staging/uWQLnBcS9sxlZhgB/Technologies/Video/media/qli-video-technology/Highlevel-video-sw-architecture.svg?fit=max&auto=format&n=uWQLnBcS9sxlZhgB&q=85&s=c690259344c8644748d8f05862e9563c" alt="图：视频软件的高级架构" width="552" height="465" data-path="Technologies/Video/media/qli-video-technology/Highlevel-video-sw-architecture.svg" />

  <p className="text-sm text-gray-700">
    图：视频软件的高级架构
  </p>
</div>

## **后续步骤**

* [启用视频](https://dragonwingdocs.qualcomm.com/Technologies/Video/enable-video)
* [探索视频示例应用程序](https://dragonwingdocs.qualcomm.com/Technologies/Video/explore-video-sample-applications)
