Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.cpp2314 capabilityHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in initCapabilities()
2708 bool bCachedMem = QCAMERA_ION_USE_CACHE; in allocateStreamBuf()
2796 mem = new QCameraMetadataStreamMemory(QCAMERA_ION_USE_CACHE); in allocateStreamBuf()
2821 bCachedMem = QCAMERA_ION_USE_CACHE; in allocateStreamBuf()
2965 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf()
3001 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf()
5733 QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in registerFaceImage()
9590 QCAMERA_ION_USE_CACHE); in deferredWorkRoutine()
DQCamera2HWI.h105 #define QCAMERA_ION_USE_CACHE true macro
DQCameraParameters.cpp6093 m_pParamHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocate()
6164 m_pRelCamSyncHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in init()