OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterpolatorType
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/include/media/
Interpolator.h
43
enum
InterpolatorType
: int32_t {
52
InterpolatorType
interpolatorType
= INTERPOLATOR_TYPE_LINEAR,
57
setInterpolatorType(
interpolatorType
);
199
InterpolatorType
getInterpolatorType() const {
203
status_t setInterpolatorType(
InterpolatorType
interpolatorType
) {
204
switch (
interpolatorType
) {
210
mInterpolatorType =
interpolatorType
;
213
ALOGE("invalid
interpolatorType
: %d", interpolatorType)
[
all
...]
VolumeShaper.h
125
using
InterpolatorType
= Interpolator<S, T>::
InterpolatorType
;
[
all
...]
/frameworks/base/media/java/android/media/
VolumeShaper.java
271
// These values must match the native
InterpolatorType
enumeration.
280
public @interface
InterpolatorType
{}
308
// These values must match the native VolumeShaper::Configuration::
InterpolatorType
508
final int
interpolatorType
= p.readInt();
524
interpolatorType
,
571
@
InterpolatorType
int
interpolatorType
,
578
mInterpolatorType =
interpolatorType
;
603
public @
InterpolatorType
int getInterpolatorType() {
811
* @param
interpolatorType
method of interpolation used for the volume curve
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationTests.cpp
[
all
...]
/frameworks/base/media/jni/
android_media_VolumeShaper.h
119
(VolumeShaper::Configuration::
InterpolatorType
)
Completed in 160 milliseconds