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

# 参考资料

## 8.1 相关文档

<div
  style={{
border: '2px solid #0050D8',
borderRadius: '16px',
padding: '24px',
marginTop: '25px',
backgroundColor: '#FFFFFF',
boxShadow: '0 0 25px rgba(0, 80, 216, 0.15)'
}}
>
  <div
    style={{
  borderRadius: '12px',
  overflow: 'hidden',
  border: '2px solid #0050D8',
  width: '100%'
}}
  >
    <div
      style={{
    background: 'linear-gradient(90deg, #0050D8 0%, #0037A5 100%)',
    color: 'white',
    padding: '14px',
    textAlign: 'center',
    fontWeight: 'bold'
  }}
    >
      表：相关文档
    </div>

    <div style={{ width: '100%', display: 'block' }}>
      <table
        style={{
      display: 'table',
      width: '100%',
      minWidth: '100%',
      maxWidth: '100%',
      borderCollapse: 'collapse',
      backgroundColor: 'white',
      tableLayout: 'fixed',
      boxSizing: 'border-box'
    }}
      >
        <colgroup>
          <col style={{ width: '75%' }} />

          <col style={{ width: '25%' }} />
        </colgroup>

        <thead>
          <tr style={{ backgroundColor: '#F8FAFC' }}>
            <th
              style={{
            border: '1px solid #E5E7EB',
            padding: '16px',
            textAlign: 'center',
            fontWeight: 'bold',
            color: '#111827',
            verticalAlign: 'top',
            boxSizing: 'border-box'
          }}
            >
              标题
            </th>

            <th
              style={{
            border: '1px solid #E5E7EB',
            padding: '16px',
            textAlign: 'center',
            fontWeight: 'bold',
            color: '#111827',
            verticalAlign: 'top',
            boxSizing: 'border-box'
          }}
            >
              编号
            </th>
          </tr>
        </thead>

        <tbody>
          <tr style={{ backgroundColor: '#F8FAFC' }}>
            <td
              colSpan={2}
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            fontWeight: 'bold',
            color: '#111827',
            boxSizing: 'border-box'
          }}
            >
              Qualcomm Technologies, Inc.
            </td>
          </tr>

          <tr>
            <td
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box',
            wordBreak: 'break-word'
          }}
            >
              Qualcomm Intelligent Multimedia SDK (IMSDK) 参考文档
            </td>

            <td
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box'
          }}
            >
              80-80022-50
            </td>
          </tr>

          <tr>
            <td
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box',
            wordBreak: 'break-word'
          }}
            >
              Qualcomm Intelligent Multimedia SDK (IMSDK) 快速入门
            </td>

            <td
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box'
          }}
            >
              80-80022-51
            </td>
          </tr>

          <tr>
            <td
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box',
            wordBreak: 'break-word'
          }}
            >
              Qualcomm Linux 构建指南
            </td>

            <td
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box'
          }}
            >
              80-80022-254
            </td>
          </tr>

          <tr style={{ backgroundColor: '#F8FAFC' }}>
            <td
              colSpan={2}
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            fontWeight: 'bold',
            color: '#111827',
            boxSizing: 'border-box'
          }}
            >
              资源
            </td>
          </tr>

          <tr>
            <td
              colSpan={2}
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box',
            wordBreak: 'break-word'
          }}
            >
              <a href="https://github.com/quic/v4l-video-test-app" target="_blank" rel="noreferrer" style={{ color: '#1D4ED8', textDecoration: 'none' }}>
                v4l-video-test-app (GitHub)
              </a>
            </td>
          </tr>

          <tr>
            <td
              colSpan={2}
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box',
            wordBreak: 'break-word'
          }}
            >
              <a href="https://www.kernel.org/doc/html/v4.9/media/uapi/v4l/v4l2.html" target="_blank" rel="noreferrer" style={{ color: '#1D4ED8', textDecoration: 'none' }}>
                V4L2 API (v4.9)
              </a>
            </td>
          </tr>

          <tr>
            <td
              colSpan={2}
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box',
            wordBreak: 'break-word'
          }}
            >
              <a href="https://www.kernel.org/doc/html/v4.9/media/uapi/v4l/user-func.html" target="_blank" rel="noreferrer" style={{ color: '#1D4ED8', textDecoration: 'none' }}>
                V4L2 用户函数 (v4.9)
              </a>
            </td>
          </tr>

          <tr>
            <td
              colSpan={2}
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box',
            wordBreak: 'break-word'
          }}
            >
              <a href="https://www.kernel.org/doc/html/v5.5/media/uapi/v4l/ext-ctrls-codec.html" target="_blank" rel="noreferrer" style={{ color: '#1D4ED8', textDecoration: 'none' }}>
                V4L2 扩展控制编解码器 (v5.5)
              </a>
            </td>
          </tr>

          <tr>
            <td
              colSpan={2}
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box',
            wordBreak: 'break-word'
          }}
            >
              <a href="https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/dev-decoder.html" target="_blank" rel="noreferrer" style={{ color: '#1D4ED8', textDecoration: 'none' }}>
                V4L2 设备解码器（最新版）
              </a>
            </td>
          </tr>

          <tr>
            <td
              colSpan={2}
              style={{
            border: '1px solid #E5E7EB',
            padding: '14px 16px',
            verticalAlign: 'top',
            boxSizing: 'border-box',
            wordBreak: 'break-word'
          }}
            >
              <a href="https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/dev-encoder.html" target="_blank" rel="noreferrer" style={{ color: '#1D4ED8', textDecoration: 'none' }}>
                V4L2 设备编码器（最新版）
              </a>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</div>

