Searched refs:QCamera3HeapMemory (Results 1 – 8 of 8) sorted by relevance
270 QCamera3HeapMemory::QCamera3HeapMemory(uint32_t maxCnt) in QCamera3HeapMemory() function in qcamera::QCamera3HeapMemory287 QCamera3HeapMemory::~QCamera3HeapMemory() in ~QCamera3HeapMemory()305 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, in allocOneBuffer()366 void QCamera3HeapMemory::deallocOneBuffer(QCamera3MemInfo &memInfo) in deallocOneBuffer()394 void *QCamera3HeapMemory::getPtrLocked(uint32_t index) in getPtrLocked()419 int32_t QCamera3HeapMemory::markFrameNumber(uint32_t index, uint32_t frameNumber) in markFrameNumber()454 int32_t QCamera3HeapMemory::getFrameNumber(uint32_t index) in getFrameNumber()485 int32_t QCamera3HeapMemory::getOldestFrameNumber(uint32_t &bufIndex) in getOldestFrameNumber()523 int32_t QCamera3HeapMemory::getBufferIndex(uint32_t frameNumber) in getBufferIndex()546 void *QCamera3HeapMemory::getPtr(uint32_t index) in getPtr()[all …]
104 class QCamera3HeapMemory : public QCamera3Memory {106 QCamera3HeapMemory(uint32_t maxCnt);107 virtual ~QCamera3HeapMemory();
123 QCamera3HeapMemory *mStreamInfoBuf;133 QCamera3HeapMemory *mStreamBatchBufs; //Pointer to batch buffers memory
93 QCamera3HeapMemory mHeapMem;
101 class QCamera3HeapMemory; variable575 QCamera3HeapMemory *mParamHeap;823 QCamera3HeapMemory *m_pDualCamCmdHeap;
398 mStreamInfoBuf = new QCamera3HeapMemory(1); in init()1385 mStreamBatchBufs = new QCamera3HeapMemory(1); in getBatchBufs()
170 QCamera3HeapMemory *mStreamInfoBuf;
1079 m_pDualCamCmdHeap = new QCamera3HeapMemory(1); in openCamera()9326 QCamera3HeapMemory *capabilityHeap = NULL; in getCapabilities()9334 capabilityHeap = new QCamera3HeapMemory(1); in getCapabilities()9499 mParamHeap = new QCamera3HeapMemory(1); in initParameters()