Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_HW_CAMERA_READ (Results 1 – 19 of 19) sorted by relevance

/hardware/libhardware/include_all/hardware/
Dgralloc.h117 GRALLOC_USAGE_HW_CAMERA_READ = 0x00040000U, enumerator
437 } else if ((usage & GRALLOC_USAGE_HW_CAMERA_READ) != 0) { in map_usage_to_memtrack()
/hardware/libhardware/include/hardware/
Dgralloc.h117 GRALLOC_USAGE_HW_CAMERA_READ = 0x00040000U, enumerator
437 } else if ((usage & GRALLOC_USAGE_HW_CAMERA_READ) != 0) { in map_usage_to_memtrack()
/hardware/google/gfxstream/guest/mesa/include/android_stub/hardware/
Dgralloc.h117 GRALLOC_USAGE_HW_CAMERA_READ = 0x00040000U, enumerator
437 } else if ((usage & GRALLOC_USAGE_HW_CAMERA_READ) != 0) { in map_usage_to_memtrack()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_usages.h107 #define GRALLOC_USAGE_HW_CAMERA_READ static_cast<uint64_t>(hidl_common::BufferUsage::CAMERA_INPUT) macro
141 GRALLOC_USAGE_HW_CAMERA_READ | /* 1U << 18 */
/hardware/google/gfxstream/host/vulkan/
DGrallocDefs.h93 GRALLOC_USAGE_HW_CAMERA_READ = 0x00040000U, enumerator
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp94 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_CAMERA_READ | in select_dmabuf_heap()
103 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_CAMERA_READ, in select_dmabuf_heap()
171 GRALLOC_USAGE_HW_CAMERA_READ, in select_dmabuf_heap()
/hardware/qcom/display/msm8960/libgralloc/
Dgpu.cpp131 if (usage & GRALLOC_USAGE_HW_CAMERA_READ) { in gralloc_alloc_buffer()
262 else if(usage & GRALLOC_USAGE_HW_CAMERA_READ) in alloc_impl()
/hardware/qcom/display/msm8226/libgralloc/
Dgpu.cpp135 if (usage & GRALLOC_USAGE_HW_CAMERA_READ) { in gralloc_alloc_buffer()
282 else if(usage & GRALLOC_USAGE_HW_CAMERA_READ) in alloc_impl()
/hardware/qcom/display/msm8084/libgralloc/
Dgpu.cpp136 if (usage & GRALLOC_USAGE_HW_CAMERA_READ) { in gralloc_alloc_buffer()
279 else if(usage & GRALLOC_USAGE_HW_CAMERA_READ) in alloc_impl()
/hardware/qcom/display/msm8994/libgralloc/
Dgpu.cpp139 if (usage & GRALLOC_USAGE_HW_CAMERA_READ) { in gralloc_alloc_buffer()
300 else if(usage & GRALLOC_USAGE_HW_CAMERA_READ) in alloc_impl()
/hardware/qcom/display/msm8996/libgralloc/
Dgpu.cpp118 if (usage & GRALLOC_USAGE_HW_CAMERA_READ) { in gralloc_alloc_buffer()
283 else if(usage & GRALLOC_USAGE_HW_CAMERA_READ) in alloc_impl()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgpu.cpp122 if (usage & GRALLOC_USAGE_HW_CAMERA_READ) { in gralloc_alloc_buffer()
286 else if(usage & GRALLOC_USAGE_HW_CAMERA_READ) in alloc_impl()
/hardware/qcom/display/msm8909/libgralloc/
Dgpu.cpp122 if (usage & GRALLOC_USAGE_HW_CAMERA_READ) { in gralloc_alloc_buffer()
286 else if(usage & GRALLOC_USAGE_HW_CAMERA_READ) in alloc_impl()
/hardware/libhardware/modules/usbcamera/
DCamera.cpp337 GRALLOC_USAGE_HW_CAMERA_READ; in setupStreamsLocked()
/hardware/libhardware/modules/camera/3_0/
DCamera.cpp292 GRALLOC_USAGE_HW_CAMERA_READ; in setupStreams()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp298 GRALLOC_USAGE_HW_CAMERA_READ, in ConfigurePipeline()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp1413 else if ((usage & GRALLOC_USAGE_HW_CAMERA_READ) && (usage & GRALLOC_USAGE_HW_CAMERA_WRITE)) in get_base_format()
Dmali_gralloc_bufferallocation.cpp1128 usage & (GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_CAMERA_READ), in mali_gralloc_derive_format_and_size()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp2676 newStream->usage |= GRALLOC_USAGE_HW_CAMERA_READ; in configureStreamsPerfLocked()
2680 newStream->usage |= GRALLOC_USAGE_HW_CAMERA_READ | in configureStreamsPerfLocked()