diff options
Diffstat (limited to 'gralloc/QtiGralloc.h')
-rw-r--r-- | gralloc/QtiGralloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gralloc/QtiGralloc.h b/gralloc/QtiGralloc.h index d25b264e..16d33610 100644 --- a/gralloc/QtiGralloc.h +++ b/gralloc/QtiGralloc.h @@ -157,6 +157,8 @@ static const aidl::android::hardware::graphics::common::ExtendableType PlaneLayoutComponentType_Raw = {VENDOR_QTI, PLANE_COMPONENT_TYPE_RAW}; static const aidl::android::hardware::graphics::common::ExtendableType 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 encodeMetadataState(bool *in, hidl_vec<uint8_t> *out); |