Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapture.cpp541 OMX_TI_CONFIG_VECTSHOTSTOPMETHODTYPE vecShotStop; in setVectorStop() local
546 OMX_INIT_STRUCT_PTR(&vecShotStop, OMX_TI_CONFIG_VECTSHOTSTOPMETHODTYPE); in setVectorStop()
548 vecShotStop.nPortIndex = mCameraAdapterParameters.mImagePortIndex; in setVectorStop()
550 vecShotStop.eStopMethod = OMX_TI_VECTSHOTSTOPMETHOD_GOTO_PREVIEW; in setVectorStop()
552 vecShotStop.eStopMethod = OMX_TI_VECTSHOTSTOPMETHOD_WAIT_IN_CAPTURE; in setVectorStop()
557 &vecShotStop); in setVectorStop()