HomeSort by relevance Sort by last modified time
    Searched refs:min_pgsz (Results 1 - 4 of 4) sorted by null

  /device/linaro/hikey/gralloc960/
mali_gralloc_ion.cpp 154 static int alloc_from_ion_heap(int ion_fd, size_t size, unsigned int heap_mask, unsigned int flags, int *min_pgsz)
159 if ((ion_fd < 0) || (size <= 0) || (heap_mask == 0) || (min_pgsz == NULL))
214 *min_pgsz = SZ_4K;
222 *min_pgsz = size;
228 *min_pgsz = SZ_2M;
234 *min_pgsz = SZ_2M;
243 *min_pgsz = SZ_4K;
248 *min_pgsz = SZ_4K;
402 int min_pgsz = 0; local
454 shared_fd = alloc_from_ion_heap(m->ion_client, max_bufDescriptor->size, heap_mask, ion_flags, &min_pgsz);
    [all...]
mali_gralloc_private_interface.cpp 161 int *min_pgsz)
165 if (private_handle_t::validate(handle) < 0 || min_pgsz == NULL)
171 *min_pgsz = hnd->min_pgsz;
mali_gralloc_private_interface.h 61 int *min_pgsz);
mali_gralloc_buffer.h 148 * min_pgsz denotes minimum phys_page size used by this buffer.
149 * if buffer memory is physical contiguous set min_pgsz to buff->size
152 int min_pgsz; member in struct:private_handle_t
223 , min_pgsz(_min_pgsz)

Completed in 62 milliseconds