Searched refs:mStreamBatchBufs (Results 1 – 4 of 4) sorted by relevance
299 mStreamBatchBufs(NULL), in QCamera3Stream()1385 mStreamBatchBufs = new QCamera3HeapMemory(1); in getBatchBufs()1386 if (!mStreamBatchBufs) { in getBatchBufs()1395 rc = mStreamBatchBufs->allocate( in getBatchBufs()1405 for (uint32_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs()1410 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs()1486 for (size_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs()1491 mStreamBatchBufs->deallocate(); in getBatchBufs()1493 delete mStreamBatchBufs; in getBatchBufs()1494 mStreamBatchBufs = NULL; in getBatchBufs()[all …]
133 QCamera3HeapMemory *mStreamBatchBufs; //Pointer to batch buffers memory variable
368 mStreamBatchBufs(NULL), in QCameraStream()1284 && (mStreamBatchBufs != NULL)) { in bufDone()1285 mVideoMem = (QCameraVideoMemory *)mStreamBatchBufs; in bufDone()1821 mStreamBatchBufs = mAllocator.allocateStreamUserBuf (mStreamInfo); in allocateBatchBufs()1822 if (!mStreamBatchBufs) { in allocateBatchBufs()1827 uint8_t numBufsToMap = mStreamBatchBufs->getMappable(); in allocateBatchBufs()1833 0 /*cookie*/, mStreamBatchBufs->getFd(i), in allocateBatchBufs()1834 mNumBufs, mStreamBatchBufs->getPtr(i)); in allocateBatchBufs()1852 mStreamBatchBufs->deallocate(); in allocateBatchBufs()1853 delete mStreamBatchBufs; in allocateBatchBufs()[all …]
183 QCameraMemory *mStreamBatchBufs; variable