Searched refs:mVideoBufs (Results 1 – 2 of 2) sorted by relevance
1241 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 …]
1231 int32_t *mVideoBufs; variable