Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DCameraHal.cpp1241 if( NULL != mVideoBufs ){ in allocVideoBufs()
1242 ret = freeVideoBufs(mVideoBufs); in allocVideoBufs()
1243 mVideoBufs = NULL; in allocVideoBufs()
1270 mVideoBufs = (int32_t *)bufsArr; in allocVideoBufs()
1861 …itSharedVideoBuffers(mPreviewBufs, mPreviewOffsets, mPreviewFd, mPreviewLength, count, mVideoBufs); in startRecording()
2086 freeVideoBufs(mVideoBufs); in stopRecording()
2087 if (mVideoBufs){ in stopRecording()
2088 CAMHAL_LOGVB(" FREEING mVideoBufs 0x%x", mVideoBufs); in stopRecording()
2089 delete [] mVideoBufs; in stopRecording()
2091 mVideoBufs = NULL; in stopRecording()
[all …]
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h1231 int32_t *mVideoBufs; variable