HomeSort by relevance Sort by last modified time
    Searched refs:Effect (Results 51 - 75 of 174) sorted by null

1 23 4 5 6 7

  /frameworks/av/media/libeffects/config/src/
EffectsConfig.cpp 155 /** Parse an effect from an xml element describing it.
156 * @return true and pushes the effect in effects on success,
159 Effect effect{};
166 effect.name = name;
168 // Function to parse effect.library and effect.uuid from xml
169 auto parseImpl = [&libraries](const XMLElement& xmlImpl, EffectImpl& effect) {
174 ALOGE("effect must have a library name and a uuid: %s", dump(xmlImpl));
184 effect.library = library
242 auto* effect = findByName(effectName, effects); local
    [all...]
  /hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
AcousticEchoCancelerEffect.impl.h 27 namespace effect { namespace in namespace:android::hardware::audio
32 : mEffect(new Effect(handle)) {}
36 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect follow.
166 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IAcousticEchoCancelerEffect
178 } // namespace effect
AutomaticGainControlEffect.impl.h 26 namespace effect { namespace in namespace:android::hardware::audio
31 : mEffect(new Effect(handle)) {}
49 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect follow.
179 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IAutomaticGainControlEffect
223 } // namespace effect
BassBoostEffect.impl.h 27 namespace effect { namespace in namespace:android::hardware::audio
31 BassBoostEffect::BassBoostEffect(effect_handle_t handle) : mEffect(new Effect(handle)) {}
35 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect follow.
162 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IBassBoostEffect follow.
177 } // namespace effect
DownmixEffect.impl.h 27 namespace effect { namespace in namespace:android::hardware::audio
31 DownmixEffect::DownmixEffect(effect_handle_t handle) : mEffect(new Effect(handle)) {}
35 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect follow.
162 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IDownmixEffect follow.
176 } // namespace effect
EffectsFactory.impl.h 38 namespace effect { namespace in namespace:android::hardware::audio
69 return new Effect(handle);
72 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffectsFactory follow.
94 ALOGE("Error querying effect at position %d / %d: %s", i, numEffects,
98 // Effect list has changed.
128 ALOGE("Error querying effect descriptor for %s: %s", uuidToString(halUuid).c_str(),
147 sp<IEffect> effect; local
154 effect = dispatchEffectInstanceCreation(halDescriptor, handle);
157 ALOGE("Error querying effect descriptor for %s: %s", uuidToString(halUuid).c_str(),
163 ALOGE("Error creating effect %s: %s", uuidToString(halUuid).c_str(), strerror(-status))
    [all...]
EnvironmentalReverbEffect.h 30 namespace effect { namespace in namespace:android::hardware::audio
37 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::AudioBuffer;
38 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectAuxChannelsConfig;
39 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectConfig;
40 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectDescriptor;
41 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectOffloadParameter;
42 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect;
43 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffectBufferProviderCallback;
44 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEnvironmentalReverbEffect;
45 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::Result
    [all...]
EqualizerEffect.h 32 namespace effect { namespace in namespace:android::hardware::audio
39 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::AudioBuffer;
40 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectAuxChannelsConfig;
41 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectConfig;
42 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectDescriptor;
43 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectOffloadParameter;
44 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect;
45 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffectBufferProviderCallback;
46 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEqualizerEffect;
47 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::Result
    [all...]
LoudnessEnhancerEffect.impl.h 29 namespace effect { namespace in namespace:android::hardware::audio
34 : mEffect(new Effect(handle)) {}
38 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect follow.
165 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::ILoudnessEnhancerEffect
186 } // namespace effect
NoiseSuppressionEffect.h 30 namespace effect { namespace in namespace:android::hardware::audio
37 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::AudioBuffer;
38 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectAuxChannelsConfig;
39 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectConfig;
40 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectDescriptor;
41 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectOffloadParameter;
42 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect;
43 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffectBufferProviderCallback;
44 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::INoiseSuppressionEffect;
45 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::Result
    [all...]
NoiseSuppressionEffect.impl.h 26 namespace effect { namespace in namespace:android::hardware::audio
31 : mEffect(new Effect(handle)) {}
47 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect follow.
174 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::INoiseSuppressionEffect
216 } // namespace effect
PresetReverbEffect.impl.h 27 namespace effect { namespace in namespace:android::hardware::audio
31 PresetReverbEffect::PresetReverbEffect(effect_handle_t handle) : mEffect(new Effect(handle)) {}
35 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect follow.
162 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IPresetReverbEffect follow.
176 } // namespace effect
VirtualizerEffect.h 28 namespace effect { namespace in namespace:android::hardware::audio
37 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::AudioBuffer;
38 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectAuxChannelsConfig;
39 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectConfig;
40 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectDescriptor;
41 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectOffloadParameter;
42 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect;
43 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffectBufferProviderCallback;
44 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IVirtualizerEffect;
45 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::Result
    [all...]
VirtualizerEffect.impl.h 29 namespace effect { namespace in namespace:android::hardware::audio
33 VirtualizerEffect::VirtualizerEffect(effect_handle_t handle) : mEffect(new Effect(handle)) {}
47 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect follow.
174 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IVirtualizerEffect follow.
228 } // namespace effect
VisualizerEffect.h 28 namespace effect { namespace in namespace:android::hardware::audio
35 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::AudioBuffer;
36 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectAuxChannelsConfig;
37 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectConfig;
38 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectDescriptor;
39 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::EffectOffloadParameter;
40 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect;
41 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffectBufferProviderCallback;
42 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IVisualizerEffect;
43 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::Result
    [all...]
EnvironmentalReverbEffect.impl.h 26 namespace effect { namespace in namespace:android::hardware::audio
31 : mEffect(new Effect(handle)) {}
63 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect follow.
193 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEnvironmentalReverbEffect
301 } // namespace effect
EqualizerEffect.impl.h 28 namespace effect { namespace in namespace:android::hardware::audio
32 EqualizerEffect::EqualizerEffect(effect_handle_t handle) : mEffect(new Effect(handle)) {}
58 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect follow.
185 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEqualizerEffect follow.
289 } // namespace effect
VisualizerEffect.impl.h 27 namespace effect { namespace in namespace:android::hardware::audio
32 : mEffect(new Effect(handle)), mCaptureSize(0), mMeasurementMode(MeasurementMode::NONE) {}
36 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IEffect follow.
163 // Methods from ::android::hardware::audio::effect::AUDIO_HAL_VERSION::IVisualizerEffect follow.
251 } // namespace effect
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp 102 // free effect file
542 "[EFFECT]", // eCmds_Effect
664 if(GetEndTag("EFFECT", nLine, &nEndLine))
666 SPVRTPFXParserEffect Effect;
667 if(ParseEffect(Effect, nLine, nEndLine, pReturnError))
668 m_psEffect.Append(Effect);
674 *pReturnError = PVRTStringFromFormattedStr("Missing [/EFFECT] tag after [EFFECT] on line %d\n", m_psContext->pnFileLineNumber[nLine]);
688 *pReturnError = CPVRTString("No [EFFECT] found. PFX file must have at least one defined.\n");
903 // Find the specified effect
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 395 /// this is the effect applied to the state of the receiver.
398 /// Ret - The effect on the return value. Used to indicate if the
407 /// getArg - Return the argument effect on the argument specified by
420 /// setDefaultArgEffect - Set the default argument effect.
425 /// getRetEffect - Returns the effect on the return value of the call.
428 /// setRetEffect - Set the effect of the return value of the call.
432 /// Sets the effect on the receiver of the message.
435 /// getReceiverEffect - Returns the effect on the receiver of the call.
441 /// argument effect matches the default effect)
    [all...]
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 24 android.hardware.audio.effect@2.0-vts.func_fuzzer.AcousticEchoCancelerEffect \
25 android.hardware.audio.effect@2.0-vts.func_fuzzer.AutomaticGainControlEffect \
26 android.hardware.audio.effect@2.0-vts.func_fuzzer.BassBoostEffect \
27 android.hardware.audio.effect@2.0-vts.func_fuzzer.DownmixEffect \
28 android.hardware.audio.effect@2.0-vts.func_fuzzer.Effect \
29 android.hardware.audio.effect@2.0-vts.func_fuzzer.EffectsFactory \
30 android.hardware.audio.effect@2.0-vts.func_fuzzer.EnvironmentalReverbEffect \
31 android.hardware.audio.effect@2.0-vts.func_fuzzer.EqualizerEffect \
32 android.hardware.audio.effect@2.0-vts.func_fuzzer.LoudnessEnhancerEffect
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
doc.go 183 Code Effect Property:
  /prebuilts/go/linux-x86/src/html/template/
doc.go 183 Code Effect Property:
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 306 void Terminate(Node Effect, Node Control) {
308 LOG(out << "Terminate(" << Effect << ", " << Control << ")"
    [all...]

Completed in 1207 milliseconds

1 23 4 5 6 7