/external/libnfc-nxp/src/ |
phFriNfc_LlcpUtils.h | 44 * If pIn == pOut the buffer is empty. 51 volatile uint8_t *pOut; /* Points to 1 before where the next TU1 will leave buffer */
|
/frameworks/av/media/libeffects/testlibs/ |
AudioEqualizer.cpp | 226 audio_sample_t * pOut, 229 mpLowShelf->process(pIn, pOut, frameCount); 231 mpPeakingFilters[i].process(pIn, pOut, frameCount); 233 mpHighShelf->process(pIn, pOut, frameCount);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
DecTestBench.c | 594 u8 *pOut, *pIn; 622 pOut = pOutImage; 629 *pOut++ = *pIn++; 646 *pOut++ = *pIn++; 660 *pOut++ = *pIn++;
|
TestBenchMultipleInstance.c | 462 u8 *pOut, *pIn; 487 pOut = pOutImage; 494 *pOut++ = *pIn++; 510 *pOut++ = *pIn++; 523 *pOut++ = *pIn++;
|
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fulltext.c | 376 DocList *pOut; 381 DocList *pIn, int iOffset, DocList *pOut){ 383 m->pOut = pOut; 388 assert( pOut->iType <= DL_POSITIONS ); 393 * If the merge matches, write [iDocid] to m->pOut; if m->pOut 403 docListAddDocid(m->pOut, iDocid); 406 if( m->pOut->iType >= DL_POSITIONS ){ 407 docListAddPos(m->pOut, in_pos) [all...] |
fts1.c | 678 ** routine adds nothing to pOut. 682 ** document record to pOut. If pOut wants to hold positions, then 692 DocList *pOut /* Write the merged document record here */ 702 docListAddDocid(pOut, iDocid); 705 if( pOut->iType>=DL_POSITIONS ){ 706 docListAddPos(pOut, iRightCol, iRightPos); 722 ** Write the phrase intersection of these two doclists into pOut. 727 ** The output pOut may or may not contain positions. If pOut [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
motion_comp.cpp | [all...] |
/frameworks/compile/libbcc/lib/Renderscript/ |
RSCompilerDriver.cpp | 420 bool RSCompilerDriver::build(RSScript &pScript, const char *pOut, 433 Compiler::ErrorCode status = compileScript(pScript, pOut, pOut, pRuntimePath,
|
/external/chromium_org/third_party/sqlite/src/src/ |
vdbeapi.c | 685 Mem *pOut; 690 pOut = &pVm->pResultSet[i]; 717 pOut = (Mem*)&nullMem; 719 return pOut; 799 Mem *pOut = columnMem(pStmt, i); 800 if( pOut->flags&MEM_Static ){ 801 pOut->flags &= ~MEM_Static; 802 pOut->flags |= MEM_Ephem; 805 return (sqlite3_value *)pOut; [all...] |
parse.y | 724 ** ExprSpan.zEnd values of pOut so that the span covers the complete 727 static void spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd){ 728 pOut->zStart = pStart->z; 729 pOut->zEnd = &pEnd->z[pEnd->n]; 733 ** new Expr to populate pOut. Set the span of pOut to be the identifier 736 static void spanExpr(ExprSpan *pOut, Parse *pParse, int op, Token *pValue){ 737 pOut->pExpr = sqlite3PExpr(pParse, op, 0, 0, pValue); 738 pOut->zStart = pValue->z; 739 pOut->zEnd = &pValue->z[pValue->n] [all...] |
vdbeaux.c | 490 VdbeOp *pOut = &p->aOp[i+addr]; 491 pOut->opcode = pIn->opcode; 492 pOut->p1 = pIn->p1; 493 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){ 494 pOut->p2 = addr + ADDR(p2); 496 pOut->p2 = p2; 498 pOut->p3 = pIn->p3; 499 pOut->p4type = P4_NOTUSED; 500 pOut->p4.p = 0; 501 pOut->p5 = 0 [all...] |
os_os2.c | 454 static int os2CheckReservedLock( sqlite3_file *id, int *pOut ){ 485 *pOut = r; [all...] |
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorTools.cpp | [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pcm.c | 978 EAS_I32 *pOut; [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pcm.c | 978 EAS_I32 *pOut; [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcm.c | 978 EAS_I32 *pOut; [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3_snippet.c | 646 ** append it to string buffer pOut. 657 StrBuffer *pOut /* Write output here */ 703 rc = fts3StringAppend(pOut, &zDoc[iEnd], -1); 719 rc = fts3StringAppend(pOut, zEllipsis, -1); 726 rc = fts3StringAppend(pOut, zEllipsis, -1); 734 if( iCurrent>iPos ) rc = fts3StringAppend(pOut, &zDoc[iEnd], iBegin-iEnd); 735 if( rc==SQLITE_OK && isHighlight ) rc = fts3StringAppend(pOut, zOpen, -1); 736 if( rc==SQLITE_OK ) rc = fts3StringAppend(pOut, &zDoc[iBegin], iFin-iBegin); 737 if( rc==SQLITE_OK && isHighlight ) rc = fts3StringAppend(pOut, zClose, -1); [all...] |
fts3.c | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2.c | [all...] |
/external/chromium_org/third_party/opus/src/silk/ |
main.h | 369 opus_int16 pOut[], /* O Pointer to output speech frame */
|
/external/sonivox/arm-fm-22k/host_src/ |
eas.h | 160 * pOut - output buffer pointer 169 EAS_PUBLIC EAS_RESULT EAS_Render (EAS_DATA_HANDLE pEASData, EAS_PCM *pOut, EAS_I32 numRequested, EAS_I32 *pNumGenerated); [all...] |
/external/sonivox/arm-hybrid-22k/host_src/ |
eas.h | 160 * pOut - output buffer pointer 169 EAS_PUBLIC EAS_RESULT EAS_Render (EAS_DATA_HANDLE pEASData, EAS_PCM *pOut, EAS_I32 numRequested, EAS_I32 *pNumGenerated); [all...] |
/external/sonivox/arm-wt-22k/host_src/ |
eas.h | 160 * pOut - output buffer pointer 169 EAS_PUBLIC EAS_RESULT EAS_Render (EAS_DATA_HANDLE pEASData, EAS_PCM *pOut, EAS_I32 numRequested, EAS_I32 *pNumGenerated); [all...] |
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
EffectReverb.cpp | 401 // pOut: pointer to stereo 16 bit output data 407 // pOut: pointer to updated stereo 16 bit output data 412 LVM_INT16 *pOut, 535 pOut[i] = clamp16((int32_t)pOut[i] + (int32_t)OutFrames16[i]); 539 memcpy(pOut, OutFrames16, frameCount*sizeof(LVM_INT16)*2); [all...] |
/external/aac/libAACdec/src/ |
aacdec_hcr.cpp | 621 FIXP_DBL *pOut; 644 pOut = SPEC(pQuantizedSpectralCoefficientsBase, window, pAacDecoderChannelInfo->granuleLength); 648 *pOut++ = *pTeVa++; [all...] |