## 8.2 缩略语和术语

<div
  style={{
border: '2px solid #0050D8',
borderRadius: '16px',
padding: '24px',
marginTop: '25px',
backgroundColor: '#FFFFFF',
boxShadow: '0 0 25px rgba(0, 80, 216, 0.15)'
}}
>
  <div
    style={{
  borderRadius: '12px',
  overflow: 'hidden',
  border: '2px solid #0050D8',
  width: '100%'
}}
  >
    <div
      style={{
    background: 'linear-gradient(90deg, #0050D8 0%, #0037A5 100%)',
    color: 'white',
    padding: '14px',
    textAlign: 'center',
    fontWeight: 'bold'
  }}
    >
      表：缩略语和术语
    </div>

    <div style={{ width: '100%', display: 'block' }}>
      <table
        style={{
      display: 'table',
      width: '100%',
      minWidth: '100%',
      maxWidth: '100%',
      borderCollapse: 'collapse',
      backgroundColor: 'white',
      tableLayout: 'fixed',
      boxSizing: 'border-box'
    }}
      >
        <colgroup>
          <col style={{ width: '32%' }} />

          <col style={{ width: '68%' }} />
        </colgroup>

        <thead>
          <tr style={{ backgroundColor: '#F8FAFC' }}>
            <th
              style={{
            border: '1px solid #E5E7EB',
            padding: '16px',
            textAlign: 'center',
            fontWeight: 'bold',
            color: '#111827',
            verticalAlign: 'top',
            boxSizing: 'border-box'
          }}
            >
              缩略语或术语
            </th>

            <th
              style={{
            border: '1px solid #E5E7EB',
            padding: '16px',
            textAlign: 'center',
            fontWeight: 'bold',
            color: '#111827',
            verticalAlign: 'top',
            boxSizing: 'border-box'
          }}
            >
              定义
            </th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>ASO</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              任意条带排序（Arbitrary slice ordering）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>CBR</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              恒定比特率（Constant bit rate）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>FD</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              文件描述符（File descriptor）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>FMO</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              灵活宏块排序（Flexible macroblock order）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>GOB</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              块组（Group of blocks）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>GOP</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              图像组（Group of pictures）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>GPU</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              图形处理单元（Graphics processing unit）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>HEVC</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              高效视频编码（High efficiency video coding）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>HFI</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              主机固件接口（Host firmware interface）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>LTR</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              长期参考帧（Long-term reference）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>MBR</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              最大比特率（Maximum bit rate）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>QP</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              量化参数（Quantization parameter）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>RS</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              冗余条带（Redundant slices）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>STR</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              短期参考帧（Short-term reference）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>VBR</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              可变比特率（Variable bit rate）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>VPU</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              视频处理单元（Video processing unit）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>VT</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              视频电话（Video telephony）
            </td>
          </tr>

          <tr>
            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box' }}>
              <span style={{ fontWeight: '600', color: '#111827' }}>YUV</span>
            </td>

            <td style={{ border: '1px solid #E5E7EB', padding: '14px 16px', verticalAlign: 'top', boxSizing: 'border-box', wordBreak: 'break-word' }}>
              亮度、带宽、色度，也称为 YCbCr 和 YPbPr
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</div>
