Home
last modified time | relevance | path

Searched refs:MAKE_RANGE (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/audio/aidl/default/envReverb/
DEnvReverbSw.cpp66 MAKE_RANGE(EnvironmentalReverb, roomLevelMb, -6000, 0),
67 MAKE_RANGE(EnvironmentalReverb, roomHfLevelMb, -4000, 0),
68 MAKE_RANGE(EnvironmentalReverb, decayTimeMs, 0, 7000),
69 MAKE_RANGE(EnvironmentalReverb, decayHfRatioPm, 100, 2000),
70 MAKE_RANGE(EnvironmentalReverb, reflectionsLevelMb, -6000, 0),
71 MAKE_RANGE(EnvironmentalReverb, reflectionsDelayMs, 0, 65),
72 MAKE_RANGE(EnvironmentalReverb, levelMb, -6000, 0),
73 MAKE_RANGE(EnvironmentalReverb, delayMs, 0, 65),
74 MAKE_RANGE(EnvironmentalReverb, diffusionPm, 0, 1000),
75 MAKE_RANGE(EnvironmentalReverb, densityPm, 0, 1000)};
/hardware/interfaces/audio/aidl/default/spatializer/
DSpatializerSw.cpp71 MAKE_RANGE(Spatializer, supportedChannelLayout, {kSupportedChannelMask},
73 MAKE_RANGE(Spatializer, spatializationLevel, Spatialization::Level::NONE,
75 MAKE_RANGE(Spatializer, spatializationMode, Spatialization::Mode::BINAURAL,
77 MAKE_RANGE(Spatializer, headTrackingSensorId, std::numeric_limits<int>::min(),
79 MAKE_RANGE(Spatializer, headTrackingMode, HeadTracking::Mode::OTHER,
81 MAKE_RANGE(Spatializer, headTrackingConnectionMode,
/hardware/interfaces/audio/aidl/default/equalizer/
DEqualizerSw.cpp77 MAKE_RANGE(Equalizer, preset, 0, EqualizerSw::kPresets.size() - 1),
78 MAKE_RANGE(Equalizer, bandLevels,
84 MAKE_RANGE(Equalizer, bandFrequencies, EqualizerSw::kBandFrequency,
86 MAKE_RANGE(Equalizer, presets, EqualizerSw::kPresets, EqualizerSw::kPresets),
88 MAKE_RANGE(Equalizer, centerFreqMh, std::vector<int>({1}), std::vector<int>({0}))};
/hardware/interfaces/audio/aidl/default/acousticEchoCanceler/
DAcousticEchoCancelerSw.cpp67 MAKE_RANGE(AcousticEchoCanceler, echoDelayUs, 0, 500),
69 MAKE_RANGE(AcousticEchoCanceler, mobileMode, false, false)};
/hardware/interfaces/audio/aidl/default/automaticGainControlV2/
DAutomaticGainControlV2Sw.cpp65 MAKE_RANGE(AutomaticGainControlV2, fixedDigitalGainMb, 0, 50000),
66 MAKE_RANGE(AutomaticGainControlV2, saturationMarginMb, 0, 10000)};
/hardware/interfaces/audio/aidl/default/automaticGainControlV1/
DAutomaticGainControlV1Sw.cpp61 MAKE_RANGE(AutomaticGainControlV1, targetPeakLevelDbFs, -3100, 0),
62 MAKE_RANGE(AutomaticGainControlV1, maxCompressionGainDb, 0, 9000)};
/hardware/interfaces/audio/aidl/default/visualizer/
DVisualizerSw.cpp63 MAKE_RANGE(Visualizer, latencyMs, 0, VisualizerSwContext::kMaxLatencyMs),
64 MAKE_RANGE(Visualizer, captureSamples, VisualizerSwContext::kMinCaptureSize,
/hardware/interfaces/audio/aidl/default/virtualizer/
DVirtualizerSw.cpp70 MAKE_RANGE(Virtualizer, strengthPm, 0, 1000),
72 MAKE_RANGE(Virtualizer, speakerAngles, {Virtualizer::ChannelAngle({.channel = 1})},
/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectTypes.h130 #define MAKE_RANGE(T, Tag, l, r) \ macro
/hardware/interfaces/audio/aidl/default/bassboost/
DBassBoostSw.cpp67 MAKE_RANGE(BassBoost, strengthPm, 0, 1000)};
/hardware/interfaces/audio/aidl/default/volume/
DVolumeSw.cpp64 const std::vector<Range::VolumeRange> VolumeSw::kRanges = {MAKE_RANGE(Volume, levelDb, -9600, 0)};
/hardware/interfaces/audio/aidl/default/presetReverb/
DPresetReverbSw.cpp70 MAKE_RANGE(PresetReverb, supportedPresets, PresetReverbSw::kSupportedPresets,