blob: a36d6e7bba0c2b3bd70c4a9cfd527e4487ebf565 [file] [log] [blame]
Ramkumar Radhakrishnan47573e22012-11-07 11:36:41 -08001/*
Tharaga Balachandrana6480a42020-01-20 13:58:43 -05002 * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
Ramkumar Radhakrishnan47573e22012-11-07 11:36:41 -08003 *
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 Balachandrana069a7e2020-01-08 17:22:12 -050033#include <QtiGrallocMetadata.h>
Arun Kumar K.Rb2771bf2016-10-03 21:38:23 -070034#include <color_metadata.h>
Arun Kumar K.Rb2771bf2016-10-03 21:38:23 -070035
Tharaga Balachandrana069a7e2020-01-08 17:22:12 -050036/* 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 Wangf3529c32014-01-28 17:15:45 -080048#ifdef __cplusplus
49extern "C" {
50#endif
51
Tharaga Balachandrana069a7e2020-01-08 17:22:12 -050052struct MetaData_t;
Praneeth Paladugu3e3e8f82017-03-07 10:42:20 -080053
Tharaga Balachandrana069a7e2020-01-08 17:22:12 -050054enum 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 Wangf3529c32014-01-28 17:15:45 -080060};
Shuzhen Wang0d113482014-01-28 16:10:22 -080061
Ramkumar Radhakrishnan92f3abe2013-06-05 13:52:40 -070062struct BufferDim_t {
Tharaga Balachandrana069a7e2020-01-08 17:22:12 -050063 int32_t sliceWidth;
64 int32_t sliceHeight;
Saurabh Shah5daeee52013-01-23 16:52:26 +080065};
Ramkumar Radhakrishnan47573e22012-11-07 11:36:41 -080066
Shuzhen Wangf3529c32014-01-28 17:15:45 -080067enum DispParamType {
Mohan Pallaka5d814432018-08-01 10:40:13 -070068 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 Ajja10690722019-01-30 14:12:45 -080084 SET_CVP_METADATA = 0x00010000,
Mihir Ganu3d401542019-04-03 11:08:06 -070085 SET_VIDEO_HISTOGRAM_STATS = 0x00020000
Shuzhen Wangf3529c32014-01-28 17:15:45 -080086};
Ramkumar Radhakrishnan47573e22012-11-07 11:36:41 -080087
feifanz9cc23032016-03-23 18:48:56 +080088enum DispFetchParamType {
Mohan Pallaka5d814432018-08-01 10:40:13 -070089 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 Ajja10690722019-01-30 14:12:45 -0800105 GET_CVP_METADATA = 0x00010000,
Mihir Ganu3d401542019-04-03 11:08:06 -0700106 GET_VIDEO_HISTOGRAM_STATS = 0x00020000
feifanz9cc23032016-03-23 18:48:56 +0800107};
108
Tharaga Balachandrana069a7e2020-01-08 17:22:12 -0500109/* Frame type bit mask */
110#define QD_SYNC_FRAME (0x1 << 0)
111
Shuzhen Wangf3529c32014-01-28 17:15:45 -0800112struct private_handle_t;
113int setMetaData(struct private_handle_t *handle, enum DispParamType paramType,
Naseer Ahmed2e6bee12017-04-13 22:45:54 -0400114 void *param);
115int setMetaDataVa(struct MetaData_t* data, enum DispParamType paramType,
116 void *param);
Shuzhen Wangf3529c32014-01-28 17:15:45 -0800117
Naseer Ahmed2e6bee12017-04-13 22:45:54 -0400118int getMetaData(struct private_handle_t *handle,
119 enum DispFetchParamType paramType,
120 void *param);
121int getMetaDataVa(struct MetaData_t* data, enum DispFetchParamType paramType,
122 void *param);
feifanz9cc23032016-03-23 18:48:56 +0800123
124int copyMetaData(struct private_handle_t *src, struct private_handle_t *dst);
Naseer Ahmed2e6bee12017-04-13 22:45:54 -0400125int copyMetaDataVaToHandle(struct MetaData_t *src, struct private_handle_t *dst);
126int copyMetaDataHandleToVa(struct private_handle_t* src, struct MetaData_t *dst);
127int copyMetaDataVaToVa(struct MetaData_t *src, struct MetaData_t *dst);
Ray Zhang8ace84d2016-08-08 19:36:03 +0800128
129int clearMetaData(struct private_handle_t *handle, enum DispParamType paramType);
Naseer Ahmed2e6bee12017-04-13 22:45:54 -0400130int clearMetaDataVa(struct MetaData_t *data, enum DispParamType paramType);
131
132unsigned long getMetaDataSize();
Ray Zhang8ace84d2016-08-08 19:36:03 +0800133
Praveen Chavan5e5679a2018-11-18 11:14:19 -0800134// Map, access metadata and unmap. Used by clients that do not import/free but
135// clone and delete native_handle
136int setMetaDataAndUnmap(struct private_handle_t *handle, enum DispParamType paramType,
137 void *param);
138int getMetaDataAndUnmap(struct private_handle_t *handle,
139 enum DispFetchParamType paramType,
140 void *param);
141
Shuzhen Wangf3529c32014-01-28 17:15:45 -0800142#ifdef __cplusplus
143}
144#endif
Ramkumar Radhakrishnan47573e22012-11-07 11:36:41 -0800145
146#endif /* _QDMETADATA_H */
147