HomeSort by relevance Sort by last modified time
    Searched defs:pDest (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 71 ;// pDest RN 2 ;// destination data buffer
76 pDest RN 2
79 MOV pDest, pDst
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 71 ;// pDest RN 2 ;// destination data buffer
76 pDest RN 2
79 MOV pDest, pDst
  /external/chromium_org/third_party/icu/source/common/
ustrtrns.cpp 50 UChar *pDest;
70 pDest = dest;
80 if(pDest < destLimit) {
81 *pDest++ = (UChar)ch;
101 if(pDest < destLimit) {
102 *pDest++ = (UChar)ch;
108 if(pDest!=NULL && ((pDest + 2) <= destLimit)) {
109 *pDest++ = U16_LEAD(ch);
110 *pDest++ = U16_TRAIL(ch)
    [all...]
  /external/icu/icu4c/source/common/
ustrtrns.cpp 50 UChar *pDest;
70 pDest = dest;
80 if(pDest < destLimit) {
81 *pDest++ = (UChar)ch;
101 if(pDest < destLimit) {
102 *pDest++ = (UChar)ch;
108 if(pDest!=NULL && ((pDest + 2) <= destLimit)) {
109 *pDest++ = U16_LEAD(ch);
110 *pDest++ = U16_TRAIL(ch)
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_bookmark.cpp 72 CPDF_Object* pDest = m_pDict->GetElementValue("Dest");
73 if (pDest == NULL) {
76 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
78 CFX_ByteStringC name = pDest->GetString();
80 } else if (pDest->GetType() == PDFOBJ_ARRAY) {
81 return (CPDF_Array*)pDest;
doc_link.cpp 89 CPDF_Object* pDest = m_pDict->GetElementValue("Dest");
90 if (pDest == NULL) {
93 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
95 CFX_ByteStringC name = pDest->GetString();
97 } else if (pDest->GetType() == PDFOBJ_ARRAY) {
98 return (CPDF_Array*)pDest;
doc_action.cpp 17 CPDF_Object* pDest = m_pDict->GetElementValue("D");
18 if (pDest == NULL) {
21 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
23 CFX_ByteStringC name = pDest->GetString();
25 } else if (pDest->GetType() == PDFOBJ_ARRAY) {
26 return (CPDF_Array*)pDest;
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 64 LVM_INT16 *pDest;
72 pDest = pBuffer->pScratch;
137 pDest, /* Destination */
140 pDest += NumChannels * pBuffer->InDelaySamples; /* Update the destination pointer */
150 pDest, /* Destination */
290 LVM_INT16 *pDest;
307 pDest = *pProcessed; /* The start of the output buffer */
316 pDest, /* Detsination */
318 pDest += 2 * pBuffer->OutDelaySamples; /* Update the output pointer */
321 *pToProcess = pDest; /* Set the address to start processing *
    [all...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 238 short *pDest = (short*)((char *)oldFront->mBuffer + ar->mBufferQueue.mSizeConsumed);
245 memcpy (pDest, pBuff->i16, pBuff->size);
262 memcpy (pDest, pBuff->i16, pBuff->size);
  /development/tools/etc1tool/
etc1tool.cpp 375 etc1_byte* pDest = pDiffImage;
378 int diff = *pSrc++ - *pDest;
386 *pDest++ = (png_byte) diff;
  /external/chromium_org/third_party/icu/source/test/perf/normperf/
normperf.h 105 UChar* pDest;
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status);
129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status);
131 retVal = (*fn)(src,-1,pDest,destLen, options, status);
152 pDest = dest;
163 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR);
169 if(dest != pDest){
170 free(pDest);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_tile.c 613 uint *pDest = z;
632 memcpy(pDest, ptrc, 4 * w);
633 pDest += dstStride;
646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff);
648 pDest += dstStride;
661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff);
663 pDest += dstStride;
675 pDest[j] = (ptrc[j] << 16) | ptrc[j];
677 pDest += dstStride;
689 pDest[j] = 0
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
backup.c 29 Btree *pDest; /* Destination b-tree file */
31 int bDestLocked; /* True once a write-transaction is open on pDest */
126 rc = sqlite3BtreeSetPageSize(p->pDest,sqlite3BtreeGetPageSize(p->pSrc),-1,0);
177 p->pDest = findBtree(pDestDb, pDestDb, zDestDb);
183 if( 0==p->pSrc || 0==p->pDest || setDestPgsz(p)==SQLITE_NOMEM ){
217 Pager * const pDestPager = sqlite3BtreePager(p->pDest);
219 int nDestPgsz = sqlite3BtreeGetPageSize(p->pDest);
224 int nDestReserve = sqlite3BtreeGetReserve(p->pDest);
269 if( iDest==PENDING_BYTE_PAGE(p->pDest->pBt) ) continue;
341 Pager * const pDestPager = sqlite3BtreePager(p->pDest); /* Dest pager *
    [all...]
  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 105 UChar* pDest;
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status);
129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status);
131 retVal = (*fn)(src,-1,pDest,destLen, options, status);
152 pDest = dest;
163 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR);
169 if(dest != pDest){
170 free(pDest);
  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.c 613 uint *pDest = z;
632 memcpy(pDest, ptrc, 4 * w);
633 pDest += dstStride;
646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff);
648 pDest += dstStride;
661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff);
663 pDest += dstStride;
675 pDest[j] = (ptrc[j] << 16) | ptrc[j];
677 pDest += dstStride;
689 pDest[j] = 0
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 273 FX_LPSTR pDest = pDestStart;
276 *pDest ++ = _hex2dec(pSrc[i + 1]) * 16 + _hex2dec(pSrc[i + 2]);
279 *pDest ++ = pSrc[i];
282 result.ReleaseBuffer((FX_STRSIZE)(pDest - pDestStart));
  /external/pdfium/core/src/fxcrt/
fx_basic_array.cpp 345 FX_BYTE* pDest = (FX_BYTE*)GetAt(i);
347 pDest[j] = pSrc[j];
fx_basic_bstring.cpp 909 FX_LPSTR pDest = pNewData->m_String;
912 FXSYS_memcpy32(pDest, pStart, pTarget - pStart);
913 pDest += pTarget - pStart;
914 FXSYS_memcpy32(pDest, lpszNew.GetCStr(), lpszNew.GetLength());
915 pDest += lpszNew.GetLength();
918 FXSYS_memcpy32(pDest, pStart, pEnd - pStart);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 312 FX_LPBYTE pDest = dest_buf;
315 FXSYS_memcpy32(pDest, src_buf, dest_pitch);
316 pDest += dest_pitch;
329 FX_LPBYTE pDest = dest_buf;
336 pDest[dest_offset] = (FX_BYTE)(src_buf[src_offset + 2] * alpha);
337 pDest[dest_offset + 1] = (FX_BYTE)(src_buf[src_offset + 1] * alpha);
338 pDest[dest_offset + 2] = (FX_BYTE)(src_buf[src_offset] * alpha);
343 pFileWrite->WriteBlock(pDest, dest_pitch);
344 pDest = dest_buf;
346 pDest += dest_pitch;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c     [all...]
  /external/libnfc-nxp/src/
phFriNfc_Llcp.c 98 phNfc_sData_t * pDest = NULL;
105 pDest = phOsalNfc_GetMemory(sizeof(phNfc_sData_t));
106 if (pDest == NULL)
111 pDest->buffer = phOsalNfc_GetMemory(pOrig->length);
112 if (pDest->buffer == NULL)
117 memcpy(pDest->buffer, pOrig->buffer, pOrig->length);
118 pDest->length = pOrig->length;
120 return pDest;
123 if (pDest != NULL)
125 if (pDest->buffer != NULL
    [all...]
  /external/aac/libAACdec/src/
aacdec_hcr.cpp 754 UCHAR *pDest;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 166 CPDF_DIBTransferFunc* pDest = FX_NEW CPDF_DIBTransferFunc(this);
167 pDest->LoadSrc(pSrc, bAutoDropSrc);
168 return pDest;
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 44 void mx4transform(float x, float y, float z, float w, const float* pM, float* pDest) {
45 pDest[0] = pM[0 + 4 * 0] * x + pM[0 + 4 * 1] * y + pM[0 + 4 * 2] * z + pM[0 + 4 * 3] * w;
46 pDest[1] = pM[1 + 4 * 0] * x + pM[1 + 4 * 1] * y + pM[1 + 4 * 2] * z + pM[1 + 4 * 3] * w;
47 pDest[2] = pM[2 + 4 * 0] * x + pM[2 + 4 * 1] * y + pM[2 + 4 * 2] * z + pM[2 + 4 * 3] * w;
48 pDest[3] = pM[3 + 4 * 0] * x + pM[3 + 4 * 1] * y + pM[3 + 4 * 2] * z + pM[3 + 4 * 3] * w;
137 float* pDest = & poly.vert[0].sx;
140 memcpy(pDest , pTransformed + 4 * (pIndices[i ] - minIndex), 4 * sizeof(float));
141 memcpy(pDest + 4, pTransformed + 4 * (pIndices[i + 1] - minIndex), 4 * sizeof(float));
142 memcpy(pDest + 8, pTransformed + 4 * (pIndices[i + 2] - minIndex), 4 * sizeof(float));

Completed in 803 milliseconds

1 2