Home
last modified time | relevance | path

Searched refs:mVideoHeight (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/camera/
DCameraHal.cpp370 mVideoHeight = h; in setParameters()
419 mVideoHeight = h; 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()
[all …]
DAppCallbackNotifier.cpp1059 bounds.bottom = mVideoHeight; in notifyFrame()
1073 mVideoHeight, in notifyFrame()
1541 mVideoHeight = height; in setVideoRes()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h676 int mVideoHeight; variable
1265 int mVideoHeight; variable