summaryrefslogtreecommitdiff
path: root/src/i965_post_processing.h
diff options
context:
space:
mode:
authorZhao halley <halley.zhao@intel.com>2012-05-17 15:49:34 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2012-10-31 16:46:15 +0800
commit48b695a7f21c22d86a2880d01542e051cd3dd692 (patch)
tree2b1b738fb7c9d6493ff222e4951189754272da91 /src/i965_post_processing.h
parent0525f4636232b6a35e9f12428ee27587085859ea (diff)
downloadlibva-intel-driver-48b695a7f21c22d86a2880d01542e051cd3dd692.tar.gz
VPP: Add yuyv->nv12 conversion in image processing
Signed-off-by: Zhao,Halley <halley.zhao@intel.com>
Diffstat (limited to 'src/i965_post_processing.h')
-rwxr-xr-xsrc/i965_post_processing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_post_processing.h b/src/i965_post_processing.h
index ee95c92d..7b8d8e70 100755
--- a/src/i965_post_processing.h
+++ b/src/i965_post_processing.h
@@ -49,6 +49,7 @@ enum
PP_NV12_DNDI,
PP_NV12_DN,
PP_NV12_LOAD_SAVE_PA,
+ PP_PA_LOAD_SAVE_NV12,
NUM_PP_MODULES,
};