Searched refs:effects (Results 1 – 24 of 24) sorted by relevance
/hardware/interfaces/audio/effect/5.0/xml/api/ |
D | current.txt | 2 package audio.effects.V5_0 { 6 method public audio.effects.V5_0.EffectsType getEffects(); 7 method public audio.effects.V5_0.LibrariesType getLibraries(); 8 method public audio.effects.V5_0.AudioEffectsConf.Postprocess getPostprocess(); 9 method public audio.effects.V5_0.AudioEffectsConf.Preprocess getPreprocess(); 10 method public audio.effects.V5_0.VersionType getVersion(); 11 method public void setEffects(audio.effects.V5_0.EffectsType); 12 method public void setLibraries(audio.effects.V5_0.LibrariesType); 13 method public void setPostprocess(audio.effects.V5_0.AudioEffectsConf.Postprocess); 14 method public void setPreprocess(audio.effects.V5_0.AudioEffectsConf.Preprocess); [all …]
|
/hardware/qcom/audio/post_proc/ |
D | Android.mk | 37 $(call include-path-for, audio-effects) 69 $(call include-path-for, audio-effects)
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffectsFactory.hal | 24 * Returns descriptors of different effects in all loaded libraries. 46 * attached. All effects created with the same session ID 60 * Dumps information about effects into the provided file descriptor.
|
D | IEffect.hal | 78 * Note: this method is only supported for effects inserted into 151 * Note: this method is only supported for effects inserted into 218 * Note: this method is only supported for effects inserted into 278 * The input and the output buffer may be reused between different effects, 301 * there is no interface defined for it. This method only works for effects 323 * there is no interface defined for it. This method only works for effects 344 * there is no interface defined for it. This method only works for effects 368 * there is no interface defined for it. This method only works for effects 397 * there is no interface defined for it. This method only works for effects 419 * there is no interface defined for it. This method only works for effects
|
D | types.hal | 89 * | | | This mode is relevant for global effects 290 * the status message queue used by effects.
|
/hardware/interfaces/vibrator/1.3/ |
D | types.hal | 25 * A soft, short sensation like the tick of a clock. Unlike regular effects, texture effects
|
/hardware/interfaces/audio/effect/5.0/xml/ |
D | Android.bp | 5 package_name: "audio.effects.V5_0",
|
/hardware/qcom/audio/voice_processing/ |
D | Android.mk | 22 $(call include-path-for, audio-effects)
|
D | voice_processing.c | 73 struct effect_s effects[NUM_ID]; // effects in this session member 282 status = effect_init(&session->effects[i], i); in session_init() 307 status = effect_create(&session->effects[id], session, interface); in session_create_effect()
|
/hardware/qcom/audio/visualizer/ |
D | Android.mk | 44 $(call include-path-for, audio-effects)
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEffectsFactory.hal | 24 * Returns descriptors of different effects in all loaded libraries. 46 * attached. All effects created with the same session ID
|
D | IEffect.hal | 75 * Note: this method is only supported for effects inserted into 144 * Note: this method is only supported for effects inserted into 205 * Note: this method is only supported for effects inserted into 262 * The input and the output buffer may be reused between different effects, 284 * there is no interface defined for it. This method only works for effects 306 * there is no interface defined for it. This method only works for effects 326 * there is no interface defined for it. This method only works for effects 349 * there is no interface defined for it. This method only works for effects 377 * there is no interface defined for it. This method only works for effects 398 * there is no interface defined for it. This method only works for effects
|
D | types.hal | 90 * | | | This mode is relevant for global effects 292 * the status message queue used by effects.
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEffectsFactory.hal | 24 * Returns descriptors of different effects in all loaded libraries. 46 * attached. All effects created with the same session ID
|
D | IEffect.hal | 75 * Note: this method is only supported for effects inserted into 144 * Note: this method is only supported for effects inserted into 205 * Note: this method is only supported for effects inserted into 262 * The input and the output buffer may be reused between different effects, 284 * there is no interface defined for it. This method only works for effects 306 * there is no interface defined for it. This method only works for effects 326 * there is no interface defined for it. This method only works for effects 349 * there is no interface defined for it. This method only works for effects 377 * there is no interface defined for it. This method only works for effects 398 * there is no interface defined for it. This method only works for effects
|
D | types.hal | 89 * | | | This mode is relevant for global effects 290 * the status message queue used by effects.
|
/hardware/qcom/audio/hal/ |
D | Android.mk | 124 $(call include-path-for, audio-effects) \
|
/hardware/interfaces/audio/4.0/ |
D | IDevice.hal | 111 May be used by implementations to configure hardware effects. 136 * May be used by implementations to configure hardware effects.
|
/hardware/interfaces/audio/5.0/ |
D | IDevice.hal | 111 May be used by implementations to configure hardware effects. 136 * May be used by implementations to configure processing effects.
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 159 * Session for effects attached to a particular output stream 164 * Session for effects applied to output mix. These effects can
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 145 * Session for effects attached to a particular output stream 150 * Session for effects applied to output mix. These effects can
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 159 * Session for effects attached to a particular output stream 164 * Session for effects applied to output mix. These effects can
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 1445 const char *effects = mParams.get(CameraParameters::KEY_SUPPORTED_EFFECTS); in printSupportedParams() local 1473 (effects != NULL)? effects : "NULL"); in printSupportedParams()
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 375 * <p>List of color effects for ANDROID_CONTROL_EFFECT_MODE that are supported by this camera
|