Searched refs:pStream (Results 1 – 13 of 13) sorted by relevance
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,94 void LVC_Mixer_VarSlope_SetTimeConstant( LVMixer3_st *pStream,
49 void LVC_Mixer_VarSlope_SetTimeConstant( LVMixer3_st *pStream, in LVC_Mixer_VarSlope_SetTimeConstant() argument63 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()
34 LVM_INT32 LVC_Mixer_GetTarget( LVMixer3_st *pStream) in LVC_Mixer_GetTarget() argument37 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_GetTarget()
35 LVM_INT32 LVC_Mixer_GetCurrent( LVMixer3_st *pStream) in LVC_Mixer_GetCurrent() argument38 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_GetCurrent()
48 void LVC_Mixer_SetTimeConstant(LVMixer3_st *pStream, in LVC_Mixer_SetTimeConstant() argument62 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_SetTimeConstant()
48 void LVC_Mixer_Init( LVMixer3_st *pStream, in LVC_Mixer_Init() argument54 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_Init()
47 void LVC_Mixer_SetTarget(LVMixer3_st *pStream, in LVC_Mixer_SetTarget() argument53 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_SetTarget()
108 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()
209 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()
195 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()
357 if ((pInput->pStream == NULL) || (pInput->dataLen == 0)) in H264SwDecDecode()387 tmpStream = pInput->pStream; in H264SwDecDecode()
149 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()
79 u8 *pStream; /* Pointer to stream to be decoded */ member