Home
last modified time | relevance | path

Searched refs:pStream (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_Mixer.h78 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,
94 void LVC_Mixer_VarSlope_SetTimeConstant( LVMixer3_st *pStream,
DLVC_Mixer_VarSlope_SetTimeConstant.c49 void LVC_Mixer_VarSlope_SetTimeConstant( LVMixer3_st *pStream, in LVC_Mixer_VarSlope_SetTimeConstant() argument
63 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_VarSlope_SetTimeConstant()
72 Current = LVC_Mixer_GetCurrent( pStream ); in LVC_Mixer_VarSlope_SetTimeConstant()
73 Target = LVC_Mixer_GetTarget( pStream ); in LVC_Mixer_VarSlope_SetTimeConstant()
DLVC_Mixer_GetTarget.c34 LVM_INT32 LVC_Mixer_GetTarget( LVMixer3_st *pStream) in LVC_Mixer_GetTarget() argument
37 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_GetTarget()
DLVC_Mixer_GetCurrent.c35 LVM_INT32 LVC_Mixer_GetCurrent( LVMixer3_st *pStream) in LVC_Mixer_GetCurrent() argument
38 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_GetCurrent()
DLVC_Mixer_SetTimeConstant.c48 void LVC_Mixer_SetTimeConstant(LVMixer3_st *pStream, in LVC_Mixer_SetTimeConstant() argument
62 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_SetTimeConstant()
DLVC_Mixer_Init.c48 void LVC_Mixer_Init( LVMixer3_st *pStream, in LVC_Mixer_Init() argument
54 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_Init()
DLVC_Mixer_SetTarget.c47 void LVC_Mixer_SetTarget(LVMixer3_st *pStream, in LVC_Mixer_SetTarget() argument
53 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_SetTarget()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DEvaluationTestBench.c108 decInput.pStream = byteStrmStart; in main()
154 (u32)(decOutput.pStrmCurrPos - decInput.pStream); in main()
155 decInput.pStream = decOutput.pStrmCurrPos; in main()
165 (u32)(decOutput.pStrmCurrPos - decInput.pStream); in main()
166 decInput.pStream = decOutput.pStrmCurrPos; in main()
DDecTestBench.c209 decInput.pStream = byteStrmStart; in main()
215 if ( (tmp = NextPacket(&decInput.pStream)) != 0 ) in main()
274 (u32)(decOutput.pStrmCurrPos - decInput.pStream); in main()
275 decInput.pStream = decOutput.pStrmCurrPos; in main()
289 (u32)(decOutput.pStrmCurrPos - decInput.pStream); in main()
290 decInput.pStream = decOutput.pStrmCurrPos; in main()
299 decInput.dataLen = NextPacket(&decInput.pStream); in main()
358 decInput.dataLen = NextPacket(&decInput.pStream); in main()
DTestBenchMultipleInstance.c195 decoder[i]->decInput.pStream = decoder[i]->byteStrmStart; in main()
240 decoder[i]->decInput.pStream); in main()
241 decoder[i]->decInput.pStream = in main()
248 decoder[i]->decInput.pStream); in main()
249 decoder[i]->decInput.pStream = in main()
DH264SwDecApi.c357 if ((pInput->pStream == NULL) || (pInput->dataLen == 0)) in H264SwDecDecode()
387 tmpStream = pInput->pStream; in H264SwDecDecode()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DSoftAVC.cpp149 inPicture.pStream = inHeader->pBuffer + inHeader->nOffset; in onQueueFilled()
158 inPicture.dataLen -= (u32)(outPicture.pStrmCurrPos - inPicture.pStream); in onQueueFilled()
159 inPicture.pStream = outPicture.pStrmCurrPos; in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
DH264SwDecApi.h79 u8 *pStream; /* Pointer to stream to be decoded */ member