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

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

Completed in 49 milliseconds