Searched refs:mPlaneBufDefs (Results 1 – 2 of 2) sorted by relevance
295 mPlaneBufDefs(NULL), in QCameraStream()1476 mPlaneBufDefs = (mm_camera_buf_def_t *) in allocateBatchBufs()1478 if (mPlaneBufDefs == NULL) { in allocateBatchBufs()1495 memset(mPlaneBufDefs, 0, in allocateBatchBufs()1500 mBufDefs[i], i, mFrameLenOffset, mPlaneBufDefs, in allocateBatchBufs()1580 if (NULL != mPlaneBufDefs) { in releaseBatchBufs()1590 mPlaneBufDefs = NULL; in releaseBatchBufs()
144 mm_camera_buf_def_t *mPlaneBufDefs; variable