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

12

/device/samsung/manta/voicefx/
H A DeS305VoiceProcessing.cpp35 // number of sessions this effect bundle can be used for
56 PFX_EFFECT_STATE_CREATED, // effect created
83 adnc_pfx_session_t *session; // session the effect is on
84 const adnc_pfx_ops_t *ops; // effect ops table
98 // effect settings
151 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html
229 int aec_init (adnc_pfx_effect_t *effect) argument
235 int aec_create(adnc_pfx_effect_t *effect) argument
238 return aec_init (effect);
241 int aec_reset(adnc_pfx_effect_t *effect) argument
247 aec_get_parameter(adnc_pfx_effect_t *effect, void *pParam, size_t *pValueSize, void *pValue) argument
273 aec_set_parameter(adnc_pfx_effect_t *effect, void *pParam, void *pValue) argument
294 aec_enable(adnc_pfx_effect_t *effect) argument
299 aec_disable(adnc_pfx_effect_t *effect) argument
304 aec_set_device(adnc_pfx_effect_t *effect, uint32_t device) argument
339 ns_init(adnc_pfx_effect_t *effect) argument
346 ns_create(adnc_pfx_effect_t *effect) argument
353 ns_get_parameter(adnc_pfx_effect_t *effect, void *pParam, size_t *pValueSize, void *pValue) argument
362 ns_set_parameter(adnc_pfx_effect_t *effect, void *pParam, void *pValue) argument
368 ns_enable(adnc_pfx_effect_t *effect) argument
373 ns_disable(adnc_pfx_effect_t *effect) argument
393 agc_init(adnc_pfx_effect_t *effect) argument
400 agc_create(adnc_pfx_effect_t *effect) argument
407 agc_get_parameter(adnc_pfx_effect_t *effect, void *pParam, size_t *pValueSize, void *pValue) argument
416 agc_set_parameter(adnc_pfx_effect_t *effect, void *pParam, void *pValue) argument
422 agc_enable(adnc_pfx_effect_t *effect) argument
427 agc_disable(adnc_pfx_effect_t *effect) argument
462 AdncPreProFx_SetState(adnc_pfx_effect_t *effect, uint32_t state) argument
539 AdncPreProFx_Init(adnc_pfx_effect_t *effect, uint32_t procId) argument
549 AdncPreProFx_Create(adnc_pfx_effect_t *effect, adnc_pfx_session_t *session, effect_handle_t *interface) argument
559 AdncPreProFx_Release(adnc_pfx_effect_t *effect) argument
744 adnc_pfx_effect_t * effect = (adnc_pfx_effect_t *) self; local
929 adnc_pfx_effect_t * effect = (adnc_pfx_effect_t *) self; local
[all...]
/device/asus/fugu/libaudio/
H A DAudioStreamIn.h52 status_t addAudioEffect(effect_handle_t effect);
53 status_t removeAudioEffect(effect_handle_t effect);
H A Daudio_hal_thunks.cpp69 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
72 (void) effect;
76 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
79 (void) effect;
332 effect_handle_t effect)
337 return tstream->impl->addAudioEffect(effect);
341 effect_handle_t effect)
346 return tstream->impl->removeAudioEffect(effect);
331 in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
340 in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
H A DAudioStreamIn.cpp240 status_t AudioStreamIn::addAudioEffect(effect_handle_t effect) argument
242 (void) effect;
247 status_t AudioStreamIn::removeAudioEffect(effect_handle_t effect) argument
249 (void) effect;
/device/htc/flounder/audio/hal/
H A Daudio_hw.c1304 effect_handle_t effect = effect_info->effect_itfe; local
1318 /* if this command is not supported, then the effect is supposed to return -EINVAL.
1319 * This error will be interpreted as if the effect supports the main_channels but does not
1321 cmd_status = (*effect)->command(effect,
1407 static int in_configure_effect_channels(effect_handle_t effect, argument
1417 ALOGV("in_configure_effect_channels(): configure effect with channels: [%04x][%04x]",
1424 fct_status = (*effect)->command(effect,
1438 fct_status = (*effect)
1470 in_reconfigure_channels(struct stream_in *in, effect_handle_t effect, channel_config_t *channel_config, bool config_changed) argument
1508 in_update_aux_channels(struct stream_in *in, effect_handle_t effect) argument
3199 out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
3206 out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
3679 add_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect, bool enable) argument
3774 in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
3781 in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
[all...]
/device/generic/goldfish/audio/
H A Daudio_hw.c203 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
209 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
357 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
363 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
/device/samsung/manta/audio/
H A Daudio_hw.c1253 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
1258 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
1539 effect_handle_t effect)
1543 if ((*effect)->get_descriptor(effect, &descr) == 0) {
1558 effect_handle_t effect)
1562 if ((*effect)->get_descriptor(effect, &descr) == 0) {
1538 in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
1557 in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
/device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
H A Dmm_qcamera_main_menu.h390 int8_t (*setSpecialEffect)(int, int effect);
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
H A Dmm_qcamera_main_menu.h383 int8_t (*setSpecialEffect)(int, int effect);
/device/asus/deb/kernel-headers/media/
H A Dmsm_cam_sensor.h297 int8_t effect; member in union:sensorb_cfg_data::__anon1
/device/asus/deb/original-kernel-headers/media/
H A Dmsm_cam_sensor.h269 int8_t effect; member in union:sensorb_cfg_data::__anon11
/device/asus/flo/kernel-headers/media/
H A Dmsm_cam_sensor.h297 int8_t effect; member in union:sensorb_cfg_data::__anon389
/device/asus/flo/original-kernel-headers/media/
H A Dmsm_cam_sensor.h269 int8_t effect; member in union:sensorb_cfg_data::__anon399
/device/asus/grouper/audio/
H A Daudio_hw.c784 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
789 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
1009 effect_handle_t effect)
1015 effect_handle_t effect)
1008 in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
1014 in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
/device/lge/mako/camera/mm-camera-interface/
H A Dmm_camera.c46 static int32_t mm_camera_ctrl_set_specialEffect (mm_camera_obj_t *my_obj, int effect) { argument
48 if (effect == CAMERA_EFFECT_MAX)
49 effect = CAMERA_EFFECT_OFF;
53 ctrl.value = effect;
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp96 int32_t QCamera2HardwareInterface::getEffectValue(const char *effect) argument
100 if(!strcmp(QCameraParameters::EFFECT_MODES_MAP[cnt].desc, effect)) {
1763 const char *effect; local
1876 effect = mParameters.get(CameraParameters::KEY_EFFECT);
1877 streamInfo->pp_config.effect = getEffectValue(effect);
4548 const char *effect; local
4585 effect = mParameters.get(CameraParameters::KEY_EFFECT);
4586 pp_config.effect = getEffectValue(effect);
[all...]
/device/asus/flo/camera/QCamera2/HAL/
H A DQCameraParameters.h474 int32_t setEffect(const char *effect);
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...]
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCameraParameters.h473 int32_t setEffect(const char *effect);
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...]
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera.c1208 int32_t mm_camera_ctrl_set_specialEffect (mm_camera_obj_t *my_obj, int32_t effect) { argument
1210 if (effect == CAMERA_EFFECT_MAX)
1211 effect = CAMERA_EFFECT_OFF;
1215 ctrl.value = effect;
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera.c1350 int32_t mm_camera_ctrl_set_specialEffect (mm_camera_obj_t *my_obj, int32_t effect) { argument
1352 if (effect == CAMERA_EFFECT_MAX)
1353 effect = CAMERA_EFFECT_OFF;
1357 ctrl.value = effect;
/device/moto/shamu/camera/QCamera2/stack/common/
H A Dcam_types.h1406 * no other settings in android.control.* have any effect */
1410 * take effect */
1635 int32_t effect; member in struct:__anon1770
1699 int32_t effect; member in struct:__anon1777
/device/asus/flo/camera/
H A DQCamera_Intf.h215 uint32_t effect; member in struct:__anon288
/device/lge/hammerhead/camera/
H A DQCamera_Intf.h215 uint32_t effect; member in struct:__anon795

Completed in 278 milliseconds

12