Searched refs:pop_descriptor_uint32 (Results 1 – 1 of 1) sorted by relevance
77 static uint32_t pop_descriptor_uint32(const frameworks_vec<vecT> &vec, size_t *pos) in pop_descriptor_uint32() function173 if (pop_descriptor_uint32(androidDescriptor, &pos) != HIDL_MAPPER_VERSION_SCALED / 10) in grallocDecodeBufferDescriptor()179 grallocDescriptor.width = pop_descriptor_uint32(androidDescriptor, &pos); in grallocDecodeBufferDescriptor()180 grallocDescriptor.height = pop_descriptor_uint32(androidDescriptor, &pos); in grallocDecodeBufferDescriptor()181 grallocDescriptor.layer_count = pop_descriptor_uint32(androidDescriptor, &pos); in grallocDecodeBufferDescriptor()182 …grallocDescriptor.hal_format = static_cast<uint64_t>(pop_descriptor_uint32(androidDescriptor, &pos… in grallocDecodeBufferDescriptor()