Home | History | Annotate | Download | only in filterfw

Lines Matching refs:port

70     public void onInputPortOpen(InputPort port) {
71 if (port.getName().equals("huebins")) {
72 port.bindToFieldNamed("mHueBins");
73 port.setAutoPullEnabled(true);
74 } else if (port.getName().equals("saturationbins")) {
75 port.bindToFieldNamed("mSaturationBins");
76 port.setAutoPullEnabled(true);
77 } else if (port.getName().equals("saturationthreshold")) {
78 port.bindToFieldNamed("mSaturationThreshold");
79 port.setAutoPullEnabled(true);
80 } else if (port.getName().equals("valuethreshold")) {
81 port.bindToFieldNamed("mValueThreshold");
82 port.setAutoPullEnabled(true);