HomeSort by relevance Sort by last modified time
    Searched refs:pIn (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/third_party/opus/src/silk/
VAD.c 81 const opus_int16 pIn[] /* I PCM input */
105 silk_ana_filt_bank_1( pIn, &psSilk_VAD->AnaState[ 0 ], &X[ 0 ][ 0 ], &X[ 3 ][ 0 ], psEncC->frame_length );
main.h 276 const opus_int16 pIn[] /* I PCM input */
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 381 DocList *pIn, int iOffset, DocList *pOut){
382 readerInit(&m->in, pIn);
387 assert( pIn==NULL || pIn->iType <= DL_POSITIONS );
435 if( peekDocid(&m->in)>iDocid ){ /* [pIn] has no match with iDocid */
    [all...]
fts1.c 662 ** Read the next docid off of pIn. Return 0 if we reach the end.
667 static sqlite_int64 nextDocid(DocListReader *pIn){
668 skipPositionList(pIn);
669 return atEnd(pIn) ? 0 : readDocid(pIn);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
select.c     [all...]
where.c     [all...]
vdbeaux.c 487 VdbeOpList const *pIn = aOp;
488 for(i=0; i<nOp; i++, pIn++){
489 int p2 = pIn->p2;
491 pOut->opcode = pIn->opcode;
492 pOut->p1 = pIn->p1;
498 pOut->p3 = pIn->p3;
    [all...]
tclsqlite.c 751 sqlite3_value *pIn = argv[i];
755 switch( sqlite3_value_type(pIn) ){
757 int bytes = sqlite3_value_bytes(pIn);
758 pVal = Tcl_NewByteArrayObj(sqlite3_value_blob(pIn), bytes);
762 sqlite_int64 v = sqlite3_value_int64(pIn);
771 double r = sqlite3_value_double(pIn);
780 int bytes = sqlite3_value_bytes(pIn);
781 pVal = Tcl_NewStringObj((char *)sqlite3_value_text(pIn), bytes);
    [all...]
vdbe.c     [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 400 // pIn: pointer to stereo/mono 16 bit input data
411 int process( LVM_INT16 *pIn,
438 fwrite(pIn, frameCount*sizeof(LVM_INT16)*samplesPerFrame, 1, pContext->PcmInPtr);
451 pContext->InFrames32[i] = (LVM_INT32)pIn[i]<<8;
456 pContext->InFrames32[2*i] = (pIn[2*i] * REVERB_SEND_LEVEL) >> 4; // <<8 + >>12
457 pContext->InFrames32[2*i+1] = (pIn[2*i+1] * REVERB_SEND_LEVEL) >> 4; // <<8 + >>12
486 OutFrames16[i] = clamp16((pContext->OutFrames32[i]>>8) + (LVM_INT32)pIn[i]);
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 453 const SSL3Opaque *pIn, PRInt32 nIn)
461 msg = dtls_AllocQueuedMessage(ss->ssl3.cwSpec->epoch, type, pIn, nIn);
772 const SSL3Opaque * pIn,
804 PR_FALSE, type, pIn, contentLen,
    [all...]
sslimpl.h     [all...]
ssl3con.c     [all...]
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrlLib.h 630 char *pIn,
NVCtrl.c 1046 char *pIn,
1066 if (pIn) {
1067 inSize = strlen(pIn) + 1;
1085 if (pIn) {
1086 Data(dpy, pIn, inSize);
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 697 // pIn: pointer to stereo 16 bit input data
708 int LvmBundle_process(LVM_INT16 *pIn,
735 fwrite(pIn, frameCount*sizeof(LVM_INT16)*2, 1, pContext->pBundledContext->PcmInPtr);
743 pIn, /* Input buffer */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1273 milliseconds

12