Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:nShotConfig

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.nShotConfig[i].nExp = evValues[confID];
677 enqueueShotConfigs.nShotConfig[i].nGain = evValues2[confID];
679 enqueueShotConfigs.nShotConfig[i].eExpGainApplyMethod = OMX_TI_EXPGAINAPPLYMETHOD_ABSOLUTE;
683 enqueueShotConfigs.nShotConfig[i].eExpGainApplyMethod = OMX_TI_EXPGAINAPPLYMETHOD_ABSOLUTE;
687 enqueueShotConfigs.nShotConfig[i].eExpGainApplyMethod = OMX_TI_EXPGAINAPPLYMETHOD_RELATIVE;
691 enqueueShotConfigs.nShotConfig[i].eExpGainApplyMethod = OMX_TI_EXPGAINAPPLYMETHOD_FORCE_ABSOLUTE;
696 enqueueShotConfigs.nShotConfig[i].eExpGainApplyMethod = OMX_TI_EXPGAINAPPLYMETHOD_FORCE_RELATIVE;
699 enqueueShotConfigs.nShotConfig[i].bNoSnapshot = OMX_FALSE; // TODO: Make this configurable
704 enqueueShotConfigs.nShotConfig[i-1].nFrames = frameCount - evCount;
726 enqueueShotConfigs.nShotConfig[0].nConfigId = 0;
727 enqueueShotConfigs.nShotConfig[0].nFrames = frameCount;
728 enqueueShotConfigs.nShotConfig[0].nEC = 0;
729 enqueueShotConfigs.nShotConfig[0].nExp = 0;
730 enqueueShotConfigs.nShotConfig[0].nGain = 0;
731 enqueueShotConfigs.nShotConfig[0].eExpGainApplyMethod = OMX_TI_EXPGAINAPPLYMETHOD_RELATIVE;
732 enqueueShotConfigs.nShotConfig[0].bNoSnapshot = OMX_FALSE; // TODO: Make this configurable