Searched refs:mMiscBuf (Results 1 – 2 of 2) sorted by relevance
88 QCameraHeapMemory *getMiscBuf() {return mMiscBuf;}; in getMiscBuf()139 QCameraHeapMemory *mMiscBuf; variable
290 mMiscBuf(NULL), in QCameraStream()346 if (mMiscBuf) { in ~QCameraStream()347 unMapBuf(mMiscBuf, CAM_MAPPING_BUF_TYPE_MISC_BUF, NULL); in ~QCameraStream()404 if (mMiscBuf != NULL) { in releaseMiscBuf()405 mMiscBuf->deallocate(); in releaseMiscBuf()406 delete mMiscBuf; in releaseMiscBuf()407 mMiscBuf = NULL; in releaseMiscBuf()620 mMiscBuf = miscBuf; in init()622 rc = mapBuf(mMiscBuf, CAM_MAPPING_BUF_TYPE_MISC_BUF, NULL); in init()