Home
last modified time | relevance | path

Searched refs:deallocate_ion_memory (Results 1 – 5 of 5) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h491 int deallocate_ion_memory(QCameraHalHeap_t *p_camera_memory, int cnt);
495 int deallocate_ion_memory(QCameraStatHeap_t *p_camera_memory, int cnt);
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Record.cpp103 mHalCamCtrl->deallocate_ion_memory(&mHalCamCtrl->mRecordingMemory.mem_info[cnt]); in putBuf()
DQCameraHWI.cpp2902 int QCameraHardwareInterface::deallocate_ion_memory(QCameraHalMemInfo_t *mem_info) in deallocate_ion_memory() function in android::QCameraHardwareInterface
3032 deallocate_ion_memory(&heap->mem_info[i]); in releaseHeapMem()
3235 deallocate_ion_memory(&mHistServer.mem_info[i]); in deInitHistogramBuffers()
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQualcommUsbCamera.cpp123 static int deallocate_ion_memory(QCameraHalMemInfo_t *mem_info);
2607 rc = deallocate_ion_memory(mem_info); in takePictureThread()
2732 static int deallocate_ion_memory(QCameraHalMemInfo_t *mem_info) in deallocate_ion_memory() function
2911 rc = deallocate_ion_memory(&jpegInMemInfo); in encodeJpeg()
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h551 int deallocate_ion_memory(QCameraHalMemInfo_t *mem_info);