Home
last modified time | relevance | path

Searched refs:max_bufDescriptor (Results 1 – 2 of 2) sorted by relevance

/device/amlogic/yukawa/gralloc/
Dmali_gralloc_ion.cpp437 buffer_descriptor_t *max_bufDescriptor; in mali_gralloc_ion_allocate() local
440 max_bufDescriptor = (buffer_descriptor_t *)(descriptors[max_buffer_index]); in mali_gralloc_ion_allocate()
441 usage = max_bufDescriptor->consumer_usage | max_bufDescriptor->producer_usage; in mali_gralloc_ion_allocate()
454 …shared_fd = alloc_from_ion_heap(m->ion_client, max_bufDescriptor->size, heap_mask, ion_flags, &min… in mali_gralloc_ion_allocate()
462 ret = ion_alloc_fd(m->ion_client, max_bufDescriptor->size, 0, heap, 0, &(shared_fd)); in mali_gralloc_ion_allocate()
503 max_bufDescriptor->size, bufDescriptor->layer_count); in mali_gralloc_ion_allocate()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp425 buffer_descriptor_t *max_bufDescriptor; in mali_gralloc_ion_allocate() local
428 max_bufDescriptor = (buffer_descriptor_t *)(descriptors[max_buffer_index]); in mali_gralloc_ion_allocate()
429 usage = max_bufDescriptor->consumer_usage | max_bufDescriptor->producer_usage; in mali_gralloc_ion_allocate()
441 …shared_fd = alloc_from_ion_heap(m->ion_client, max_bufDescriptor->size, heap_mask, ion_flags, &min… in mali_gralloc_ion_allocate()
475 max_bufDescriptor->size); in mali_gralloc_ion_allocate()