Home
last modified time | relevance | path

Searched refs:TYPE_SCALE (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/include/media/
DVolumeShaper.h111 TYPE_SCALE, enumerator
129 , mType(TYPE_SCALE) in Configuration()
151 case TYPE_SCALE: in setType()
786 case VolumeShaper::Configuration::TYPE_SCALE: { in applyVolumeShaper()
976 if (configuration->getType() == VolumeShaper::Configuration::TYPE_SCALE) { in setIdIfNecessary()
/frameworks/base/media/jni/
Dandroid_media_VolumeShaper.h114 if (configuration->getType() == VolumeShaper::Configuration::TYPE_SCALE) { in convertJobjectToConfiguration()
153 if (configuration->getType() == VolumeShaper::Configuration::TYPE_SCALE) { in convertVolumeShaperToJobject()
/frameworks/base/media/java/android/media/
DVolumeShaper.java250 TYPE_SCALE,
270 /* package */ static final int TYPE_SCALE = 1; field in VolumeShaper.Configuration
761 private int mType = TYPE_SCALE;
/frameworks/av/media/libmediaplayer2/
DJAudioTrack.cpp558 if (config->getType() == media::VolumeShaper::Configuration::TYPE_SCALE) { in createVolumeShaperConfigurationObj()