Home
last modified time | relevance | path

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

/dports/devel/indi/indi-1.9.1/drivers/video/
H A Dv4l2driver.cpp664 unsigned int ctrl_id, optindex, ctrlindex; in ISNewSwitch() local
675 ctrlindex = *(unsigned int *)(Options[iopt].sp[optindex].aux); in ISNewSwitch()
677 ctrlindex = optindex; in ISNewSwitch()
680 … Options[iopt].sp[optindex].name, Options[iopt].sp[optindex].label, ctrl_id, ctrlindex); in ISNewSwitch()
681 if (v4l_base->setOPTControl(ctrl_id, ctrlindex, errmsg) < 0) in ISNewSwitch()
1044 …unsigned int const ctrlindex = ManualExposureSP->sp[0].aux ? *(unsigned int *)(ManualExposureSP->s… in setManualExposure() local
1048 if (v4l_base->setOPTControl(ctrl_id, ctrlindex, errmsg) < 0) in setManualExposure()