Home | History | Annotate | Download | only in HAL3

Lines Matching refs:mBufDefs

176         mBufDefs(NULL),
497 if (index >= mNumBufs || mBufDefs == NULL) {
504 memcpy(rc, &mBufDefs[index], sizeof(mm_camera_buf_def_t));
527 if (index >= mNumBufs || mBufDefs == NULL)
530 rc = mCamOps->qbuf(mCamHandle, mChannelHandle, &mBufDefs[index]);
598 mBufDefs = (mm_camera_buf_def_t *)malloc(mNumBufs * sizeof(mm_camera_buf_def_t));
599 if (mBufDefs == NULL) {
609 mStreamBufs->getBufDef(mFrameLenOffset, mBufDefs[i], i);
618 free(mBufDefs);
619 mBufDefs = NULL;
627 *bufs = mBufDefs;
652 mBufDefs = NULL; // mBufDefs just keep a ptr to the buffer