Searched refs:mVideoWidth (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp369 mVideoWidth = w;
418 mVideoWidth = w;
420 CAMHAL_LOGVB("%s Video Width=%d Height=%d\n", __FUNCTION__, mVideoWidth, mVideoHeight);
426 if ((w != mVideoWidth) && (h != mVideoHeight))
438 params.getPreviewSize(&mVideoWidth, &mVideoHeight);
455 params.getPreviewSize(&mVideoWidth, &mVideoHeight);
1884 CAMHAL_LOGDB("%s Video Width=%d Height=%d", __FUNCTION__, mVideoWidth, mVideoHeight);
1886 if ((w != mVideoWidth) && (h != mVideoHeight))
1888 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count);
1897 mAppCallbackNotifier->setVideoRes(mVideoWidth, mVideoHeigh
[all...]
H A DAppCallbackNotifier.cpp1058 bounds.right = mVideoWidth;
1072 structConvImage output = {mVideoWidth,
1540 mVideoWidth = width;
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h675 int mVideoWidth; member in class:android::AppCallbackNotifier
1264 int mVideoWidth; member in class:android::CameraHal

Completed in 63 milliseconds