OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVMixer3_st
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_Private.h
53
void LVC_Core_MixInSoft_D16C31_SAT(
LVMixer3_st
*pInstance,
58
void LVC_Core_MixSoft_1St_D16C31_WRA(
LVMixer3_st
*pInstance,
63
void LVC_Core_MixHard_2St_D16C31_SAT(
LVMixer3_st
*pInstance1,
64
LVMixer3_st
*pInstance2,
77
void LVC_Core_MixSoft_1St_2i_D16C31_WRA(
LVMixer3_st
*ptrInstance1,
78
LVMixer3_st
*ptrInstance2,
89
void LVC_Core_MixHard_1St_2i_D16C31_SAT(
LVMixer3_st
*ptrInstance1,
90
LVMixer3_st
*ptrInstance2,
99
void LVC_Core_MixInSoft_D32C31_SAT(
LVMixer3_st
*pInstance,
104
void LVC_Core_MixSoft_1St_D32C31_WRA(
LVMixer3_st
*pInstance
[
all
...]
LVC_Mixer.h
33
/*
LVMixer3_st
structure stores Instance parameters for one audio stream */
42
}
LVMixer3_st
;
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
*pStream
[
all
...]
LVC_Mixer_GetCurrent.c
35
LVM_INT32 LVC_Mixer_GetCurrent(
LVMixer3_st
*pStream)
LVC_Mixer_GetTarget.c
34
LVM_INT32 LVC_Mixer_GetTarget(
LVMixer3_st
*pStream)
LVC_Core_MixHard_1St_2i_D16C31_SAT.c
31
void LVC_Core_MixHard_1St_2i_D16C31_SAT(
LVMixer3_st
*ptrInstance1,
32
LVMixer3_st
*ptrInstance2,
LVC_Core_MixHard_2St_D16C31_SAT.c
28
void LVC_Core_MixHard_2St_D16C31_SAT(
LVMixer3_st
*ptrInstance1,
29
LVMixer3_st
*ptrInstance2,
LVC_Mixer_Init.c
38
/* pStream - ptr to Instance Parameter Structure
LVMixer3_st
for an*/
48
void LVC_Mixer_Init(
LVMixer3_st
*pStream,
LVC_Mixer_SetTimeConstant.c
33
/* pStream - ptr to Instance Parameter Structure
LVMixer3_st
for an*/
48
void LVC_Mixer_SetTimeConstant(
LVMixer3_st
*pStream,
LVC_Mixer_SetTarget.c
38
/* pStream - ptr to Instance Parameter Structure
LVMixer3_st
*/
47
void LVC_Mixer_SetTarget(
LVMixer3_st
*pStream,
LVC_Mixer_VarSlope_SetTimeConstant.c
34
/* pStream - ptr to Instance Parameter Structure
LVMixer3_st
for an*/
49
void LVC_Mixer_VarSlope_SetTimeConstant(
LVMixer3_st
*pStream,
LVC_Core_MixSoft_1St_2i_D16C31_WRA.c
30
void LVC_Core_MixSoft_1St_2i_D16C31_WRA(
LVMixer3_st
*ptrInstance1,
31
LVMixer3_st
*ptrInstance2,
LVC_Core_MixInSoft_D16C31_SAT.c
29
void LVC_Core_MixInSoft_D16C31_SAT(
LVMixer3_st
*ptrInstance,
LVC_Core_MixSoft_1St_D16C31_WRA.c
30
void LVC_Core_MixSoft_1St_D16C31_WRA(
LVMixer3_st
*ptrInstance,
Completed in 98 milliseconds