diff options
author | alk3pInjection <webmaster@raspii.tech> | 2023-04-20 00:08:54 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-04-20 00:08:54 +0800 |
commit | 6c06fb2dd330c2c4608af2544431cbde5cd6c00e (patch) | |
tree | e8fb7e3489d3ededc0b91f0018651d612dcabe1e /gralloc/QtiGralloc.h | |
parent | 70e253c1efbcfa5a1691c82fab3b9b7ff044f011 (diff) | |
parent | f3b1bddb5c95c0b61672ed210e5b95d50a5d0eeb (diff) |
Merge tag 'LA.QSSI.13.0.r1-09800-qssi.0' into tachibanatachibana
"LA.QSSI.13.0.r1-09800-qssi.0"
Change-Id: Idd231a49160e8dd2596bc8a4cac0d29485f36008
Diffstat (limited to 'gralloc/QtiGralloc.h')
-rw-r--r-- | gralloc/QtiGralloc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gralloc/QtiGralloc.h b/gralloc/QtiGralloc.h index c8e4ef8c..f14821c5 100644 --- a/gralloc/QtiGralloc.h +++ b/gralloc/QtiGralloc.h @@ -27,6 +27,10 @@ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * Changes from Qualcomm Innovation Center are provided under the following license: + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause-Clear */ #ifndef __QTIGRALLOC_H__ @@ -101,6 +105,9 @@ static const MetadataType MetadataType_VideoTranscodeStats = {VENDOR_QTI, static const MetadataType MetadataType_VideoTimestampInfo = {VENDOR_QTI, QTI_VIDEO_TS_INFO}; +static const MetadataType MetadataType_VideoEarlyNotifyLineCount = {VENDOR_QTI, + QTI_EARLYNOTIFY_LINECOUNT}; + static const MetadataType MetadataType_FD = {VENDOR_QTI, QTI_FD}; static const MetadataType MetadataType_PrivateFlags = {VENDOR_QTI, QTI_PRIVATE_FLAGS}; |