Searched refs:mStreamBatchBufs (Results 1 – 4 of 4) sorted by relevance
255 mStreamBatchBufs(NULL), in QCamera3Stream()1175 mStreamBatchBufs = new QCamera3HeapMemory(1); in getBatchBufs()1176 if (!mStreamBatchBufs) { in getBatchBufs()1185 rc = mStreamBatchBufs->allocate( in getBatchBufs()1195 for (uint32_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs()1199 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs()1268 for (size_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in getBatchBufs()1273 mStreamBatchBufs->deallocate(); in getBatchBufs()1275 delete mStreamBatchBufs; in getBatchBufs()1276 mStreamBatchBufs = NULL; in getBatchBufs()[all …]
125 QCamera3HeapMemory *mStreamBatchBufs; //Pointer to batch buffers memory variable
330 mStreamBatchBufs(NULL), in QCameraStream()1185 && (mStreamBatchBufs != NULL)) { in bufDone()1186 index = mStreamBatchBufs->getMatchBufIndex(opaque, isMetaData); in bufDone()1700 mStreamBatchBufs = mAllocator.allocateStreamUserBuf (mStreamInfo); in allocateBatchBufs()1701 if (!mStreamBatchBufs) { in allocateBatchBufs()1706 uint8_t numBufsToMap = mStreamBatchBufs->getMappable(); in allocateBatchBufs()1712 0 /*cookie*/, mStreamBatchBufs->getFd(i), mNumBufs); in allocateBatchBufs()1730 mStreamBatchBufs->deallocate(); in allocateBatchBufs()1731 delete mStreamBatchBufs; in allocateBatchBufs()1732 mStreamBatchBufs = NULL; in allocateBatchBufs()[all …]
173 QCameraMemory *mStreamBatchBufs; variable