Searched refs:effect (Results 1 - 25 of 29) sorted by relevance

12

/hardware/qcom/audio/msm8909/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
485 struct effect_s *effect = (struct effect_s *)self; local
517 struct effect_s *effect = (struct effect_s *)self; local
646 struct effect_s *effect = (struct effect_s *)self; local
[all...]
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c63 struct session_s *session; // session the effect is on
85 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html
168 static int effect_set_state(struct effect_s *effect, uint32_t state) argument
171 ALOGV("effect_set_state() id %d, new %d old %d", effect->id, state, effect->state);
174 switch(effect->state) {
176 session_set_fx_enabled(effect->session, effect->id, false);
182 BAD_STATE_ABORT(effect->state, state);
186 switch(effect
242 effect_init(struct effect_s *effect, uint32_t id) argument
250 effect_create(struct effect_s *effect, struct session_s *session, effect_handle_t *interface) argument
259 effect_release(struct effect_s *effect) argument
482 struct effect_s *effect = (struct effect_s *)self; local
514 struct effect_s *effect = (struct effect_s *)self; local
643 struct effect_s *effect = (struct effect_s *)self; local
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_hw.c135 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
137 ALOGV("out_add_audio_effect: %p", effect);
141 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
143 ALOGV("out_remove_audio_effect: %p", effect);
232 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
237 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
/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.cpp261 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
266 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
395 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
399 return in->legacy_in->addAudioEffect(effect);
402 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
406 return in->legacy_in->removeAudioEffect(effect);
/hardware/libhardware/include/hardware/
H A Daudio.h247 effect_handle_t effect);
249 effect_handle_t effect);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h189 virtual status_t addAudioEffect(effect_handle_t effect) = 0;
190 virtual status_t removeAudioEffect(effect_handle_t effect) = 0;
/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp377 ff_effect effect{};
378 effect.type = FF_RUMBLE;
379 effect.id = mFfEffectId;
380 effect.u.rumble.strong_magnitude = 0xc000;
381 effect.u.rumble.weak_magnitude = 0xc000;
382 effect.replay.length = (duration + 999'999LL) / 1'000'000LL;
383 effect.replay.delay = 0;
384 if (TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCSFF, &effect))) {
385 ALOGW("Could not upload force feedback effect to device %s due to error %d.",
389 mFfEffectId = effect
[all...]
/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/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.cpp932 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect)
935 (void)effect;
939 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect)
942 (void)effect;
1320 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect)
1323 (void)effect;
1327 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect)
1330 (void)effect;
/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c566 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
571 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
859 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
864 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c647 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
650 UNUSED_PARAMETER(effect);
655 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
658 UNUSED_PARAMETER(effect);
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c457 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
462 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
756 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
761 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMX3A.cpp1467 OMX_CONFIG_IMAGEFILTERTYPE effect; local
1477 OMX_INIT_STRUCT_PTR (&effect, OMX_CONFIG_IMAGEFILTERTYPE);
1478 effect.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
1479 effect.eImageFilter = (OMX_IMAGEFILTERTYPE ) Gen3A.Effect;
1483 &effect);
1487 ( unsigned int ) effect.eImageFilter,
1493 ( unsigned int ) effect.eImageFilter);
/hardware/qcom/audio/hal/
H A Daudio_hw.c1782 effect_handle_t effect __unused)
1788 effect_handle_t effect __unused)
2166 effect_handle_t effect,
2174 status = (*effect)->get_descriptor(effect, &desc);
2217 effect_handle_t effect)
2219 ALOGV("%s: effect %p", __func__, effect);
2220 return add_remove_audio_effect(stream, effect, true);
2224 effect_handle_t effect)
2165 add_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect, bool enable) argument
2216 in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
2223 in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
[all...]
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.c2122 effect_handle_t effect __unused)
2128 effect_handle_t effect __unused)
2546 effect_handle_t effect,
2553 status = (*effect)->get_descriptor(effect, &desc);
2579 effect_handle_t effect)
2581 ALOGV("%s: effect %p", __func__, effect);
2582 return add_remove_audio_effect(stream, effect, true);
2586 effect_handle_t effect)
2545 add_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect, bool enable) argument
2578 in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
2585 in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
[all...]
/hardware/qcom/camera/
H A DQCamera_Intf.h215 uint32_t effect; member in struct:__anon2708
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_types.h2190 * no other settings in android.control.* have any effect */
2194 * take effect */
2474 int32_t effect; member in struct:__anon2491
2541 int32_t effect; member in struct:__anon2498
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm45 ;# memory and the effect of a transpose is to interchange address bit
75 ;# are in registers Vhihi and Vlolo, we can also effect the permutation
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.h950 int32_t setEffect(const char *effect);
H A DQCameraParameters.cpp215 // Values for effect settings.
2438 * DESCRIPTION: set effect value from user setting
2454 property_get("persist.camera.effect", prop, "none");
6476 * DESCRIPTION: set effect
6479 * @effect : effect value string
6485 int32_t QCameraParameters::setEffect(const char *effect) argument
6487 if (effect != NULL) {
6488 int32_t value = lookupAttr(EFFECT_MODES_MAP, PARAM_MAP_SIZE(EFFECT_MODES_MAP), effect);
6490 LOGH("Setting effect
10728 const char *effect = get(KEY_EFFECT); local
[all...]
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h1442 int8_t effect; member in union:sensor_cfg_data::__anon3811

Completed in 2374 milliseconds

12