Searched refs:ion_type (Results 1 – 10 of 10) sorted by relevance
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCameraHWI.h | 490 int ion_type); 494 int ion_type);
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 112 int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, unsigned int ion_type) in mm_app_allocate_ion_memory() argument 133 alloc.heap_id_mask = ion_type; in mm_app_allocate_ion_memory() 290 unsigned int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; in mm_app_alloc_bufs() local 293 ion_type |= 0x1 << CAMERA_ION_HEAP_ID; in mm_app_alloc_bufs() 306 mm_app_allocate_ion_memory(&app_bufs[i], ion_type); in mm_app_alloc_bufs()
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 112 int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, unsigned int ion_type) in mm_app_allocate_ion_memory() argument 133 alloc.heap_id_mask = ion_type; in mm_app_allocate_ion_memory() 290 unsigned int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; in mm_app_alloc_bufs() local 293 ion_type |= 0x1 << CAMERA_ION_HEAP_ID; in mm_app_alloc_bufs() 306 mm_app_allocate_ion_memory(&app_bufs[i], ion_type); in mm_app_alloc_bufs()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 112 int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, int ion_type) in mm_app_allocate_ion_memory() argument 133 alloc.heap_mask = ion_type; in mm_app_allocate_ion_memory() 286 int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; in mm_app_alloc_bufs() local 289 ion_type |= 0x1 << CAMERA_ION_HEAP_ID; in mm_app_alloc_bufs() 302 mm_app_allocate_ion_memory(&app_bufs[i], ion_type); in mm_app_alloc_bufs()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 456 extern int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, int ion_type);
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 456 extern int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, unsigned int ion_type);
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 456 extern int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, unsigned int ion_type);
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 122 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_mask = ion_type; in allocate_ion_memory()
|
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
D | QCameraHWI.h | 550 int allocate_ion_memory(QCameraHalMemInfo_t * mem_info, int ion_type);
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 2851 int QCameraHardwareInterface::allocate_ion_memory(QCameraHalMemInfo_t *mem_info, int ion_type) in allocate_ion_memory() argument 2871 alloc.heap_mask = ion_type; in allocate_ion_memory()
|