HomeSort by relevance Sort by last modified time
    Searched refs:ion_type (Results 1 - 10 of 10) sorted by null

  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 111 int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, int ion_type)
132 alloc.heap_id_mask = ion_type;
280 int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; local
283 ion_type |= 0x1 << CAMERA_ION_HEAP_ID;
288 mm_app_allocate_ion_memory(&app_bufs[i], ion_type);
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 111 int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, int ion_type)
132 alloc.heap_id_mask = ion_type;
280 int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; local
283 ion_type |= 0x1 << CAMERA_ION_HEAP_ID;
288 mm_app_allocate_ion_memory(&app_bufs[i], ion_type);
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 490 int ion_type);
494 int ion_type);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 456 extern int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, int ion_type);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
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/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 112 int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, int ion_type)
133 alloc.heap_mask = ion_type;
286 int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; local
289 ion_type |= 0x1 << CAMERA_ION_HEAP_ID;
302 mm_app_allocate_ion_memory(&app_bufs[i], ion_type);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 112 int mm_app_allocate_ion_memory(mm_camera_app_buf_t *buf, unsigned int ion_type)
133 alloc.heap_id_mask = ion_type;
290 unsigned int ion_type = 0x1 << CAMERA_ION_FALLBACK_HEAP_ID; local
293 ion_type |= 0x1 << CAMERA_ION_HEAP_ID;
306 mm_app_allocate_ion_memory(&app_bufs[i], ion_type);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 122 static int allocate_ion_memory(QCameraHalMemInfo_t *mem_info, int ion_type);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 550 int allocate_ion_memory(QCameraHalMemInfo_t * mem_info, int ion_type);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp     [all...]

Completed in 468 milliseconds