diff options
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}; |