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

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_Mixer_GetCurrent.c35 LVM_INT32 LVC_Mixer_GetCurrent( LVMixer3_st *pStream) argument
38 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
H A DLVC_Mixer_GetTarget.c34 LVM_INT32 LVC_Mixer_GetTarget( LVMixer3_st *pStream) argument
37 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
H A DLVC_Mixer_Init.c38 /* pStream - ptr to Instance Parameter Structure LVMixer3_st for an*/
48 void LVC_Mixer_Init( LVMixer3_st *pStream, argument
54 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
H A DLVC_Mixer_SetTarget.c38 /* pStream - ptr to Instance Parameter Structure LVMixer3_st */
47 void LVC_Mixer_SetTarget(LVMixer3_st *pStream, argument
53 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
H A DLVC_Mixer_SetTimeConstant.c33 /* pStream - ptr to Instance Parameter Structure LVMixer3_st for an*/
48 void LVC_Mixer_SetTimeConstant(LVMixer3_st *pStream, argument
62 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
H A DLVC_Mixer_VarSlope_SetTimeConstant.c34 /* pStream - ptr to Instance Parameter Structure LVMixer3_st for an*/
49 void LVC_Mixer_VarSlope_SetTimeConstant( LVMixer3_st *pStream, argument
63 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
72 Current = LVC_Mixer_GetCurrent( pStream );
73 Target = LVC_Mixer_GetTarget( pStream );
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h79 u8 *pStream; /* Pointer to stream to be decoded */ member in struct:__anon468

Completed in 60 milliseconds