Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h475 extern int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, unsigned int ion_type);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c122 __unused unsigned int ion_type) in mm_app_allocate_ion_memory() argument
300 unsigned int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; in mm_app_alloc_bufs() local
303 ion_type |= 0x1 << CAMERA_ION_HEAP_ID; in mm_app_alloc_bufs()
316 mm_app_allocate_ion_memory(&app_bufs[i], ion_type); in mm_app_alloc_bufs()
/hardware/qcom/camera/msm8998/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()