Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapture.cpp663 …for ( i = 0 ; (i < ARRAY_SIZE(enqueueShotConfigs.nShotConfig)) && (confID < evCount); i++, confID+… in setVectorShot()
665 enqueueShotConfigs.nShotConfig[i].nConfigId = confID; in setVectorShot()
666 enqueueShotConfigs.nShotConfig[i].nFrames = 1; in setVectorShot()
670 enqueueShotConfigs.nShotConfig[i].nEC = evValues[confID]; in setVectorShot()
671 enqueueShotConfigs.nShotConfig[i].nExp = 0; in setVectorShot()
672 enqueueShotConfigs.nShotConfig[i].nGain = 0; in setVectorShot()
675 enqueueShotConfigs.nShotConfig[i].nEC = 0; in setVectorShot()
676 enqueueShotConfigs.nShotConfig[i].nExp = evValues[confID]; in setVectorShot()
677 enqueueShotConfigs.nShotConfig[i].nGain = evValues2[confID]; in setVectorShot()
679 … enqueueShotConfigs.nShotConfig[i].eExpGainApplyMethod = OMX_TI_EXPGAINAPPLYMETHOD_ABSOLUTE; in setVectorShot()
[all …]
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_TI_IVCommon.h3563 OMX_TI_CONFIG_SHOTCONFIG nShotConfig[5]; member