HomeSort by relevance Sort by last modified time
    Searched refs:VC_Volume (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 404 LVC_Mixer_SetTarget(&pInstance->VC_Volume.MixerStream[0],
409 LVC_Mixer_SetTarget(&pInstance->VC_Volume.MixerStream[0],
412 pInstance->VC_Volume.MixerStream[0].CallbackSet = 1;
415 LVC_Mixer_SetTimeConstant(&pInstance->VC_Volume.MixerStream[0],0,pInstance->Params.SampleRate,2);
419 LVC_Mixer_VarSlope_SetTimeConstant(&pInstance->VC_Volume.MixerStream[0],LVM_VC_MIXER_TIME,pInstance->Params.SampleRate,2);
    [all...]
LVM_Private.h 212 LVMixer3_1St_st VC_Volume; /* Volume scaler */
LVM_Process.c 174 LVC_MixSoft_1St_D16C31_SAT(&pInstance->VC_Volume,
LVM_Init.c 593 pInstance->VC_Volume.MixerStream[0].CallbackParam = 0;
594 pInstance->VC_Volume.MixerStream[0].CallbackSet = 0;
595 pInstance->VC_Volume.MixerStream[0].pCallbackHandle = pInstance;
596 pInstance->VC_Volume.MixerStream[0].pCallBack = LVM_VCCallBack;
601 LVC_Mixer_Init(&pInstance->VC_Volume.MixerStream[0],0,0);
605 LVC_Mixer_Init(&pInstance->VC_Volume.MixerStream[0],LVM_MAXINT_16,LVM_MAXINT_16);
608 LVC_Mixer_SetTimeConstant(&pInstance->VC_Volume.MixerStream[0],0,LVM_FS_8000,2);
    [all...]

Completed in 43 milliseconds