Searched defs:LINEAR (Results 1 - 5 of 5) sorted by path

/frameworks/av/media/libstagefright/codec2/include/
H A DC2Component.h522 LINEAR, ///< basic linear allocator type enumerator in enum:android::C2AllocatorStore::Type
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DInterpolators.java37 public static final Interpolator LINEAR = new LinearInterpolator(); field in class:Interpolators
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java32 LINEAR (1), enum constant in enum:Sampler.Value
129 b.setMinification(Value.LINEAR);
130 b.setMagnification(Value.LINEAR);
154 b.setMagnification(Value.LINEAR);
201 b.setMinification(Value.LINEAR);
202 b.setMagnification(Value.LINEAR);
226 b.setMagnification(Value.LINEAR);
273 b.setMinification(Value.LINEAR);
274 b.setMagnification(Value.LINEAR);
298 b.setMagnification(Value.LINEAR);
[all...]
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h32 enum KernelType { LINEAR, POLY, RBF }; enumerator in enum:learning_stochastic_linear::KernelType
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DSampler.java45 LINEAR (1), enum constant in enum:Sampler.Value
135 b.setMinification(Value.LINEAR);
136 b.setMagnification(Value.LINEAR);
156 b.setMagnification(Value.LINEAR);
195 b.setMinification(Value.LINEAR);
196 b.setMagnification(Value.LINEAR);
216 b.setMagnification(Value.LINEAR);
255 b.setMinification(Value.LINEAR);
256 b.setMagnification(Value.LINEAR);
289 v == Value.LINEAR ||
[all...]

Completed in 297 milliseconds