/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_usages.h | 92 #define GRALLOC_USAGE_HW_CAMERA_WRITE GRALLOC1_PRODUCER_USAGE_CAMERA macro 257 #define GRALLOC_USAGE_HW_CAMERA_WRITE static_cast<uint64_t>(BufferUsage::CAMERA_OUTPUT) macro 288 GRALLOC_USAGE_HW_CAMERA_WRITE | /* 1U << 17 */
|
D | mali_gralloc_ion.cpp | 149 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GS101_GRALLOC_USAGE_TPU_INPUT, in select_faceauth_heap_mask() 153 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_CAMERA_READ, in select_faceauth_heap_mask() 157 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_COMPOSER | in select_faceauth_heap_mask()
|
D | mali_gralloc_bufferallocation.cpp | 750 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) in set_dataspace() 814 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) in set_dataspace()
|
D | mali_gralloc_formats.cpp | 434 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) in get_producers()
|
/hardware/libhardware/include/hardware/ |
D | gralloc.h | 115 GRALLOC_USAGE_HW_CAMERA_WRITE = 0x00020000U, enumerator 429 if ((usage & GRALLOC_USAGE_HW_CAMERA_WRITE) != 0) { in map_usage_to_memtrack()
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_usages.h | 99 #define GRALLOC_USAGE_HW_CAMERA_WRITE static_cast<uint64_t>(hidl_common::BufferUsage::CAMERA_OUTPUT) macro 129 GRALLOC_USAGE_HW_CAMERA_WRITE | /* 1U << 17 */
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gpu.cpp | 108 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in gralloc_alloc_buffer() 135 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in gralloc_alloc_buffer() 168 GRALLOC_USAGE_HW_CAMERA_WRITE | in gralloc_alloc_buffer() 302 else if(usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in alloc_impl()
|
/hardware/google/camera/common/hal/tests/ |
D | internal_stream_manager_tests.cc | 64 .producer_usage = GRALLOC_USAGE_HW_CAMERA_WRITE, 71 .producer_usage = GRALLOC_USAGE_HW_CAMERA_WRITE, 78 .producer_usage = GRALLOC_USAGE_HW_CAMERA_WRITE,
|
D | mock_device_session_hwl.cc | 84 hal_stream.consumer_usage = GRALLOC_USAGE_HW_CAMERA_WRITE; in ConfigurePipeline()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gpu.cpp | 104 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in gralloc_alloc_buffer() 131 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in gralloc_alloc_buffer() 284 else if(usage & GRALLOC_USAGE_HW_CAMERA_WRITE) in alloc_impl()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gpu.cpp | 105 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in gralloc_alloc_buffer() 132 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in gralloc_alloc_buffer() 281 else if(usage & GRALLOC_USAGE_HW_CAMERA_WRITE) in alloc_impl()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gpu.cpp | 118 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in gralloc_alloc_buffer() 147 GRALLOC_USAGE_HW_CAMERA_WRITE | in gralloc_alloc_buffer() 288 else if(usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in alloc_impl()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gpu.cpp | 118 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in gralloc_alloc_buffer() 147 GRALLOC_USAGE_HW_CAMERA_WRITE | in gralloc_alloc_buffer() 288 else if(usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in alloc_impl()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gpu.cpp | 114 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in gralloc_alloc_buffer() 147 GRALLOC_USAGE_HW_CAMERA_WRITE | in gralloc_alloc_buffer() 285 else if(usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in alloc_impl()
|
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 227 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GS101_GRALLOC_USAGE_TPU_INPUT, in select_faceauth_heap_mask() 231 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_CAMERA_READ, in select_faceauth_heap_mask() 235 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_COMPOSER | in select_faceauth_heap_mask()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 68 alloc_flags = GRALLOC_USAGE_HW_CAMERA_WRITE; in AllocateBuffer() 173 alloc_flags = GRALLOC_USAGE_HW_CAMERA_WRITE; in GetBufferSize()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 68 alloc_flags = GRALLOC_USAGE_HW_CAMERA_WRITE; in AllocateBuffer() 173 alloc_flags = GRALLOC_USAGE_HW_CAMERA_WRITE; in GetBufferSize()
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_formats.cpp | 231 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) in get_producers() 1419 else if ((usage & GRALLOC_USAGE_HW_CAMERA_READ) && (usage & GRALLOC_USAGE_HW_CAMERA_WRITE)) in get_base_format() 1435 else if ((usage & GRALLOC_USAGE_HW_TEXTURE) && (usage & GRALLOC_USAGE_HW_CAMERA_WRITE)) in get_base_format()
|
/hardware/interfaces/automotive/evs/1.0/default/ |
D | EvsCamera.cpp | 63 mUsage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_CAMERA_WRITE | in EvsCamera()
|
/hardware/libhardware/modules/usbcamera/ |
D | Camera.cpp | 334 GRALLOC_USAGE_HW_CAMERA_WRITE; in setupStreamsLocked()
|
/hardware/libhardware/modules/camera/3_0/ |
D | Camera.cpp | 289 GRALLOC_USAGE_HW_CAMERA_WRITE; in setupStreams()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraDeviceSessionHWLImpl.cpp | 279 : GRALLOC_USAGE_HW_CAMERA_WRITE | in ConfigurePipeline()
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | EvsCamera.cpp | 712 evsCamera->mUsage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_CAMERA_WRITE | in Create()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMem.cpp | 2262 gralloc_usage = GRALLOC_USAGE_HW_CAMERA_WRITE; in allocate()
|