HomeSort by relevance Sort by last modified time
    Searched full:setparams (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Posterize.java 33 void setParams(float intensHigh, float intensLow, int r, int g, int b) {
46 setParams(.2f, 0.f, 255, 0, 0);
48 setParams(.4f, 0.2f, 0, 255, 0);
50 setParams(.6f, 0.4f, 0, 0, 255);
52 setParams(.8f, 0.6f, 255, 255, 0);
54 setParams(1.0f, 0.8f, 0, 255, 255);
posterize.rs 27 void setParams(float intensHigh, float intensLow, uchar r, uchar g, uchar b) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Posterize.java 42 void setParams(float intensHigh, float intensLow, int r, int g, int b) {
55 setParams(.2f, 0.f, 255, 0, 0);
57 setParams(.4f, 0.2f, 0, 255, 0);
59 setParams(.6f, 0.4f, 0, 0, 255);
61 setParams(.8f, 0.6f, 255, 255, 0);
63 setParams(1.0f, 0.8f, 0, 255, 255);
posterize.rs 27 void setParams(float intensHigh, float intensLow, uchar r, uchar g, uchar b) {
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuLayoutLandscapeTest.java 79 mActivity.setParams(new MenuScenario.Params()
86 mActivity.setParams(new MenuScenario.Params()
93 mActivity.setParams(new MenuScenario.Params()
101 mActivity.setParams(new MenuScenario.Params()
109 mActivity.setParams(new MenuScenario.Params()
118 mActivity.setParams(new MenuScenario.Params()
127 mActivity.setParams(new MenuScenario.Params()
136 mActivity.setParams(new MenuScenario.Params()
146 mActivity.setParams(new MenuScenario.Params()
156 mActivity.setParams(new MenuScenario.Params(
    [all...]
MenuLayoutPortraitTest.java 78 mActivity.setParams(new MenuScenario.Params()
85 mActivity.setParams(new MenuScenario.Params()
92 mActivity.setParams(new MenuScenario.Params()
100 mActivity.setParams(new MenuScenario.Params()
108 mActivity.setParams(new MenuScenario.Params()
117 mActivity.setParams(new MenuScenario.Params()
127 mActivity.setParams(new MenuScenario.Params()
137 mActivity.setParams(new MenuScenario.Params()
147 mActivity.setParams(new MenuScenario.Params()
157 mActivity.setParams(new MenuScenario.Params(
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.h 26 int setParams(WpaGui *_wpagui, const char *reqMsg);
userdatarequest.cpp 37 int UserDataRequest::setParams(WpaGui *_wpagui, const char *reqMsg)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_al.py 9 'newconfig', 'openport', 'queryparams', 'setparams']
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_al.py 9 'newconfig', 'openport', 'queryparams', 'setparams']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_al.py 9 'newconfig', 'openport', 'queryparams', 'setparams']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_al.py 9 'newconfig', 'openport', 'queryparams', 'setparams']
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXBuilderParameters.java 141 * @see org.bouncycastle.x509.ExtendedPKIXParameters#setParams(java.security.cert.PKIXParameters)
143 protected void setParams(PKIXParameters params)
145 super.setParams(params);
178 params.setParams(this);
208 params.setParams(pkixParams);
  /external/apache-http/src/org/apache/http/protocol/
HttpService.java 126 public void setParams(final HttpParams params) {
141 request.setParams(
156 response.setParams(
165 response.setParams(
185 response.setParams(
207 response.setParams(
  /prebuilts/gdb/darwin-x86/lib/python2.7/
audiodev.py 62 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
79 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
123 al.setparams(AL.DEFAULT_DEVICE, self.params)
aifc.py 105 setparams(tuple)
341 self._decomp.SetParams(params)
541 # set through the setcomptype() or setparams() method
543 # set through the setcomptype() or setparams() method
545 # set through the setnchannels() or setparams() method
547 # set through the setsampwidth() or setparams() method
549 # set through the setframerate() or setparams() method
551 # set through the setnframes() or setparams() method
674 def setparams(self, info): member in class:Aifc_write
833 self._comp.SetParams(params
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
audiodev.py 62 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
79 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
123 al.setparams(AL.DEFAULT_DEVICE, self.params)
aifc.py 105 setparams(tuple)
341 self._decomp.SetParams(params)
541 # set through the setcomptype() or setparams() method
543 # set through the setcomptype() or setparams() method
545 # set through the setnchannels() or setparams() method
547 # set through the setsampwidth() or setparams() method
549 # set through the setframerate() or setparams() method
551 # set through the setnframes() or setparams() method
674 def setparams(self, info): member in class:Aifc_write
833 self._comp.SetParams(params
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
audiodev.py 62 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
79 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
123 al.setparams(AL.DEFAULT_DEVICE, self.params)
aifc.py 105 setparams(tuple)
341 self._decomp.SetParams(params)
541 # set through the setcomptype() or setparams() method
543 # set through the setcomptype() or setparams() method
545 # set through the setnchannels() or setparams() method
547 # set through the setsampwidth() or setparams() method
549 # set through the setframerate() or setparams() method
551 # set through the setnframes() or setparams() method
674 def setparams(self, info): member in class:Aifc_write
833 self._comp.SetParams(params
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
audiodev.py 62 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
79 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
123 al.setparams(AL.DEFAULT_DEVICE, self.params)
aifc.py 105 setparams(tuple)
341 self._decomp.SetParams(params)
541 # set through the setcomptype() or setparams() method
543 # set through the setcomptype() or setparams() method
545 # set through the setnchannels() or setparams() method
547 # set through the setsampwidth() or setparams() method
549 # set through the setframerate() or setparams() method
551 # set through the setnframes() or setparams() method
674 def setparams(self, info): member in class:Aifc_write
833 self._comp.SetParams(params
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpResponseStub.java 119 @Override public void setParams(HttpParams httpParams) {
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 103 status_t setParams(size_t stride);
  /external/opencv3/modules/videostab/include/opencv2/videostab/
motion_stabilizing.hpp 102 void setParams(int radius, float stdev = -1.f);
115 inline GaussianMotionFilter::GaussianMotionFilter(int _radius, float _stdev) { setParams(_radius, _stdev); }

Completed in 412 milliseconds

1 2 3 4 5