Searched defs:effect (Results 1 - 19 of 19) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.h95 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; } argument
96 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; } argument
H A DAudioHardwareStub.h61 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; } argument
62 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; } argument
H A Daudio_hw_hal.cpp259 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
264 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
393 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
397 return in->legacy_in->addAudioEffect(effect);
400 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
404 return in->legacy_in->removeAudioEffect(effect);
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c230 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
235 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c62 struct session_s *session; // session the effect is on
84 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html
167 static int effect_set_state(struct effect_s *effect, uint32_t state) argument
170 ALOGV("effect_set_state() id %d, new %d old %d", effect->id, state, effect->state);
173 switch(effect->state) {
175 session_set_fx_enabled(effect->session, effect->id, false);
181 BAD_STATE_ABORT(effect->state, state);
185 switch(effect
241 effect_init(struct effect_s *effect, uint32_t id) argument
249 effect_create(struct effect_s *effect, struct session_s *session, effect_handle_t *interface) argument
258 effect_release(struct effect_s *effect) argument
481 struct effect_s *effect = (struct effect_s *)self; local
513 struct effect_s *effect = (struct effect_s *)self; local
640 struct effect_s *effect = (struct effect_s *)self; local
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_hw.c119 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
124 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
206 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
211 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp1265 OMX_CONFIG_IMAGEFILTERTYPE effect; local
1275 OMX_INIT_STRUCT_PTR (&effect, OMX_CONFIG_IMAGEFILTERTYPE);
1276 effect.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
1277 effect.eImageFilter = (OMX_IMAGEFILTERTYPE ) Gen3A.Effect;
1281 &effect);
1285 ( unsigned int ) effect.eImageFilter,
1291 ( unsigned int ) effect.eImageFilter);
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp298 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
303 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
501 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
506 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp273 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
278 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
414 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
418 return in->qcom_in->addAudioEffect(effect);
421 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
425 return in->qcom_in->removeAudioEffect(effect);
H A DAudioHardwareALSA.h397 virtual status_t addAudioEffect(effect_handle_t effect) argument
402 virtual status_t removeAudioEffect(effect_handle_t effect) argument
/hardware/qcom/audio/hal/
H A Daudio_hw.c1495 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
1500 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
1796 effect_handle_t effect,
1803 status = (*effect)->get_descriptor(effect, &desc);
1823 effect_handle_t effect)
1825 ALOGV("%s: effect %p", __func__, effect);
1826 return add_remove_audio_effect(stream, effect, true);
1830 effect_handle_t effect)
1795 add_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect, bool enable) argument
1822 in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
1829 in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
[all...]
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h106 int effect; member in struct:android::ExynosCameraInfo
419 //! Gets the current color effect setting.
596 //! Sets the current color effect setting.
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp1305 // Focus area only has effect if the cur focus mode is FOCUS_MODE_AUTO,
1352 // image effect
1377 ALOGE("ERR(%s):Invalid effect(%s)", __func__, strNewEffect);
1383 ALOGE("ERR(%s):Fail on m_secCamera->setColorEffect(effect(%d))", __func__, newEffect);
2131 // effect
2132 int effect = m_secCamera->getSupportedColorEffects(); local
2134 if (effect & ExynosCamera::EFFECT_NONE) {
2138 if (effect & ExynosCamera::EFFECT_MONO) {
2142 if (effect & ExynosCamera::EFFECT_NEGATIVE) {
2146 if (effect
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp107 // Values for effect settings.
1471 * DESCRIPTION: set effect value from user setting
3565 * DESCRIPTION: set effect
3568 * @effect : effect value string
3574 int32_t QCameraParameters::setEffect(const char *effect) argument
3576 if (effect != NULL) {
3579 effect);
3581 ALOGD("%s: Setting effect %s", __func__, effect);
[all...]
/hardware/qcom/camera/
H A DQCamera_Intf.h215 uint32_t effect; member in struct:__anon657
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h1442 int8_t effect; member in union:sensor_cfg_data::__anon1046
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h1370 int8_t effect; member in union:sensor_cfg_data::__anon1083
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_camera.h1591 int8_t effect; member in union:sensor_cfg_data::__anon1139
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_camera.h1647 int8_t effect; member in union:sensor_cfg_data::__anon1200

Completed in 2509 milliseconds