Lines Matching refs:mVideoWidth
369 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, mVideoHeight);
2677 resetPreviewRes(&mParams, mVideoWidth, mVideoHeight);
2884 mVideoWidth = 0;
3560 mParams->setPreviewSize(mVideoWidth, mVideoHeight);