Searched refs:act_feature (Results 1 – 1 of 1) sorted by relevance
752 …dc1394feature_info_t *act_feature = &feature_set.feature[dc1394properties[propId]-DC1394_FEATURE_M… in setProperty() local756 if ( (act_feature->on_off_capable) in setProperty()757 … && (dc1394_feature_set_power(dcCam, act_feature->id, DC1394_OFF) == DC1394_SUCCESS)) in setProperty()759 act_feature->is_on=DC1394_OFF; in setProperty()765 … if ( (act_feature->is_on == DC1394_OFF) && (act_feature->on_off_capable == DC1394_TRUE)) in setProperty()767 … if (dc1394_feature_set_power(dcCam, act_feature->id, DC1394_ON) == DC1394_SUCCESS) in setProperty()772 if (act_feature->absolute_capable in setProperty()773 … && dc1394_feature_set_absolute_control(dcCam, act_feature->id, DC1394_OFF) !=DC1394_SUCCESS) in setProperty()776 act_feature->abs_control=DC1394_OFF; in setProperty()780 … if (dc1394_feature_set_mode(dcCam, act_feature->id, DC1394_FEATURE_MODE_AUTO)!=DC1394_SUCCESS) in setProperty()[all …]