Searched refs:push_descriptor_uint32 (Results 1 – 1 of 1) sorted by relevance
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | BufferDescriptor.h | 72 static void push_descriptor_uint32(hidl_vec<vecT> *vec, size_t *pos, uint32_t val) in push_descriptor_uint32() function 135 push_descriptor_uint32(&descriptor, &pos, HIDL_MAPPER_VERSION_SCALED / 10); in grallocEncodeBufferDescriptor() 136 push_descriptor_uint32(&descriptor, &pos, descriptorInfo.width); in grallocEncodeBufferDescriptor() 137 push_descriptor_uint32(&descriptor, &pos, descriptorInfo.height); in grallocEncodeBufferDescriptor() 138 push_descriptor_uint32(&descriptor, &pos, descriptorInfo.layerCount); in grallocEncodeBufferDescriptor() 139 push_descriptor_uint32(&descriptor, &pos, static_cast<uint32_t>(descriptorInfo.format)); in grallocEncodeBufferDescriptor()
|