Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_HW_CAMERA_WRITE (Results 1 – 25 of 28) sorted by relevance

12

/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()
99 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GS101_GRALLOC_USAGE_TPU_INPUT, in select_dmabuf_heap()
103 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_CAMERA_READ, in select_dmabuf_heap()
107 GRALLOC_USAGE_PROTECTED | GRALLOC_USAGE_HW_CAMERA_WRITE | GRALLOC_USAGE_HW_COMPOSER | in select_dmabuf_heap()
165 GRALLOC_USAGE_HW_CAMERA_WRITE, in select_dmabuf_heap()
/hardware/libhardware/include_all/hardware/
Dgralloc.h115 GRALLOC_USAGE_HW_CAMERA_WRITE = 0x00020000U, enumerator
429 if ((usage & GRALLOC_USAGE_HW_CAMERA_WRITE) != 0) { in map_usage_to_memtrack()
/hardware/libhardware/include/hardware/
Dgralloc.h115 GRALLOC_USAGE_HW_CAMERA_WRITE = 0x00020000U, enumerator
429 if ((usage & GRALLOC_USAGE_HW_CAMERA_WRITE) != 0) { in map_usage_to_memtrack()
/hardware/google/gfxstream/guest/mesa/include/android_stub/hardware/
Dgralloc.h115 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/
Dmali_gralloc_usages.h106 #define GRALLOC_USAGE_HW_CAMERA_WRITE static_cast<uint64_t>(hidl_common::BufferUsage::CAMERA_OUTPUT) macro
140 GRALLOC_USAGE_HW_CAMERA_WRITE | /* 1U << 17 */
/hardware/qcom/display/msm8994/libgralloc/
Dgpu.cpp108 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/
Dinternal_stream_manager_tests.cc64 .producer_usage = GRALLOC_USAGE_HW_CAMERA_WRITE,
71 .producer_usage = GRALLOC_USAGE_HW_CAMERA_WRITE,
78 .producer_usage = GRALLOC_USAGE_HW_CAMERA_WRITE,
Dmock_device_session_hwl.cc84 hal_stream.consumer_usage = GRALLOC_USAGE_HW_CAMERA_WRITE; in ConfigurePipeline()
/hardware/qcom/display/msm8226/libgralloc/
Dgpu.cpp104 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/msm8960/libgralloc/
Dgpu.cpp107 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in gralloc_alloc_buffer()
127 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) { in gralloc_alloc_buffer()
264 else if(usage & GRALLOC_USAGE_HW_CAMERA_WRITE) in alloc_impl()
/hardware/qcom/display/msm8084/libgralloc/
Dgpu.cpp105 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/google/gfxstream/host/vulkan/
DGrallocDefs.h91 GRALLOC_USAGE_HW_CAMERA_WRITE = 0x00020000U, enumerator
/hardware/qcom/display/msm8909/libgralloc/
Dgpu.cpp118 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/
Dgpu.cpp114 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/qcom/display/msm8909w_3100/libgralloc/
Dgpu.cpp118 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/msm8909/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp68 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/
Dhwc_buffer_allocator.cpp68 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/
Dmali_gralloc_formats.cpp232 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) in get_producers()
1413 else if ((usage & GRALLOC_USAGE_HW_CAMERA_READ) && (usage & GRALLOC_USAGE_HW_CAMERA_WRITE)) in get_base_format()
1433 else if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) in get_base_format()
/hardware/interfaces/automotive/evs/1.0/default/
DEvsCamera.cpp63 mUsage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_CAMERA_WRITE | in EvsCamera()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsMockCamera.cpp373 c->mUsage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_CAMERA_WRITE | in Create()
DEvsVideoEmulatedCamera.cpp124 mUsage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_CAMERA_WRITE | in initializeMediaCodec()
/hardware/libhardware/modules/usbcamera/
DCamera.cpp334 GRALLOC_USAGE_HW_CAMERA_WRITE; in setupStreamsLocked()
/hardware/libhardware/modules/camera/3_0/
DCamera.cpp289 GRALLOC_USAGE_HW_CAMERA_WRITE; in setupStreams()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp297 GRALLOC_USAGE_HW_CAMERA_WRITE | in ConfigurePipeline()
/hardware/interfaces/automotive/evs/1.1/default/
DEvsCamera.cpp745 evsCamera->mUsage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_CAMERA_WRITE | in Create()

12