Home
last modified time | relevance | path

Searched refs:mMiscBuf (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraStream.h88 QCameraHeapMemory *getMiscBuf() {return mMiscBuf;}; in getMiscBuf()
139 QCameraHeapMemory *mMiscBuf; variable
DQCameraStream.cpp290 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()