• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/libva


コミットメタ情報

リビジョン05f296c6b8177601d816b45cd6256865b7ba8f57 (tree)
日時2015-12-07 13:51:52
作者Zhao Yakui <yakui.zhao@inte...>
コミッターXiang, Haihao

ログメッセージ

Add the new YV16 fourcc code

Some input sources require YV16, which is described as the following:
Planar YUV4:2:2; 8 bit Y plane, followed by 8 bit 2x1 subsampled
V and U planes.

V1->V2: Follow Gwenole and Haihao to update the comment

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit 238b914bba8cc41076c14eb2d37938f2f705e78f)

変更サマリ

差分

--- a/va/va.h
+++ b/va/va.h
@@ -2281,6 +2281,11 @@ VAStatus vaQuerySurfaceError(
22812281 #define VA_FOURCC_RGBP 0x50424752
22822282 #define VA_FOURCC_BGRP 0x50524742
22832283 #define VA_FOURCC_411R 0x52313134 /* rotated 411P */
2284+/**
2285+ * Planar YUV 4:2:2.
2286+ * 8-bit Y plane, followed by 8-bit 2x1 subsampled V and U planes
2287+ */
2288+#define VA_FOURCC_YV16 0x36315659
22842289
22852290 /* byte order */
22862291 #define VA_LSB_FIRST 1