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

/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/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;
/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/libhardware_legacy/audio/
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/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.cpp301 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
306 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
506 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
511 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
/hardware/qcom/audio/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.h396 virtual status_t addAudioEffect(effect_handle_t effect) argument
401 virtual status_t removeAudioEffect(effect_handle_t effect) argument
/hardware/qcom/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;
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_main_menu.c214 int effect = CAMERA_EFFECT_OFF; variable
/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/QCamera/HAL2/core/inc/
H A DQCamera_Intf.h210 uint32_t effect; member in struct:__anon384
/hardware/qcom/camera/
H A DQCamera_Intf.h256 uint32_t effect; member in struct:__anon627

Completed in 213 milliseconds