Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapture.cpp1410 OMX_TI_CONFIG_ENQUEUESHOTCONFIGS resetShotConfigs; in stopImageCapture() local
1411 OMX_INIT_STRUCT_PTR(&resetShotConfigs, OMX_TI_CONFIG_ENQUEUESHOTCONFIGS); in stopImageCapture()
1413 resetShotConfigs.nPortIndex = mCameraAdapterParameters.mImagePortIndex; in stopImageCapture()
1414 resetShotConfigs.bFlushQueue = OMX_TRUE; in stopImageCapture()
1415 resetShotConfigs.nNumConfigs = 0; in stopImageCapture()
1418 &resetShotConfigs); in stopImageCapture()