Searched refs:mPlaneBufDefs (Results 1 – 2 of 2) sorted by relevance
371 mPlaneBufDefs(NULL), in QCameraStream()1876 mPlaneBufDefs = (mm_camera_buf_def_t *) in allocateBatchBufs()1878 if (mPlaneBufDefs == NULL) { in allocateBatchBufs()1895 memset(mPlaneBufDefs, 0, in allocateBatchBufs()1900 mBufDefs[i], i, mFrameLenOffset, mPlaneBufDefs, in allocateBatchBufs()1978 if (NULL != mPlaneBufDefs) { in releaseBatchBufs()1988 mPlaneBufDefs = NULL; in releaseBatchBufs()
177 mm_camera_buf_def_t *mPlaneBufDefs; variable