1d722e3fbSopenharmony_ci/* 2d722e3fbSopenharmony_ci * Copyright © 2018 NVIDIA Corporation 3d722e3fbSopenharmony_ci * 4d722e3fbSopenharmony_ci * Permission is hereby granted, free of charge, to any person obtaining a 5d722e3fbSopenharmony_ci * copy of this software and associated documentation files (the "Software"), 6d722e3fbSopenharmony_ci * to deal in the Software without restriction, including without limitation 7d722e3fbSopenharmony_ci * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8d722e3fbSopenharmony_ci * and/or sell copies of the Software, and to permit persons to whom the 9d722e3fbSopenharmony_ci * Software is furnished to do so, subject to the following conditions: 10d722e3fbSopenharmony_ci * 11d722e3fbSopenharmony_ci * The above copyright notice and this permission notice shall be included in 12d722e3fbSopenharmony_ci * all copies or substantial portions of the Software. 13d722e3fbSopenharmony_ci * 14d722e3fbSopenharmony_ci * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15d722e3fbSopenharmony_ci * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16d722e3fbSopenharmony_ci * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17d722e3fbSopenharmony_ci * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 18d722e3fbSopenharmony_ci * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19d722e3fbSopenharmony_ci * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20d722e3fbSopenharmony_ci * OTHER DEALINGS IN THE SOFTWARE. 21d722e3fbSopenharmony_ci */ 22d722e3fbSopenharmony_ci 23d722e3fbSopenharmony_ci#ifndef VIC41_H 24d722e3fbSopenharmony_ci#define VIC41_H 25d722e3fbSopenharmony_ci 26d722e3fbSopenharmony_ci#include <stdint.h> 27d722e3fbSopenharmony_ci 28d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_APPLICATION_ID 0x00000200 29d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_EXECUTE 0x00000300 30d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_PICTURE_INDEX 0x00000700 31d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_CONTROL_PARAMS 0x00000704 32d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_CONFIG_STRUCT_OFFSET 0x00000708 33d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_FILTER_STRUCT_OFFSET 0x0000070c 34d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_HIST_OFFSET 0x00000714 35d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_OUTPUT_SURFACE_LUMA_OFFSET 0x00000720 36d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_HISTORY_BUFFER_OFFSET(slot) (0x00000780 + (slot) * 4) 37d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE0_LUMA_OFFSET(slot) (0x00001200 + (slot) * 0x00000060) 38d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE0_CHROMA_U_OFFSET(slot) (0x00001204 + (slot) * 0x00000060) 39d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE0_CHROMA_V_OFFSET(slot) (0x00001208 + (slot) * 0x00000060) 40d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE1_LUMA_OFFSET(slot) (0x0000120c + (slot) * 0x00000060) 41d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE1_CHROMA_U_OFFSET(slot) (0x00001210 + (slot) * 0x00000060) 42d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE1_CHROMA_V_OFFSET(slot) (0x00001214 + (slot) * 0x00000060) 43d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE2_LUMA_OFFSET(slot) (0x00001218 + (slot) * 0x00000060) 44d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE2_CHROMA_U_OFFSET(slot) (0x0000121c + (slot) * 0x00000060) 45d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE2_CHROMA_V_OFFSET(slot) (0x00001220 + (slot) * 0x00000060) 46d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE3_LUMA_OFFSET(slot) (0x00001224 + (slot) * 0x00000060) 47d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE3_CHROMA_U_OFFSET(slot) (0x00001228 + (slot) * 0x00000060) 48d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE3_CHROMA_V_OFFSET(slot) (0x0000122c + (slot) * 0x00000060) 49d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE4_LUMA_OFFSET(slot) (0x00001230 + (slot) * 0x00000060) 50d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE4_CHROMA_U_OFFSET(slot) (0x00001234 + (slot) * 0x00000060) 51d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE4_CHROMA_V_OFFSET(slot) (0x00001238 + (slot) * 0x00000060) 52d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE5_LUMA_OFFSET(slot) (0x0000123c + (slot) * 0x00000060) 53d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE5_CHROMA_U_OFFSET(slot) (0x00001240 + (slot) * 0x00000060) 54d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE5_CHROMA_V_OFFSET(slot) (0x00001244 + (slot) * 0x00000060) 55d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE6_LUMA_OFFSET(slot) (0x00001248 + (slot) * 0x00000060) 56d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE6_CHROMA_U_OFFSET(slot) (0x0000124c + (slot) * 0x00000060) 57d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE6_CHROMA_V_OFFSET(slot) (0x00001250 + (slot) * 0x00000060) 58d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE7_LUMA_OFFSET(slot) (0x00001254 + (slot) * 0x00000060) 59d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE7_CHROMA_U_OFFSET(slot) (0x00001258 + (slot) * 0x00000060) 60d722e3fbSopenharmony_ci#define NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE7_CHROMA_V_OFFSET(slot) (0x0000125c + (slot) * 0x00000060) 61d722e3fbSopenharmony_ci 62d722e3fbSopenharmony_citypedef struct { 63d722e3fbSopenharmony_ci uint64_t SlotEnable : 1; /* 0 */ 64d722e3fbSopenharmony_ci uint64_t DeNoise : 1; /* 1 */ 65d722e3fbSopenharmony_ci uint64_t AdvancedDenoise : 1; /* 2 */ 66d722e3fbSopenharmony_ci uint64_t CadenceDetect : 1; /* 3 */ 67d722e3fbSopenharmony_ci uint64_t MotionMap : 1; /* 4 */ 68d722e3fbSopenharmony_ci uint64_t MMapCombine : 1; /* 5 */ 69d722e3fbSopenharmony_ci uint64_t IsEven : 1; /* 6 */ 70d722e3fbSopenharmony_ci uint64_t ChromaEven : 1; /* 7 */ 71d722e3fbSopenharmony_ci uint64_t CurrentFieldEnable : 1; /* 8 */ 72d722e3fbSopenharmony_ci uint64_t PrevFieldEnable : 1; /* 9 */ 73d722e3fbSopenharmony_ci uint64_t NextFieldEnable : 1; /* 10 */ 74d722e3fbSopenharmony_ci uint64_t NextNrFieldEnable : 1; /* 11 */ 75d722e3fbSopenharmony_ci uint64_t CurMotionFieldEnable : 1; /* 12 */ 76d722e3fbSopenharmony_ci uint64_t PrevMotionFieldEnable : 1; /* 13 */ 77d722e3fbSopenharmony_ci uint64_t PpMotionFieldEnable : 1; /* 14 */ 78d722e3fbSopenharmony_ci uint64_t CombMotionFieldEnable : 1; /* 15 */ 79d722e3fbSopenharmony_ci uint64_t FrameFormat : 4; /* 19..16 */ 80d722e3fbSopenharmony_ci uint64_t FilterLengthY : 2; /* 21..20 */ 81d722e3fbSopenharmony_ci uint64_t FilterLengthX : 2; /* 23..22 */ 82d722e3fbSopenharmony_ci uint64_t Panoramic : 12; /* 35..24 */ 83d722e3fbSopenharmony_ci uint64_t ChromaUpLengthY : 2; /* 37..36 */ 84d722e3fbSopenharmony_ci uint64_t ChromaUpLengthX : 2; /* 39..38 */ 85d722e3fbSopenharmony_ci uint64_t reserved1 : 18; /* 57..40 */ 86d722e3fbSopenharmony_ci uint64_t DetailFltClamp : 6; /* 63..58 */ 87d722e3fbSopenharmony_ci uint64_t FilterNoise : 10; /* 73..64 */ 88d722e3fbSopenharmony_ci uint64_t FilterDetail : 10; /* 83..74 */ 89d722e3fbSopenharmony_ci uint64_t ChromaNoise : 10; /* 93..84 */ 90d722e3fbSopenharmony_ci uint64_t ChromaDetail : 10; /* 103..94 */ 91d722e3fbSopenharmony_ci uint64_t DeinterlaceMode : 4; /* 107..104 */ 92d722e3fbSopenharmony_ci uint64_t MotionAccumWeight : 3; /* 110..108 */ 93d722e3fbSopenharmony_ci uint64_t NoiseIir : 11; /* 121..111 */ 94d722e3fbSopenharmony_ci uint64_t LightLevel : 4; /* 125..122 */ 95d722e3fbSopenharmony_ci uint64_t reserved4 : 2; /* 127..126 */ 96d722e3fbSopenharmony_ci /* 128 */ 97d722e3fbSopenharmony_ci uint64_t SoftClampLow : 10; /* 9..0 */ 98d722e3fbSopenharmony_ci uint64_t SoftClampHigh : 10; /* 19..10 */ 99d722e3fbSopenharmony_ci uint64_t reserved5 : 12; /* 31..20 */ 100d722e3fbSopenharmony_ci uint64_t reserved6 : 2; /* 33..32 */ 101d722e3fbSopenharmony_ci uint64_t PlanarAlpha : 8; /* 41..34 */ 102d722e3fbSopenharmony_ci uint64_t ConstantAlpha : 1; /* 42 */ 103d722e3fbSopenharmony_ci uint64_t StereoInterleave : 3; /* 45..43 */ 104d722e3fbSopenharmony_ci uint64_t ClipEnabled : 1; /* 46 */ 105d722e3fbSopenharmony_ci uint64_t ClearRectMask : 8; /* 54..47 */ 106d722e3fbSopenharmony_ci uint64_t DegammaMode : 2; /* 56..55 */ 107d722e3fbSopenharmony_ci uint64_t reserved7 : 1; /* 57 */ 108d722e3fbSopenharmony_ci uint64_t DecompressEnable : 1; /* 58 */ 109d722e3fbSopenharmony_ci uint64_t DecompressKind : 4; /* 62..59 */ 110d722e3fbSopenharmony_ci uint64_t reserved9 : 1; /* 63 */ 111d722e3fbSopenharmony_ci uint64_t DecompressCtbCount : 8; /* 71..64 */ 112d722e3fbSopenharmony_ci uint64_t DecompressZbcColor : 32; /* 103..72 */ 113d722e3fbSopenharmony_ci uint64_t reserved12 : 24; /* 127..104 */ 114d722e3fbSopenharmony_ci /* 256 */ 115d722e3fbSopenharmony_ci uint64_t SourceRectLeft : 30; /* 29..0 */ 116d722e3fbSopenharmony_ci uint64_t reserved14 : 2; /* 31..30 */ 117d722e3fbSopenharmony_ci uint64_t SourceRectRight : 30; /* 61..32 */ 118d722e3fbSopenharmony_ci uint64_t reserved15 : 2; /* 63..62 */ 119d722e3fbSopenharmony_ci uint64_t SourceRectTop : 30; /* 93..64 */ 120d722e3fbSopenharmony_ci uint64_t reserved16 : 2; /* 95..94 */ 121d722e3fbSopenharmony_ci uint64_t SourceRectBottom : 30; /* 125..96 */ 122d722e3fbSopenharmony_ci uint64_t reserved17 : 2; /* 127..126 */ 123d722e3fbSopenharmony_ci /* 384 */ 124d722e3fbSopenharmony_ci uint64_t DestRectLeft : 14; /* 13..0 */ 125d722e3fbSopenharmony_ci uint64_t reserved18 : 2; /* 15..14 */ 126d722e3fbSopenharmony_ci uint64_t DestRectRight : 14; /* 29..16 */ 127d722e3fbSopenharmony_ci uint64_t reserved19 : 2; /* 31..30 */ 128d722e3fbSopenharmony_ci uint64_t DestRectTop : 14; /* 45..32 */ 129d722e3fbSopenharmony_ci uint64_t reserved20 : 2; /* 47..46 */ 130d722e3fbSopenharmony_ci uint64_t DestRectBottom : 14; /* 61..48 */ 131d722e3fbSopenharmony_ci uint64_t reserved21 : 2; /* 63..62 */ 132d722e3fbSopenharmony_ci uint64_t reserved22 : 32; /* 95..64 */ 133d722e3fbSopenharmony_ci uint64_t reserved23 : 32; /* 127..96 */ 134d722e3fbSopenharmony_ci} SlotConfig; 135d722e3fbSopenharmony_ci 136d722e3fbSopenharmony_citypedef struct { 137d722e3fbSopenharmony_ci uint64_t SlotPixelFormat : 7; /* 6..0 */ 138d722e3fbSopenharmony_ci uint64_t SlotChromaLocHoriz : 2; /* 8..7 */ 139d722e3fbSopenharmony_ci uint64_t SlotChromaLocVert : 2; /* 10..9 */ 140d722e3fbSopenharmony_ci uint64_t SlotBlkKind : 4; /* 14..11 */ 141d722e3fbSopenharmony_ci uint64_t SlotBlkHeight : 4; /* 18..15 */ 142d722e3fbSopenharmony_ci uint64_t SlotCacheWidth : 3; /* 21..19 */ 143d722e3fbSopenharmony_ci uint64_t reserved0 : 10; /* 31..22 */ 144d722e3fbSopenharmony_ci uint64_t SlotSurfaceWidth : 14; /* 45..32 */ 145d722e3fbSopenharmony_ci uint64_t SlotSurfaceHeight : 14; /* 59..46 */ 146d722e3fbSopenharmony_ci uint64_t reserved1 : 4; /* 63..60 */ 147d722e3fbSopenharmony_ci uint64_t SlotLumaWidth : 14; /* 77..64 */ 148d722e3fbSopenharmony_ci uint64_t SlotLumaHeight : 14; /* 91..78 */ 149d722e3fbSopenharmony_ci uint64_t reserved2 : 4; /* 95..92 */ 150d722e3fbSopenharmony_ci uint64_t SlotChromaWidth : 14; /* 109..96 */ 151d722e3fbSopenharmony_ci uint64_t SlotChromaHeight : 14; /* 123..110 */ 152d722e3fbSopenharmony_ci uint64_t reserved3 : 4; /* 127..124 */ 153d722e3fbSopenharmony_ci} SlotSurfaceConfig; 154d722e3fbSopenharmony_ci 155d722e3fbSopenharmony_citypedef struct { 156d722e3fbSopenharmony_ci uint64_t luma_coeff0 : 20; /* 19..0 */ 157d722e3fbSopenharmony_ci uint64_t luma_coeff1 : 20; /* 39..20 */ 158d722e3fbSopenharmony_ci uint64_t luma_coeff2 : 20; /* 59..40 */ 159d722e3fbSopenharmony_ci uint64_t luma_r_shift : 4; /* 63..60 */ 160d722e3fbSopenharmony_ci uint64_t luma_coeff3 : 20; /* 83..64 */ 161d722e3fbSopenharmony_ci uint64_t LumaKeyLower : 10; /* 93..84 */ 162d722e3fbSopenharmony_ci uint64_t LumaKeyUpper : 10; /* 103..94 */ 163d722e3fbSopenharmony_ci uint64_t LumaKeyEnabled : 1; /* 104 */ 164d722e3fbSopenharmony_ci uint64_t reserved0 : 2; /* 106..105 */ 165d722e3fbSopenharmony_ci uint64_t reserved1 : 21; /* 127..107 */ 166d722e3fbSopenharmony_ci} LumaKeyStruct; 167d722e3fbSopenharmony_ci 168d722e3fbSopenharmony_citypedef struct { 169d722e3fbSopenharmony_ci uint64_t matrix_coeff00 : 20; /* 19..0 */ 170d722e3fbSopenharmony_ci uint64_t matrix_coeff10 : 20; /* 39..20 */ 171d722e3fbSopenharmony_ci uint64_t matrix_coeff20 : 20; /* 59..40 */ 172d722e3fbSopenharmony_ci uint64_t matrix_r_shift : 4; /* 63..60 */ 173d722e3fbSopenharmony_ci uint64_t matrix_coeff01 : 20; /* 83..64 */ 174d722e3fbSopenharmony_ci uint64_t matrix_coeff11 : 20; /* 103..84 */ 175d722e3fbSopenharmony_ci uint64_t matrix_coeff21 : 20; /* 123..104 */ 176d722e3fbSopenharmony_ci uint64_t reserved0 : 3; /* 126..124 */ 177d722e3fbSopenharmony_ci uint64_t matrix_enable : 1; /* 127 */ 178d722e3fbSopenharmony_ci /* 128 */ 179d722e3fbSopenharmony_ci uint64_t matrix_coeff02 : 20; /* 19..0 */ 180d722e3fbSopenharmony_ci uint64_t matrix_coeff12 : 20; /* 39..20 */ 181d722e3fbSopenharmony_ci uint64_t matrix_coeff22 : 20; /* 59..40 */ 182d722e3fbSopenharmony_ci uint64_t reserved1 : 4; /* 63..60 */ 183d722e3fbSopenharmony_ci uint64_t matrix_coeff03 : 20; /* 83..64 */ 184d722e3fbSopenharmony_ci uint64_t matrix_coeff13 : 20; /* 103..84 */ 185d722e3fbSopenharmony_ci uint64_t matrix_coeff23 : 20; /* 123..104 */ 186d722e3fbSopenharmony_ci uint64_t reserved2 : 4; /* 127..124 */ 187d722e3fbSopenharmony_ci} MatrixStruct; 188d722e3fbSopenharmony_ci 189d722e3fbSopenharmony_citypedef struct { 190d722e3fbSopenharmony_ci uint64_t ClearRect0Left : 14; /* 13..0 */ 191d722e3fbSopenharmony_ci uint64_t reserved0 : 2; /* 15..14 */ 192d722e3fbSopenharmony_ci uint64_t ClearRect0Right : 14; /* 29..16 */ 193d722e3fbSopenharmony_ci uint64_t reserved1 : 2; /* 31..30 */ 194d722e3fbSopenharmony_ci uint64_t ClearRect0Top : 14; /* 45..32 */ 195d722e3fbSopenharmony_ci uint64_t reserved2 : 2; /* 47..46 */ 196d722e3fbSopenharmony_ci uint64_t ClearRect0Bottom : 14; /* 61..48 */ 197d722e3fbSopenharmony_ci uint64_t reserved3 : 2; /* 63..62 */ 198d722e3fbSopenharmony_ci uint64_t ClearRect1Left : 14; /* 77..64 */ 199d722e3fbSopenharmony_ci uint64_t reserved4 : 2; /* 79..78 */ 200d722e3fbSopenharmony_ci uint64_t ClearRect1Right : 14; /* 93..80 */ 201d722e3fbSopenharmony_ci uint64_t reserved5 : 2; /* 95..94 */ 202d722e3fbSopenharmony_ci uint64_t ClearRect1Top : 14; /* 109..96 */ 203d722e3fbSopenharmony_ci uint64_t reserved6 : 2; /* 111..110 */ 204d722e3fbSopenharmony_ci uint64_t ClearRect1Bottom : 14; /* 125..112 */ 205d722e3fbSopenharmony_ci uint64_t reserved7 : 2; /* 127..126 */ 206d722e3fbSopenharmony_ci} ClearRectStruct; 207d722e3fbSopenharmony_ci 208d722e3fbSopenharmony_citypedef struct { 209d722e3fbSopenharmony_ci uint64_t reserved0 : 2; /* 1..0 */ 210d722e3fbSopenharmony_ci uint64_t AlphaK1 : 8; /* 9..2 */ 211d722e3fbSopenharmony_ci uint64_t reserved1 : 6; /* 17..10 */ 212d722e3fbSopenharmony_ci uint64_t AlphaK2 : 8; /* 25..18 */ 213d722e3fbSopenharmony_ci uint64_t reserved2 : 6; /* 31..26 */ 214d722e3fbSopenharmony_ci uint64_t SrcFactCMatchSelect : 3; /* 34..32 */ 215d722e3fbSopenharmony_ci uint64_t reserved3 : 1; /* 35 */ 216d722e3fbSopenharmony_ci uint64_t DstFactCMatchSelect : 3; /* 38..36 */ 217d722e3fbSopenharmony_ci uint64_t reserved4 : 1; /* 39 */ 218d722e3fbSopenharmony_ci uint64_t SrcFactAMatchSelect : 3; /* 42..40 */ 219d722e3fbSopenharmony_ci uint64_t reserved5 : 1; /* 43 */ 220d722e3fbSopenharmony_ci uint64_t DstFactAMatchSelect : 3; /* 46..44 */ 221d722e3fbSopenharmony_ci uint64_t reserved6 : 1; /* 47 */ 222d722e3fbSopenharmony_ci uint64_t reserved7 : 4; /* 51..48 */ 223d722e3fbSopenharmony_ci uint64_t reserved8 : 4; /* 55..52 */ 224d722e3fbSopenharmony_ci uint64_t reserved9 : 4; /* 59..56 */ 225d722e3fbSopenharmony_ci uint64_t reserved10 : 4; /* 63..60 */ 226d722e3fbSopenharmony_ci uint64_t reserved11 : 2; /* 65..64 */ 227d722e3fbSopenharmony_ci uint64_t OverrideR : 10; /* 75..66 */ 228d722e3fbSopenharmony_ci uint64_t OverrideG : 10; /* 85..76 */ 229d722e3fbSopenharmony_ci uint64_t OverrideB : 10; /* 95..86 */ 230d722e3fbSopenharmony_ci uint64_t reserved12 : 2; /* 97..96 */ 231d722e3fbSopenharmony_ci uint64_t OverrideA : 8; /* 105..98 */ 232d722e3fbSopenharmony_ci uint64_t reserved13 : 2; /* 107..106 */ 233d722e3fbSopenharmony_ci uint64_t UseOverrideR : 1; /* 108 */ 234d722e3fbSopenharmony_ci uint64_t UseOverrideG : 1; /* 109 */ 235d722e3fbSopenharmony_ci uint64_t UseOverrideB : 1; /* 110 */ 236d722e3fbSopenharmony_ci uint64_t UseOverrideA : 1; /* 111 */ 237d722e3fbSopenharmony_ci uint64_t MaskR : 1; /* 112 */ 238d722e3fbSopenharmony_ci uint64_t MaskG : 1; /* 113 */ 239d722e3fbSopenharmony_ci uint64_t MaskB : 1; /* 114 */ 240d722e3fbSopenharmony_ci uint64_t MaskA : 1; /* 115 */ 241d722e3fbSopenharmony_ci uint64_t reserved14 : 12; /* 127..116 */ 242d722e3fbSopenharmony_ci} BlendingSlotStruct; 243d722e3fbSopenharmony_ci 244d722e3fbSopenharmony_citypedef struct { 245d722e3fbSopenharmony_ci uint64_t AlphaFillMode : 3; /* 2..0 */ 246d722e3fbSopenharmony_ci uint64_t AlphaFillSlot : 3; /* 5..3 */ 247d722e3fbSopenharmony_ci uint64_t reserved0 : 2; /* 6..5 */ 248d722e3fbSopenharmony_ci uint64_t BackgroundAlpha : 8; /* 15..7 */ 249d722e3fbSopenharmony_ci uint64_t BackgroundR : 10; /* 25..16 */ 250d722e3fbSopenharmony_ci uint64_t BackgroundG : 10; /* 35..26 */ 251d722e3fbSopenharmony_ci uint64_t BackgroundB : 10; /* 45..36 */ 252d722e3fbSopenharmony_ci uint64_t RegammaMode : 2; /* 47..46 */ 253d722e3fbSopenharmony_ci uint64_t OutputFlipX : 1; /* 48 */ 254d722e3fbSopenharmony_ci uint64_t OutputFlipY : 1; /* 49 */ 255d722e3fbSopenharmony_ci uint64_t OutputTranspose : 1; /* 50 */ 256d722e3fbSopenharmony_ci uint64_t reserved1 : 1; /* 51 */ 257d722e3fbSopenharmony_ci uint64_t reserved2 : 12; /* 63..52 */ 258d722e3fbSopenharmony_ci uint64_t TargetRectLeft : 14; /* 77..64 */ 259d722e3fbSopenharmony_ci uint64_t reserved3 : 2; /* 79..78 */ 260d722e3fbSopenharmony_ci uint64_t TargetRectRight : 14; /* 93..80 */ 261d722e3fbSopenharmony_ci uint64_t reserved4 : 2; /* 95..94 */ 262d722e3fbSopenharmony_ci uint64_t TargetRectTop : 14; /* 109..96 */ 263d722e3fbSopenharmony_ci uint64_t reserved5 : 2; /* 111..110 */ 264d722e3fbSopenharmony_ci uint64_t TargetRectBottom : 14; /* 125..112 */ 265d722e3fbSopenharmony_ci uint64_t reserved6 : 2; /* 127..126 */ 266d722e3fbSopenharmony_ci} OutputConfig; 267d722e3fbSopenharmony_ci 268d722e3fbSopenharmony_citypedef struct { 269d722e3fbSopenharmony_ci uint64_t OutPixelFormat : 7; /* 6..0 */ 270d722e3fbSopenharmony_ci uint64_t OutChromaLocHoriz : 2; /* 8..7 */ 271d722e3fbSopenharmony_ci uint64_t OutChromaLocVert : 2; /* 10..9 */ 272d722e3fbSopenharmony_ci uint64_t OutBlkKind : 4; /* 14..11 */ 273d722e3fbSopenharmony_ci uint64_t OutBlkHeight : 4; /* 18..15 */ 274d722e3fbSopenharmony_ci uint64_t reserved0 : 3; /* 21..19 */ 275d722e3fbSopenharmony_ci uint64_t reserved1 : 10; /* 31..22 */ 276d722e3fbSopenharmony_ci uint64_t OutSurfaceWidth : 14; /* 45..32 */ 277d722e3fbSopenharmony_ci uint64_t OutSurfaceHeight : 14; /* 59..46 */ 278d722e3fbSopenharmony_ci uint64_t reserved2 : 4; /* 63..60 */ 279d722e3fbSopenharmony_ci uint64_t OutLumaWidth : 14; /* 77..64 */ 280d722e3fbSopenharmony_ci uint64_t OutLumaHeight : 14; /* 91..78 */ 281d722e3fbSopenharmony_ci uint64_t reserved3 : 4; /* 95..92 */ 282d722e3fbSopenharmony_ci uint64_t OutChromaWidth : 14; /* 109..96 */ 283d722e3fbSopenharmony_ci uint64_t OutChromaHeight : 14; /* 123..110 */ 284d722e3fbSopenharmony_ci uint64_t reserved4 : 4; /* 127..124 */ 285d722e3fbSopenharmony_ci} OutputSurfaceConfig; 286d722e3fbSopenharmony_ci 287d722e3fbSopenharmony_citypedef struct { 288d722e3fbSopenharmony_ci uint64_t f00 : 10; /* 9..0 */ 289d722e3fbSopenharmony_ci uint64_t f10 : 10; /* 19..10 */ 290d722e3fbSopenharmony_ci uint64_t f20 : 10; /* 29..20 */ 291d722e3fbSopenharmony_ci uint64_t reserved0 : 2; /* 31..30 */ 292d722e3fbSopenharmony_ci uint64_t f01 : 10; /* 41..32 */ 293d722e3fbSopenharmony_ci uint64_t f11 : 10; /* 51..42 */ 294d722e3fbSopenharmony_ci uint64_t f21 : 10; /* 61..52 */ 295d722e3fbSopenharmony_ci uint64_t reserved1 : 2; /* 63..62 */ 296d722e3fbSopenharmony_ci uint64_t f02 : 10; /* 73..64 */ 297d722e3fbSopenharmony_ci uint64_t f12 : 10; /* 83..74 */ 298d722e3fbSopenharmony_ci uint64_t f22 : 10; /* 93..84 */ 299d722e3fbSopenharmony_ci uint64_t reserved2 : 2; /* 95..94 */ 300d722e3fbSopenharmony_ci uint64_t f03 : 10; /* 105..96 */ 301d722e3fbSopenharmony_ci uint64_t f13 : 10; /* 115..106 */ 302d722e3fbSopenharmony_ci uint64_t f23 : 10; /* 125..116 */ 303d722e3fbSopenharmony_ci uint64_t reserved3 : 2; /* 127..126 */ 304d722e3fbSopenharmony_ci} FilterCoeffStruct; 305d722e3fbSopenharmony_ci 306d722e3fbSopenharmony_citypedef struct { 307d722e3fbSopenharmony_ci uint64_t DownsampleHoriz : 11; /* 10..0 */ 308d722e3fbSopenharmony_ci uint64_t reserved0 : 5; /* 15..11 */ 309d722e3fbSopenharmony_ci uint64_t DownsampleVert : 11; /* 26..16 */ 310d722e3fbSopenharmony_ci uint64_t reserved1 : 5; /* 31..27 */ 311d722e3fbSopenharmony_ci uint64_t reserved2 : 32; /* 63..32 */ 312d722e3fbSopenharmony_ci uint64_t reserved3 : 32; /* 95..64 */ 313d722e3fbSopenharmony_ci uint64_t reserved4 : 32; /* 127..96 */ 314d722e3fbSopenharmony_ci} PipeConfig; 315d722e3fbSopenharmony_ci 316d722e3fbSopenharmony_citypedef struct { 317d722e3fbSopenharmony_ci uint64_t OldCadence : 32; /* 31..0 */ 318d722e3fbSopenharmony_ci uint64_t OldDiff : 32; /* 63..32 */ 319d722e3fbSopenharmony_ci uint64_t OldWeave : 32; /* 95..64 */ 320d722e3fbSopenharmony_ci uint64_t OlderWeave : 32; /* 127..96 */ 321d722e3fbSopenharmony_ci} SlotHistoryBuffer; 322d722e3fbSopenharmony_ci 323d722e3fbSopenharmony_citypedef struct { 324d722e3fbSopenharmony_ci uint64_t crc0 : 32; /* 31..0 */ 325d722e3fbSopenharmony_ci uint64_t crc1 : 32; /* 63..32 */ 326d722e3fbSopenharmony_ci uint64_t crc2 : 32; /* 95..64 */ 327d722e3fbSopenharmony_ci uint64_t crc3 : 32; /* 127..96 */ 328d722e3fbSopenharmony_ci} PartitionCrcStruct; 329d722e3fbSopenharmony_ci 330d722e3fbSopenharmony_citypedef struct { 331d722e3fbSopenharmony_ci uint64_t crc0 : 32; /* 31..0 */ 332d722e3fbSopenharmony_ci uint64_t crc1 : 32; /* 63..32 */ 333d722e3fbSopenharmony_ci} SlotCrcStruct; 334d722e3fbSopenharmony_ci 335d722e3fbSopenharmony_citypedef struct { 336d722e3fbSopenharmony_ci uint64_t ErrorStatus : 32; /* 31..0 */ 337d722e3fbSopenharmony_ci uint64_t CycleCount : 32; /* 63..32 */ 338d722e3fbSopenharmony_ci uint64_t reserved0 : 32; /* 95..64 */ 339d722e3fbSopenharmony_ci uint64_t reserved1 : 32; /* 127..96 */ 340d722e3fbSopenharmony_ci} StatusStruct; 341d722e3fbSopenharmony_ci 342d722e3fbSopenharmony_citypedef struct { 343d722e3fbSopenharmony_ci SlotConfig slotConfig; 344d722e3fbSopenharmony_ci SlotSurfaceConfig slotSurfaceConfig; 345d722e3fbSopenharmony_ci LumaKeyStruct lumaKeyStruct; 346d722e3fbSopenharmony_ci MatrixStruct colorMatrixStruct; 347d722e3fbSopenharmony_ci MatrixStruct gamutMatrixStruct; 348d722e3fbSopenharmony_ci BlendingSlotStruct blendingSlotStruct; 349d722e3fbSopenharmony_ci} SlotStruct; 350d722e3fbSopenharmony_ci 351d722e3fbSopenharmony_citypedef struct { 352d722e3fbSopenharmony_ci FilterCoeffStruct filterCoeffStruct[520]; 353d722e3fbSopenharmony_ci} FilterStruct; 354d722e3fbSopenharmony_ci 355d722e3fbSopenharmony_citypedef struct { 356d722e3fbSopenharmony_ci PipeConfig pipeConfig; 357d722e3fbSopenharmony_ci OutputConfig outputConfig; 358d722e3fbSopenharmony_ci OutputSurfaceConfig outputSurfaceConfig; 359d722e3fbSopenharmony_ci MatrixStruct outColorMatrixStruct; 360d722e3fbSopenharmony_ci ClearRectStruct clearRectStruct[4]; 361d722e3fbSopenharmony_ci SlotStruct slotStruct[16]; 362d722e3fbSopenharmony_ci} ConfigStruct; 363d722e3fbSopenharmony_ci 364d722e3fbSopenharmony_citypedef struct { 365d722e3fbSopenharmony_ci PartitionCrcStruct partitionCrcStruct[4]; 366d722e3fbSopenharmony_ci} InterfaceCrcStruct; 367d722e3fbSopenharmony_ci 368d722e3fbSopenharmony_citypedef struct { 369d722e3fbSopenharmony_ci SlotCrcStruct slotCrcStruct[16]; 370d722e3fbSopenharmony_ci} InputCrcStruct; 371d722e3fbSopenharmony_ci 372d722e3fbSopenharmony_ci#endif 373