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

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_Mixer.h33 /* LVMixer3_st structure stores Instance parameters for one audio stream */
42 } LVMixer3_st; typedef in typeref:struct:__anon180
46 LVMixer3_st MixerStream[1]; /* Instance Params for one Audio Stream */
51 LVMixer3_st MixerStream[2]; /* Instance Params for two Audio Streams */
56 LVMixer3_st MixerStream[3]; /* Instance Params for three Audio Streams */
78 void LVC_Mixer_SetTarget( LVMixer3_st *pStream,
81 LVM_INT32 LVC_Mixer_GetTarget( LVMixer3_st *pStream);
83 LVM_INT32 LVC_Mixer_GetCurrent( LVMixer3_st *pStream);
85 void LVC_Mixer_Init( LVMixer3_st *pStream,
89 void LVC_Mixer_SetTimeConstant( LVMixer3_st *pStrea
[all...]

Completed in 60 milliseconds