Searched refs:mVideoBufs (Results 1 – 2 of 2) sorted by relevance
1275 if( NULL != mVideoBufs ){ in allocVideoBufs()1276 ret = freeVideoBufs(mVideoBufs); in allocVideoBufs()1277 mVideoBufs = NULL; in allocVideoBufs()1304 mVideoBufs = (int32_t *)bufsArr; in allocVideoBufs()1898 …itSharedVideoBuffers(mPreviewBufs, mPreviewOffsets, mPreviewFd, mPreviewLength, count, mVideoBufs); in startRecording()2125 freeVideoBufs(mVideoBufs); in stopRecording()2126 if (mVideoBufs){ in stopRecording()2127 CAMHAL_LOGVB(" FREEING mVideoBufs 0x%x", mVideoBufs); in stopRecording()2128 delete [] mVideoBufs; in stopRecording()2130 mVideoBufs = NULL; in stopRecording()[all …]
1241 int32_t *mVideoBufs; variable