HomeSort by relevance Sort by last modified time
    Searched refs:effect_param_t (Results 26 - 34 of 34) sorted by null

12

  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp     [all...]
  /hardware/qcom/audio/post_proc/
equalizer.c 191 int equalizer_get_parameter(effect_context_t *context, effect_param_t *p,
248 *size = sizeof(effect_param_t) + voffset + p->vsize;
344 int equalizer_set_parameter(effect_context_t *context, effect_param_t *p,
reverb.c 297 int reverb_get_parameter(effect_context_t *context, effect_param_t *p,
379 *size = sizeof(effect_param_t) + voffset + p->vsize;
447 int reverb_set_parameter(effect_context_t *context, effect_param_t *p,
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp     [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 324 if (pCmdData == NULL || cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t)) ||
325 pReplyData == NULL || *replySize < (int) sizeof(effect_param_t)) {
328 effect_param_t *rep = (effect_param_t *) pReplyData;
329 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + sizeof(int32_t));
333 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize;
338 if (pCmdData == NULL || (cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t)))
342 effect_param_t *cmd = (effect_param_t *) pCmdData;
    [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h 425 EFFECT_CMD_SET_PARAM, // set parameter immediately (see effect_param_t)
517 // size: sizeof(effect_param_t) + size of param and value
518 // data: effect_param_t + param + value. See effect_param_t definition below for value offset
530 // size: sizeof(effect_param_t) + size of param and value
531 // data: effect_param_t + param + value. See effect_param_t definition below for value offset
556 // size: sizeof(effect_param_t) + size of param
557 // data: effect_param_t + param
560 // size: sizeof(effect_param_t) + size of param and valu
896 } effect_param_t; typedef in typeref:struct:effect_param_s
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 392 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2];
393 effect_param_t *p = (effect_param_t *)buf32;
409 sizeof(effect_param_t) + 8,
    [all...]
AudioMixer.cpp 255 sizeof(effect_param_t) + psizePadded + sizeof(downmix_type_t);
256 effect_param_t * const param = (effect_param_t *) malloc(downmixParamSize);
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c     [all...]

Completed in 342 milliseconds

12