Searched refs:mStreamBatchBufs (Results 1 – 4 of 4) sorted by relevance
299 mStreamBatchBufs(NULL), in QCamera3Stream()1386 if (!mStreamBatchBufs) { in getBatchBufs()1395 rc = mStreamBatchBufs->allocate( in getBatchBufs()1491 mStreamBatchBufs->deallocate(); in getBatchBufs()1493 delete mStreamBatchBufs; in getBatchBufs()1494 mStreamBatchBufs = NULL; in getBatchBufs()1515 if (mStreamBatchBufs) { in putBatchBufs()1523 mStreamBatchBufs->deallocate(); in putBatchBufs()1524 delete mStreamBatchBufs; in putBatchBufs()1525 mStreamBatchBufs = NULL; in putBatchBufs()[all …]
133 QCamera3HeapMemory *mStreamBatchBufs; //Pointer to batch buffers memory variable
368 mStreamBatchBufs(NULL), in QCameraStream()1822 if (!mStreamBatchBufs) { in allocateBatchBufs()1852 mStreamBatchBufs->deallocate(); in allocateBatchBufs()1853 delete mStreamBatchBufs; in allocateBatchBufs()1854 mStreamBatchBufs = NULL; in allocateBatchBufs()1993 mStreamBatchBufs->deallocate(); in allocateBatchBufs()1994 delete mStreamBatchBufs; in allocateBatchBufs()1995 mStreamBatchBufs = NULL; in allocateBatchBufs()2088 if (mStreamBatchBufs != NULL) { in releaseBatchBufs()2093 delete mStreamBatchBufs; in releaseBatchBufs()[all …]
183 QCameraMemory *mStreamBatchBufs; variable