Searched defs:pInput (Results 1 - 14 of 14) sorted by relevance

/external/srec/audio/AudioIn/UNIX/src/
H A Dfilter.c160 * FIR_type FIR_downsample(unsigned int nInput, typeSample *pInput,
177 * *pInput = s20
220 * pInput - pointer to input sample buffer
228 void FIR_downsample(unsigned int nInput, typeSample *pInput, argument
250 *pz-- = *pInput++;
/external/chromium_org/net/http/
H A Dmock_sspi_library_win.cc41 PSecBufferDesc pInput,
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.h53 PSecBufferDesc pInput,
96 PSecBufferDesc pInput,
104 pInput, Reserved2, phNewContext, pOutput,
90 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
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_tokenizer1.c35 const char *pInput; /* input we are tokenizing */ member in struct:simple_tokenizer_cursor
37 int iOffset; /* current position in pInput */
101 ** string to be tokenized is pInput[0..nBytes-1]. A cursor
107 const char *pInput, int nBytes, /* String to be tokenized */
115 c->pInput = pInput;
116 if( pInput==0 ){
119 c->nBytes = (int)strlen(pInput);
157 unsigned char *p = (unsigned char *)c->pInput;
105 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
H A Dsimple_tokenizer.c38 const char *pInput; /* input we are tokenizing */ member in struct:simple_tokenizer_cursor
40 const char *pCurrent; /* current position in pInput */
92 const char *pInput, int nBytes,
98 c->pInput = pInput;
99 c->nBytes = nBytes<0 ? (int) strlen(pInput) : nBytes;
100 c->pCurrent = c->pInput; /* start tokenizing at the beginning */
130 while( c->pCurrent-c->pInput<c->nBytes ){
146 *piStartOffset = (int) (c->pCurrent-c->pInput);
90 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer1.c42 const char *pInput; /* input we are tokenizing */ member in struct:simple_tokenizer_cursor
44 int iOffset; /* current position in pInput */
110 ** string to be tokenized is pInput[0..nBytes-1]. A cursor
116 const char *pInput, int nBytes, /* String to be tokenized */
124 c->pInput = pInput;
125 if( pInput==0 ){
128 c->nBytes = (int)strlen(pInput);
166 unsigned char *p = (unsigned char *)c->pInput;
114 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer1.c43 const char *pInput; /* input we are tokenizing */ member in struct:simple_tokenizer_cursor
45 int iOffset; /* current position in pInput */
110 ** string to be tokenized is pInput[0..nBytes-1]. A cursor
116 const char *pInput, int nBytes, /* String to be tokenized */
126 c->pInput = pInput;
127 if( pInput==0 ){
130 c->nBytes = (int)strlen(pInput);
168 unsigned char *p = (unsigned char *)c->pInput;
114 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
/external/aac/libSBRenc/src/
H A Dresampler.cpp355 INT_PCM *pInput, /*!< input of filter */
382 input = ((FIXP_DBL)pInput[n*inStride]) << (DFRACT_BITS-SAMPLE_BITS-BIQUAD_SCALE);
384 input = pInput[n*inStride] >> BIQUAD_SCALE;
354 AdvanceFilter(LP_FILTER *downFilter, INT_PCM *pInput, int downRatio, int inStride) argument
/external/aac/libFDK/src/
H A Dfft.cpp204 static inline void fft15(FIXP_DBL *pInput) argument
217 const FIXP_DBL *pSrc = pInput;
294 FIXP_DBL *RESTRICT pDst = pInput;
1086 #define fftN2(pInput, length, dim1, dim2, fft_func1, fft_func2, RotVectorReal, RotVectorImag) \
1100 const FIXP_DBL* pSrc = pInput; \
1121 output samples are at the address of pInput. The input vector for the fft of length dim2 is built \
1123 of pInput. \
1128 FIXP_DBL *RESTRICT pDstOut = pInput; \
1160 FIXP_DBL *pInput,
1172 at the address of pInput
1159 fftN2( FIXP_DBL *pInput, const int length, const int dim1, const int dim2, void (* const fft1)(FIXP_DBL *), void (* const fft2)(FIXP_DBL *), const FIXP_STB *RotVectorReal, const FIXP_STB *RotVectorImag ) argument
1283 fft60(FIXP_DBL *pInput, INT *pScalefactor) argument
1303 fft240(FIXP_DBL *pInput, INT *pScalefactor) argument
1322 fft480(FIXP_DBL *pInput, INT *pScalefactor) argument
1332 fft(int length, FIXP_DBL *pInput, INT *pScalefactor) argument
1394 ifft(int length, FIXP_DBL *pInput, INT *scalefactor) argument
[all...]
/external/aac/libAACenc/src/
H A Dpsy_main.cpp445 INT_PCM *pInput,
515 &pInput[chIdx[ch]],
551 &pInput[chIdx[ch]],
652 &pInput[ (2*psyConf->granuleLength-blockSwitchingOffset)*totalChannels + chIdx[ch] ],
440 FDKaacEnc_psyMain(INT channels, PSY_ELEMENT *psyElement, PSY_DYNAMIC *psyDynamic, PSY_CONFIGURATION *psyConf, PSY_OUT_ELEMENT *RESTRICT psyOutElement, INT_PCM *pInput, INT *chIdx, INT totalChannels ) argument
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c1249 EAS_I8 *pInput; local
1253 pInput = (EAS_I8*) convBuf;
1255 pInput = (EAS_I8*) convBuf + 1;
1267 *p++ = *pInput;
1268 pInput += 2;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c119716 const char *pInput; /* input we are tokenizing */ member in struct:simple_tokenizer_cursor
119787 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c136049 const char *pInput; /* input we are tokenizing */ member in struct:simple_tokenizer_cursor
136120 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c136081 const char *pInput; /* input we are tokenizing */ member in struct:simple_tokenizer_cursor
136152 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]

Completed in 843 milliseconds