Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_usages.h93 #define GRALLOC_USAGE_HW_CAMERA_READ GRALLOC1_CONSUMER_USAGE_CAMERA macro
258 #define GRALLOC_USAGE_HW_CAMERA_READ static_cast<uint64_t>(BufferUsage::CAMERA_INPUT) macro
289 GRALLOC_USAGE_HW_CAMERA_READ | /* 1U << 18 */
Dmali_gralloc_ion.cpp153 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_CAMERA_READ, in select_faceauth_heap_mask()
Dmali_gralloc_formats.cpp342 if (usage & GRALLOC_USAGE_HW_CAMERA_READ) in get_consumers()
/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/gchips/gralloc4/src/
Dmali_gralloc_usages.h100 #define GRALLOC_USAGE_HW_CAMERA_READ static_cast<uint64_t>(hidl_common::BufferUsage::CAMERA_INPUT) macro
130 GRALLOC_USAGE_HW_CAMERA_READ | /* 1U << 18 */
/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/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/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/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/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/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.cpp280 GRALLOC_USAGE_HW_CAMERA_READ, in ConfigurePipeline()
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp231 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_CAMERA_READ, in select_faceauth_heap_mask()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp1419 else if ((usage & GRALLOC_USAGE_HW_CAMERA_READ) && (usage & GRALLOC_USAGE_HW_CAMERA_WRITE)) in get_base_format()