Searched defs:pOutput (Results 1 - 3 of 3) sorted by relevance

/external/srec/audio/AudioIn/UNIX/src/
H A Dfilter.c161 * typeSample *pOutput, FIR_struct *pFIR)
211 * *pOutput = acc
221 * pOutput - pointer to output sample buffer
229 typeSample *pOutput, FIR_struct *pFIR)
288 *pOutput = (typeSample) (accum >> pFIR->scale);
228 FIR_downsample(unsigned int nInput, typeSample *pInput, typeSample *pOutput, FIR_struct *pFIR) argument
/external/chromium/net/http/
H A Dmock_sspi_library_win.cc44 PSecBufferDesc pOutput,
48 PSecBuffer out_buffer = pOutput->pBuffers;
34 InitializeSecurityContext( PCredHandle phCredential, PCtxtHandle phContext, SEC_WCHAR* pszTargetName, unsigned long fContextReq, unsigned long Reserved1, unsigned long TargetDataRep, PSecBufferDesc pInput, unsigned long Reserved2, PCtxtHandle phNewContext, PSecBufferDesc pOutput, unsigned long* contextAttr, PTimeStamp ptsExpiry) argument
H A Dhttp_auth_sspi_win.h54 PSecBufferDesc pOutput,
97 PSecBufferDesc pOutput,
102 pInput, Reserved2, phNewContext, pOutput,
88 InitializeSecurityContext(PCredHandle phCredential, PCtxtHandle phContext, SEC_WCHAR* pszTargetName, unsigned long fContextReq, unsigned long Reserved1, unsigned long TargetDataRep, PSecBufferDesc pInput, unsigned long Reserved2, PCtxtHandle phNewContext, PSecBufferDesc pOutput, unsigned long* contextAttr, PTimeStamp ptsExpiry) argument

Completed in 559 milliseconds