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

/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp1275 if( NULL != mVideoBufs ){
1276 ret = freeVideoBufs(mVideoBufs);
1277 mVideoBufs = NULL;
1304 mVideoBufs = (int32_t *)bufsArr;
1898 ret = mAppCallbackNotifier->initSharedVideoBuffers(mPreviewBufs, mPreviewOffsets, mPreviewFd, mPreviewLength, count, mVideoBufs);
2125 freeVideoBufs(mVideoBufs);
2126 if (mVideoBufs){
2127 CAMHAL_LOGVB(" FREEING mVideoBufs 0x%x", mVideoBufs);
2128 delete [] mVideoBufs;
[all...]
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h1241 int32_t *mVideoBufs; member in class:android::CameraHal

Completed in 9174 milliseconds