Searched refs:fb_buffer_descriptor (Results 1 – 1 of 1) sorted by relevance
427 buffer_descriptor_t fb_buffer_descriptor; in fb_alloc_from_ion_module() local432 fb_buffer_descriptor.width = width; in fb_alloc_from_ion_module()433 fb_buffer_descriptor.height = height; in fb_alloc_from_ion_module()434 fb_buffer_descriptor.size = buffer_size; in fb_alloc_from_ion_module()435 fb_buffer_descriptor.pixel_stride = width; in fb_alloc_from_ion_module()437 memset(fb_buffer_descriptor.plane_info, 0, sizeof(fb_buffer_descriptor.plane_info)); in fb_alloc_from_ion_module()438 fb_buffer_descriptor.plane_info[0].alloc_width = width; in fb_alloc_from_ion_module()439 fb_buffer_descriptor.plane_info[0].alloc_height = height; in fb_alloc_from_ion_module()440 fb_buffer_descriptor.plane_info[0].byte_stride = byte_stride; in fb_alloc_from_ion_module()441 fb_buffer_descriptor.plane_info[0].offset = 0; in fb_alloc_from_ion_module()[all …]