Searched refs:mPlaneBufDefs (Results 1 – 2 of 2) sorted by relevance
371 mPlaneBufDefs(NULL), in QCameraStream()1956 mPlaneBufDefs = (mm_camera_buf_def_t *) in allocateBatchBufs()1958 if (mPlaneBufDefs == NULL) { in allocateBatchBufs()1975 memset(mPlaneBufDefs, 0, in allocateBatchBufs()1980 mBufDefs[i], i, mFrameLenOffset, mPlaneBufDefs, in allocateBatchBufs()2066 if (NULL != mPlaneBufDefs) { in releaseBatchBufs()2076 mPlaneBufDefs = NULL; in releaseBatchBufs()
186 mm_camera_buf_def_t *mPlaneBufDefs; variable