/hardware/libhardware/include_all/hardware/ |
D | gralloc.h | 117 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/ |
D | gralloc.h | 117 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/ |
D | gralloc.h | 117 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/ |
D | mali_gralloc_usages.h | 107 #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/ |
D | GrallocDefs.h | 93 GRALLOC_USAGE_HW_CAMERA_READ = 0x00040000U, enumerator
|
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 94 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/ |
D | gpu.cpp | 131 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/ |
D | gpu.cpp | 135 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/ |
D | gpu.cpp | 136 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/ |
D | gpu.cpp | 139 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/ |
D | gpu.cpp | 118 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/ |
D | gpu.cpp | 122 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/ |
D | gpu.cpp | 122 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/ |
D | Camera.cpp | 337 GRALLOC_USAGE_HW_CAMERA_READ; in setupStreamsLocked()
|
/hardware/libhardware/modules/camera/3_0/ |
D | Camera.cpp | 292 GRALLOC_USAGE_HW_CAMERA_READ; in setupStreams()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraDeviceSessionHWLImpl.cpp | 298 GRALLOC_USAGE_HW_CAMERA_READ, in ConfigurePipeline()
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_formats.cpp | 1413 else if ((usage & GRALLOC_USAGE_HW_CAMERA_READ) && (usage & GRALLOC_USAGE_HW_CAMERA_WRITE)) in get_base_format()
|
D | mali_gralloc_bufferallocation.cpp | 1128 usage & (GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_CAMERA_READ), in mali_gralloc_derive_format_and_size()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 2676 newStream->usage |= GRALLOC_USAGE_HW_CAMERA_READ; in configureStreamsPerfLocked() 2680 newStream->usage |= GRALLOC_USAGE_HW_CAMERA_READ | in configureStreamsPerfLocked()
|