summaryrefslogtreecommitdiff
path: root/libc2dcolorconvert
diff options
context:
space:
mode:
authorShi Zhongbo <zhongbos@codeaurora.org>2017-08-28 11:36:06 +0800
committerShi Zhongbo <zhongbos@codeaurora.org>2017-11-02 13:36:51 +0800
commit10c4aa5f204129f0070d0201876e55df203cbbaf (patch)
treea74fab1635e5cce56a9957212b31ba76763b258e /libc2dcolorconvert
parent957a446ff270e7a04070ab83d5c03b1f35be1a74 (diff)
downloadmedia-10c4aa5f204129f0070d0201876e55df203cbbaf.tar.gz
mm-video-v4l2: vdec: Add P010 color format supports
Add P010 10bit linear color format supports on HAL decoders Change-Id: Ia6ee6d256f4734da988b7e204711f76d193b2255
Diffstat (limited to 'libc2dcolorconvert')
-rwxr-xr-x[-rw-r--r--]libc2dcolorconvert/C2DColorConverter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc2dcolorconvert/C2DColorConverter.h b/libc2dcolorconvert/C2DColorConverter.h
index e2b9467e..9bbf5f15 100644..100755
--- a/libc2dcolorconvert/C2DColorConverter.h
+++ b/libc2dcolorconvert/C2DColorConverter.h
@@ -103,6 +103,7 @@ enum ColorConvertFormat {
NV12_128m,
NV12_UBWC,
TP10_UBWC,
+ YCbCr420_VENUS_P010,
NO_COLOR_FORMAT
};