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