summaryrefslogtreecommitdiff
path: root/mm-core
diff options
context:
space:
mode:
authorSanthosh Behara <santhoshbehara@codeaurora.org>2019-05-01 16:43:25 +0530
committerSanthosh Behara <santhoshbehara@codeaurora.org>2019-05-28 12:54:05 +0530
commitf3f843c12e549dc49b9eda8ea15ece40ea9cf5b1 (patch)
treec0b1b4dc3d6bf13f48ab9b2ee619aea05c41c882 /mm-core
parentb52b90e68f33811840229e69404b309719a49237 (diff)
venc: Adding changes to query caps from firmware
Adding changes to query rotation and blur support from firmware. Change-Id: Ia2a0a0bd2886af55b470159f723b7e04f9aee4c2
Diffstat (limited to 'mm-core')
-rwxr-xr-xmm-core/inc/OMX_QCOMExtns.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/mm-core/inc/OMX_QCOMExtns.h b/mm-core/inc/OMX_QCOMExtns.h
index 07d0d96e..3d722026 100755
--- a/mm-core/inc/OMX_QCOMExtns.h
+++ b/mm-core/inc/OMX_QCOMExtns.h
@@ -1,5 +1,5 @@
/*--------------------------------------------------------------------------
-Copyright (c) 2009-2017, The Linux Foundation. All rights reserved.
+Copyright (c) 2009-2017,2019 The Linux Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -695,10 +695,14 @@ enum OMX_QCOM_EXTN_INDEXTYPE
OMX_QTIIndexParamCapabilitiesRotationSupport = 0x7F100004,
- OMX_QTIIndexParamNativeRecorder = 0x7F100005,
+ OMX_QTIIndexParamCapabilitiesBlurSupport = 0x7F100005,
+
+ OMX_QTIIndexParamCapabilitiesColorSpaceConversionSupport = 0x7F100006,
/* Configure Rectangle Region based ROI info */
OMX_QTIIndexConfigVideoRoiRectRegionInfo = 0x7F100007,
+
+ OMX_QTIIndexParamNativeRecorder = 0x7F100008,
};
/**