Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DCameraHal.cpp369 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()
[all …]
DAppCallbackNotifier.cpp1058 bounds.right = mVideoWidth; in notifyFrame()
1072 structConvImage output = {mVideoWidth, in notifyFrame()
1540 mVideoWidth = width; in setVideoRes()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h675 int mVideoWidth; variable
1264 int mVideoWidth; variable