Lines Matching refs:mVideoWidth
369 mVideoWidth = w; in setParameters()
418 mVideoWidth = w; in setParameters()
420 … CAMHAL_LOGVB("%s Video Width=%d Height=%d\n", __FUNCTION__, mVideoWidth, mVideoHeight); in setParameters()
426 if ((w != mVideoWidth) && (h != mVideoHeight)) in setParameters()
438 params.getPreviewSize(&mVideoWidth, &mVideoHeight); in setParameters()
455 params.getPreviewSize(&mVideoWidth, &mVideoHeight); in setParameters()
1884 CAMHAL_LOGDB("%s Video Width=%d Height=%d", __FUNCTION__, mVideoWidth, mVideoHeight); in startRecording()
1886 if ((w != mVideoWidth) && (h != mVideoHeight)) in startRecording()
1888 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count); in startRecording()
1897 mAppCallbackNotifier->setVideoRes(mVideoWidth, mVideoHeight); in startRecording()
2677 resetPreviewRes(&mParams, mVideoWidth, mVideoHeight); in getParameters()
2884 mVideoWidth = 0; in CameraHal()
3560 mParams->setPreviewSize(mVideoWidth, mVideoHeight); in resetPreviewRes()