Searched refs:QCameraHeapMemory (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraAllocator.h40 class QCameraHeapMemory;
47 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
H A DQCameraMem.h90 class QCameraHeapMemory : public QCameraMemory { class in namespace:qcamera
92 QCameraHeapMemory(bool cached);
93 virtual ~QCameraHeapMemory();
H A DQCameraStream.h58 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
102 QCameraHeapMemory *mStreamInfoBuf;
H A DQCameraMem.cpp379 * FUNCTION : QCameraHeapMemory
381 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
388 QCameraHeapMemory::QCameraHeapMemory(bool cached) function in class:qcamera::QCameraHeapMemory
396 * FUNCTION : ~QCameraHeapMemory
398 * DESCRIPTION: deconstructor of QCameraHeapMemory
404 QCameraHeapMemory::~QCameraHeapMemory()
418 void *QCameraHeapMemory::getPtr(int index) const
440 int QCameraHeapMemory
[all...]
H A DQCameraChannel.h54 QCameraHeapMemory *streamInfoBuf,
H A DQCameraChannel.cpp157 QCameraHeapMemory *streamInfoBuf,
624 QCameraHeapMemory *pStreamInfoBuf = NULL;
H A DQCamera2HWI.cpp1126 QCameraHeapMemory *capabilityHeap = NULL;
1136 capabilityHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
1436 QCameraHeapMemory *QCamera2HardwareInterface::allocateStreamInfoBuf(
1441 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
2163 QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
2699 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType);
3273 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC);
H A DQCamera2HWI.h217 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type);
H A DQCameraParameters.h570 QCameraHeapMemory *m_pParamHeap;
H A DQCameraStream.cpp230 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf,
H A DQCameraParameters.cpp3294 m_pParamHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);

Completed in 5381 milliseconds