Home
last modified time | relevance | path

Searched refs:ion_type (Results 1 – 3 of 3) sorted by relevance

/device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h459 extern int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, unsigned int ion_type);
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c121 __unused unsigned int ion_type) in mm_app_allocate_ion_memory() argument
299 unsigned int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; in mm_app_alloc_bufs() local
302 ion_type |= 0x1 << CAMERA_ION_HEAP_ID; in mm_app_alloc_bufs()
315 mm_app_allocate_ion_memory(&app_bufs[i], ion_type); in mm_app_alloc_bufs()
/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp122 static int allocate_ion_memory(QCameraHalMemInfo_t *mem_info, int ion_type);
2668 static int allocate_ion_memory(QCameraHalMemInfo_t *mem_info, int ion_type) in allocate_ion_memory() argument
2688 alloc.heap_id_mask = ion_type; in allocate_ion_memory()