Searched refs:mMiscBuf (Results 1 – 2 of 2) sorted by relevance
96 QCameraHeapMemory *getMiscBuf() {return mMiscBuf;}; in getMiscBuf()172 QCameraHeapMemory *mMiscBuf; variable
366 mMiscBuf(NULL), in QCameraStream()447 if (mMiscBuf) { in ~QCameraStream()448 unMapBuf(mMiscBuf, CAM_MAPPING_BUF_TYPE_MISC_BUF, NULL); in ~QCameraStream()507 if (mMiscBuf != NULL) { in releaseMiscBuf()508 mMiscBuf->deallocate(); in releaseMiscBuf()509 delete mMiscBuf; in releaseMiscBuf()510 mMiscBuf = NULL; in releaseMiscBuf()765 mMiscBuf = miscBuf; in init()767 rc = mapBufs(mMiscBuf, CAM_MAPPING_BUF_TYPE_MISC_BUF, NULL); in init()