Home
last modified time | relevance | path

Searched refs:gralloc_buffer_descriptor (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dgralloc_buffer_allocator.cc48 BufferDescriptor* gralloc_buffer_descriptor) { in ConvertHalBufferDescriptor() argument
53 gralloc_buffer_descriptor->width = in ConvertHalBufferDescriptor()
55 gralloc_buffer_descriptor->height = 1; in ConvertHalBufferDescriptor()
57 gralloc_buffer_descriptor->width = hal_buffer_descriptor.width; in ConvertHalBufferDescriptor()
58 gralloc_buffer_descriptor->height = hal_buffer_descriptor.height; in ConvertHalBufferDescriptor()
60 gralloc_buffer_descriptor->format = hal_buffer_descriptor.format; in ConvertHalBufferDescriptor()
61 gralloc_buffer_descriptor->producer_flags = in ConvertHalBufferDescriptor()
63 gralloc_buffer_descriptor->consumer_flags = in ConvertHalBufferDescriptor()
65 gralloc_buffer_descriptor->num_buffers = in ConvertHalBufferDescriptor()
74 BufferDescriptor gralloc_buffer_descriptor{0}; in AllocateBuffers() local
[all …]
Dgralloc_buffer_allocator.h65 BufferDescriptor* gralloc_buffer_descriptor);
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/legacy/
Dalloc_device.cpp107 gralloc_buffer_descriptor_t gralloc_buffer_descriptor[1]; in alloc_device_alloc() local
116 gralloc_buffer_descriptor[0] = (gralloc_buffer_descriptor_t)(&buffer_descriptor); in alloc_device_alloc()
118 if (mali_gralloc_buffer_allocate(m, gralloc_buffer_descriptor, 1, pHandle, NULL) < 0) in alloc_device_alloc()
/aosp_15_r20/device/linaro/hikey/gralloc960/legacy/
Dalloc_device.cpp107 gralloc_buffer_descriptor_t gralloc_buffer_descriptor[1]; in alloc_device_alloc() local
115 gralloc_buffer_descriptor[0] = (gralloc_buffer_descriptor_t)(&buffer_descriptor); in alloc_device_alloc()
117 if (mali_gralloc_buffer_allocate(m, gralloc_buffer_descriptor, 1, pHandle, NULL) < 0) in alloc_device_alloc()
/aosp_15_r20/device/linaro/hikey/gralloc960/
Dframebuffer_device.cpp426 gralloc_buffer_descriptor_t gralloc_buffer_descriptor[1]; in fb_alloc_from_ion_module() local
433 gralloc_buffer_descriptor[0] = (gralloc_buffer_descriptor_t)(&fb_buffer_descriptor); in fb_alloc_from_ion_module()
435 err = mali_gralloc_ion_allocate(m, gralloc_buffer_descriptor, 1, pHandle, &shared); in fb_alloc_from_ion_module()
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/
Dframebuffer_device.cpp426 gralloc_buffer_descriptor_t gralloc_buffer_descriptor[1]; in fb_alloc_from_ion_module() local
433 gralloc_buffer_descriptor[0] = (gralloc_buffer_descriptor_t)(&fb_buffer_descriptor); in fb_alloc_from_ion_module()
435 err = mali_gralloc_ion_allocate(m, gralloc_buffer_descriptor, 1, pHandle, &shared); in fb_alloc_from_ion_module()