Ramkumar Radhakrishnan | 47573e2 | 2012-11-07 11:36:41 -0800 | [diff] [blame] | 1 | /* |
Tharaga Balachandran | a6480a4 | 2020-01-20 13:58:43 -0500 | [diff] [blame] | 2 | * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. |
Ramkumar Radhakrishnan | 47573e2 | 2012-11-07 11:36:41 -0800 | [diff] [blame] | 3 | * |
| 4 | * Redistribution and use in source and binary forms, with or without |
| 5 | * modification, are permitted provided that the following conditions are |
| 6 | * met: |
| 7 | * * Redistributions of source code must retain the above copyright |
| 8 | * notice, this list of conditions and the following disclaimer. |
| 9 | * * Redistributions in binary form must reproduce the above |
| 10 | * copyright notice, this list of conditions and the following |
| 11 | * disclaimer in the documentation and/or other materials provided |
| 12 | * with the distribution. |
| 13 | * * Neither the name of The Linux Foundation nor the names of its |
| 14 | * contributors may be used to endorse or promote products derived |
| 15 | * from this software without specific prior written permission. |
| 16 | * |
| 17 | * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 18 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 19 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 20 | * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 21 | * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 22 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 23 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 24 | * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 25 | * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 26 | * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 27 | * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 28 | */ |
| 29 | |
| 30 | #ifndef _QDMETADATA_H |
| 31 | #define _QDMETADATA_H |
| 32 | |
Tharaga Balachandran | a069a7e | 2020-01-08 17:22:12 -0500 | [diff] [blame] | 33 | #include <QtiGrallocMetadata.h> |
Arun Kumar K.R | b2771bf | 2016-10-03 21:38:23 -0700 | [diff] [blame] | 34 | #include <color_metadata.h> |
Arun Kumar K.R | b2771bf | 2016-10-03 21:38:23 -0700 | [diff] [blame] | 35 | |
Tharaga Balachandran | a069a7e | 2020-01-08 17:22:12 -0500 | [diff] [blame] | 36 | /* TODO: This conditional include is to prevent breaking video and camera test cases using |
| 37 | * MetaData_t - camxchinodedewarp.cpp, vtest_EncoderFileSource.cpp |
| 38 | */ |
| 39 | |
| 40 | #ifdef __cplusplus |
| 41 | #include <QtiGrallocPriv.h> |
| 42 | #endif |
| 43 | |
| 44 | #ifndef __QTI_DISPLAY_GRALLOC__ |
| 45 | #pragma message "qdMetaData.h is being deprecated" |
| 46 | #endif |
| 47 | |
Shuzhen Wang | f3529c3 | 2014-01-28 17:15:45 -0800 | [diff] [blame] | 48 | #ifdef __cplusplus |
| 49 | extern "C" { |
| 50 | #endif |
| 51 | |
Tharaga Balachandran | a069a7e | 2020-01-08 17:22:12 -0500 | [diff] [blame] | 52 | struct MetaData_t; |
Praneeth Paladugu | 3e3e8f8 | 2017-03-07 10:42:20 -0800 | [diff] [blame] | 53 | |
Tharaga Balachandran | a069a7e | 2020-01-08 17:22:12 -0500 | [diff] [blame] | 54 | enum ColorSpace_t { |
| 55 | ITU_R_601, |
| 56 | ITU_R_601_FR, |
| 57 | ITU_R_709, |
| 58 | ITU_R_2020, |
| 59 | ITU_R_2020_FR, |
Shuzhen Wang | f3529c3 | 2014-01-28 17:15:45 -0800 | [diff] [blame] | 60 | }; |
Shuzhen Wang | 0d11348 | 2014-01-28 16:10:22 -0800 | [diff] [blame] | 61 | |
Ramkumar Radhakrishnan | 92f3abe | 2013-06-05 13:52:40 -0700 | [diff] [blame] | 62 | struct BufferDim_t { |
Tharaga Balachandran | a069a7e | 2020-01-08 17:22:12 -0500 | [diff] [blame] | 63 | int32_t sliceWidth; |
| 64 | int32_t sliceHeight; |
Saurabh Shah | 5daeee5 | 2013-01-23 16:52:26 +0800 | [diff] [blame] | 65 | }; |
Ramkumar Radhakrishnan | 47573e2 | 2012-11-07 11:36:41 -0800 | [diff] [blame] | 66 | |
Shuzhen Wang | f3529c3 | 2014-01-28 17:15:45 -0800 | [diff] [blame] | 67 | enum DispParamType { |
Mohan Pallaka | 5d81443 | 2018-08-01 10:40:13 -0700 | [diff] [blame] | 68 | SET_VT_TIMESTAMP = 0x0001, |
| 69 | COLOR_METADATA = 0x0002, |
| 70 | PP_PARAM_INTERLACED = 0x0004, |
| 71 | SET_VIDEO_PERF_MODE = 0x0008, |
| 72 | SET_GRAPHICS_METADATA = 0x0010, |
| 73 | SET_UNUSED = 0x0020, |
| 74 | SET_UBWC_CR_STATS_INFO = 0x0040, |
| 75 | UPDATE_BUFFER_GEOMETRY = 0x0080, |
| 76 | UPDATE_REFRESH_RATE = 0x0100, |
| 77 | UPDATE_COLOR_SPACE = 0x0200, |
| 78 | MAP_SECURE_BUFFER = 0x0400, |
| 79 | S3D_FORMAT = 0x0800, |
| 80 | LINEAR_FORMAT = 0x1000, |
| 81 | SET_IGC = 0x2000, |
| 82 | SET_SINGLE_BUFFER_MODE = 0x4000, |
| 83 | SET_S3D_COMP = 0x8000, |
Maheshwar Ajja | 1069072 | 2019-01-30 14:12:45 -0800 | [diff] [blame] | 84 | SET_CVP_METADATA = 0x00010000, |
Mihir Ganu | 3d40154 | 2019-04-03 11:08:06 -0700 | [diff] [blame] | 85 | SET_VIDEO_HISTOGRAM_STATS = 0x00020000 |
Shuzhen Wang | f3529c3 | 2014-01-28 17:15:45 -0800 | [diff] [blame] | 86 | }; |
Ramkumar Radhakrishnan | 47573e2 | 2012-11-07 11:36:41 -0800 | [diff] [blame] | 87 | |
feifanz | 9cc2303 | 2016-03-23 18:48:56 +0800 | [diff] [blame] | 88 | enum DispFetchParamType { |
Mohan Pallaka | 5d81443 | 2018-08-01 10:40:13 -0700 | [diff] [blame] | 89 | GET_VT_TIMESTAMP = 0x0001, |
| 90 | GET_COLOR_METADATA = 0x0002, |
| 91 | GET_PP_PARAM_INTERLACED = 0x0004, |
| 92 | GET_VIDEO_PERF_MODE = 0x0008, |
| 93 | GET_GRAPHICS_METADATA = 0x0010, |
| 94 | GET_UNUSED = 0X0020, |
| 95 | GET_UBWC_CR_STATS_INFO = 0x0040, |
| 96 | GET_BUFFER_GEOMETRY = 0x0080, |
| 97 | GET_REFRESH_RATE = 0x0100, |
| 98 | GET_COLOR_SPACE = 0x0200, |
| 99 | GET_MAP_SECURE_BUFFER = 0x0400, |
| 100 | GET_S3D_FORMAT = 0x0800, |
| 101 | GET_LINEAR_FORMAT = 0x1000, |
| 102 | GET_IGC = 0x2000, |
| 103 | GET_SINGLE_BUFFER_MODE = 0x4000, |
| 104 | GET_S3D_COMP = 0x8000, |
Maheshwar Ajja | 1069072 | 2019-01-30 14:12:45 -0800 | [diff] [blame] | 105 | GET_CVP_METADATA = 0x00010000, |
Mihir Ganu | 3d40154 | 2019-04-03 11:08:06 -0700 | [diff] [blame] | 106 | GET_VIDEO_HISTOGRAM_STATS = 0x00020000 |
feifanz | 9cc2303 | 2016-03-23 18:48:56 +0800 | [diff] [blame] | 107 | }; |
| 108 | |
Tharaga Balachandran | a069a7e | 2020-01-08 17:22:12 -0500 | [diff] [blame] | 109 | /* Frame type bit mask */ |
| 110 | #define QD_SYNC_FRAME (0x1 << 0) |
| 111 | |
Shuzhen Wang | f3529c3 | 2014-01-28 17:15:45 -0800 | [diff] [blame] | 112 | struct private_handle_t; |
| 113 | int setMetaData(struct private_handle_t *handle, enum DispParamType paramType, |
Naseer Ahmed | 2e6bee1 | 2017-04-13 22:45:54 -0400 | [diff] [blame] | 114 | void *param); |
| 115 | int setMetaDataVa(struct MetaData_t* data, enum DispParamType paramType, |
| 116 | void *param); |
Shuzhen Wang | f3529c3 | 2014-01-28 17:15:45 -0800 | [diff] [blame] | 117 | |
Naseer Ahmed | 2e6bee1 | 2017-04-13 22:45:54 -0400 | [diff] [blame] | 118 | int getMetaData(struct private_handle_t *handle, |
| 119 | enum DispFetchParamType paramType, |
| 120 | void *param); |
| 121 | int getMetaDataVa(struct MetaData_t* data, enum DispFetchParamType paramType, |
| 122 | void *param); |
feifanz | 9cc2303 | 2016-03-23 18:48:56 +0800 | [diff] [blame] | 123 | |
| 124 | int copyMetaData(struct private_handle_t *src, struct private_handle_t *dst); |
Naseer Ahmed | 2e6bee1 | 2017-04-13 22:45:54 -0400 | [diff] [blame] | 125 | int copyMetaDataVaToHandle(struct MetaData_t *src, struct private_handle_t *dst); |
| 126 | int copyMetaDataHandleToVa(struct private_handle_t* src, struct MetaData_t *dst); |
| 127 | int copyMetaDataVaToVa(struct MetaData_t *src, struct MetaData_t *dst); |
Ray Zhang | 8ace84d | 2016-08-08 19:36:03 +0800 | [diff] [blame] | 128 | |
| 129 | int clearMetaData(struct private_handle_t *handle, enum DispParamType paramType); |
Naseer Ahmed | 2e6bee1 | 2017-04-13 22:45:54 -0400 | [diff] [blame] | 130 | int clearMetaDataVa(struct MetaData_t *data, enum DispParamType paramType); |
| 131 | |
| 132 | unsigned long getMetaDataSize(); |
Ray Zhang | 8ace84d | 2016-08-08 19:36:03 +0800 | [diff] [blame] | 133 | |
Praveen Chavan | 5e5679a | 2018-11-18 11:14:19 -0800 | [diff] [blame] | 134 | // Map, access metadata and unmap. Used by clients that do not import/free but |
| 135 | // clone and delete native_handle |
| 136 | int setMetaDataAndUnmap(struct private_handle_t *handle, enum DispParamType paramType, |
| 137 | void *param); |
| 138 | int getMetaDataAndUnmap(struct private_handle_t *handle, |
| 139 | enum DispFetchParamType paramType, |
| 140 | void *param); |
| 141 | |
Shuzhen Wang | f3529c3 | 2014-01-28 17:15:45 -0800 | [diff] [blame] | 142 | #ifdef __cplusplus |
| 143 | } |
| 144 | #endif |
Ramkumar Radhakrishnan | 47573e2 | 2012-11-07 11:36:41 -0800 | [diff] [blame] | 145 | |
| 146 | #endif /* _QDMETADATA_H */ |
| 147 | |