Searched refs:mMiscBuf (Results 1 – 4 of 4) sorted by relevance
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraStream.h | 88 QCameraHeapMemory *getMiscBuf() {return mMiscBuf;}; in getMiscBuf() 139 QCameraHeapMemory *mMiscBuf; variable
|
D | QCameraStream.cpp | 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()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraStream.h | 88 QCameraHeapMemory *getMiscBuf() {return mMiscBuf;}; in getMiscBuf() 139 QCameraHeapMemory *mMiscBuf; variable
|
D | QCameraStream.cpp | 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()
|