Searched refs:QCamera3HeapMemory (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.cpp220 * FUNCTION : QCamera3HeapMemory
222 * DESCRIPTION: constructor of QCamera3HeapMemory for ion memory used internally in HAL
228 QCamera3HeapMemory::QCamera3HeapMemory() function in class:qcamera::QCamera3HeapMemory
236 * FUNCTION : ~QCamera3HeapMemory
238 * DESCRIPTION: deconstructor of QCamera3HeapMemory
244 QCamera3HeapMemory::~QCamera3HeapMemory()
262 int QCamera3HeapMemory::alloc(int count, int size, int heap_id)
295 void QCamera3HeapMemory
[all...]
H A DQCamera3Mem.h83 class QCamera3HeapMemory : public QCamera3Memory { class in namespace:qcamera
85 QCamera3HeapMemory();
86 virtual ~QCamera3HeapMemory();
H A DQCamera3Channel.h115 QCamera3HeapMemory *mStreamInfoBuf;
190 QCamera3HeapMemory *mMemory;
249 QCamera3HeapMemory *mYuvMemory;
290 QCamera3HeapMemory *mMemory;
H A DQCamera3Stream.h101 QCamera3HeapMemory *mStreamInfoBuf;
H A DQCamera3HWI.h68 class QCamera3HeapMemory;
200 QCamera3HeapMemory *mParamHeap;
H A DQCamera3Channel.cpp815 mMemory = new QCamera3HeapMemory();
1214 mYuvMemory = new QCamera3HeapMemory();
1947 mMemory = new QCamera3HeapMemory();
H A DQCamera3Stream.cpp250 mStreamInfoBuf = new QCamera3HeapMemory();
H A DQCamera3HWI.cpp2359 QCamera3HeapMemory *capabilityHeap = NULL;
2368 capabilityHeap = new QCamera3HeapMemory();
2436 mParamHeap = new QCamera3HeapMemory();

Completed in 384 milliseconds