Merge a3afa4603a on remote branch

Change-Id: I6d9b5ef079eaa33b3ae011f5a0af9ecd857eff17
This commit is contained in:
Linux Build Service Account
2024-03-09 01:59:36 -08:00
2 changed files with 3 additions and 0 deletions

View File

@@ -159,6 +159,8 @@ static const aidl::android::hardware::graphics::common::ExtendableType
PlaneLayoutComponentType_Raw = {VENDOR_QTI, PLANE_COMPONENT_TYPE_RAW}; PlaneLayoutComponentType_Raw = {VENDOR_QTI, PLANE_COMPONENT_TYPE_RAW};
static const aidl::android::hardware::graphics::common::ExtendableType static const aidl::android::hardware::graphics::common::ExtendableType
PlaneLayoutComponentType_Meta = {VENDOR_QTI, PLANE_COMPONENT_TYPE_META}; PlaneLayoutComponentType_Meta = {VENDOR_QTI, PLANE_COMPONENT_TYPE_META};
static const aidl::android::hardware::graphics::common::ExtendableType
PlaneLayoutComponentType_Blob = {VENDOR_QTI, PLANE_COMPONENT_TYPE_BLOB};
Error decodeMetadataState(hidl_vec<uint8_t> &in, bool *out); Error decodeMetadataState(hidl_vec<uint8_t> &in, bool *out);
Error encodeMetadataState(bool *in, hidl_vec<uint8_t> *out); Error encodeMetadataState(bool *in, hidl_vec<uint8_t> *out);

View File

@@ -88,6 +88,7 @@
#define PLANE_COMPONENT_TYPE_RAW 20003 #define PLANE_COMPONENT_TYPE_RAW 20003
#define PLANE_COMPONENT_TYPE_META 20004 #define PLANE_COMPONENT_TYPE_META 20004
#define PLANE_COMPONENT_TYPE_BLOB 20005
#define MAX_NAME_LEN 256 #define MAX_NAME_LEN 256