Searched refs:mMiscBuf (Results 1 – 2 of 2) sorted by relevance
96 QCameraHeapMemory *getMiscBuf() {return mMiscBuf;}; in getMiscBuf()181 QCameraHeapMemory *mMiscBuf; variable
366 mMiscBuf(NULL), in QCameraStream()454 if (mMiscBuf) { in ~QCameraStream()455 unMapBuf(mMiscBuf, CAM_MAPPING_BUF_TYPE_MISC_BUF, NULL); in ~QCameraStream()515 if (mMiscBuf != NULL) { in releaseMiscBuf()516 mMiscBuf->deallocate(); in releaseMiscBuf()517 delete mMiscBuf; in releaseMiscBuf()518 mMiscBuf = NULL; in releaseMiscBuf()799 mMiscBuf = miscBuf; in init()801 rc = mapBufs(mMiscBuf, CAM_MAPPING_BUF_TYPE_MISC_BUF, NULL); in init()