Lines Matching refs:mStreamBatchBufs
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()
1854 mStreamBatchBufs = NULL; in allocateBatchBufs()
1979 mStreamBatchBufs->getUserBufDef(mStreamInfo->user_buf_info, in allocateBatchBufs()
1993 mStreamBatchBufs->deallocate(); in allocateBatchBufs()
1994 delete mStreamBatchBufs; in allocateBatchBufs()
1995 mStreamBatchBufs = NULL; in allocateBatchBufs()
2088 if (mStreamBatchBufs != NULL) { in releaseBatchBufs()
2089 for (uint8_t i = 0; i < mStreamBatchBufs->getCnt(); i++) { in releaseBatchBufs()
2092 mStreamBatchBufs->deallocate(); in releaseBatchBufs()
2093 delete mStreamBatchBufs; in releaseBatchBufs()
2094 mStreamBatchBufs = NULL; in releaseBatchBufs()