Searched refs:pStream (Results 1 - 13 of 13) 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_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 );
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_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.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,
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;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c108 decInput.pStream = byteStrmStart;
154 (u32)(decOutput.pStrmCurrPos - decInput.pStream);
155 decInput.pStream = decOutput.pStrmCurrPos;
165 (u32)(decOutput.pStrmCurrPos - decInput.pStream);
166 decInput.pStream = decOutput.pStrmCurrPos;
H A DDecTestBench.c209 decInput.pStream = byteStrmStart;
215 if ( (tmp = NextPacket(&decInput.pStream)) != 0 )
274 (u32)(decOutput.pStrmCurrPos - decInput.pStream);
275 decInput.pStream = decOutput.pStrmCurrPos;
289 (u32)(decOutput.pStrmCurrPos - decInput.pStream);
290 decInput.pStream = decOutput.pStrmCurrPos;
299 decInput.dataLen = NextPacket(&decInput.pStream);
358 decInput.dataLen = NextPacket(&decInput.pStream);
H A DTestBenchMultipleInstance.c195 decoder[i]->decInput.pStream = decoder[i]->byteStrmStart;
240 decoder[i]->decInput.pStream);
241 decoder[i]->decInput.pStream =
248 decoder[i]->decInput.pStream);
249 decoder[i]->decInput.pStream =
H A DH264SwDecApi.c365 if ((pInput->pStream == NULL) || (pInput->dataLen == 0))
395 tmpStream = pInput->pStream;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h79 u8 *pStream; /* Pointer to stream to be decoded */ member in struct:__anon514
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp149 inPicture.pStream = inHeader->pBuffer + inHeader->nOffset;
158 inPicture.dataLen -= (u32)(outPicture.pStrmCurrPos - inPicture.pStream);
159 inPicture.pStream = outPicture.pStrmCurrPos;

Completed in 200 milliseconds