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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCapture.cpp635 OMX_TI_CONFIG_ENQUEUESHOTCONFIGS enqueueShotConfigs; local
641 OMX_INIT_STRUCT_PTR(&enqueueShotConfigs, OMX_TI_CONFIG_ENQUEUESHOTCONFIGS);
663 for ( i = 0 ; (i < ARRAY_SIZE(enqueueShotConfigs.nShotConfig)) && (confID < evCount); i++, confID++ ) {
665 enqueueShotConfigs.nShotConfig[i].nConfigId = confID;
666 enqueueShotConfigs.nShotConfig[i].nFrames = 1;
670 enqueueShotConfigs.nShotConfig[i].nEC = evValues[confID];
671 enqueueShotConfigs.nShotConfig[i].nExp = 0;
672 enqueueShotConfigs.nShotConfig[i].nGain = 0;
675 enqueueShotConfigs.nShotConfig[i].nEC = 0;
676 enqueueShotConfigs
[all...]

Completed in 62 milliseconds