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

1 2

  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_decoder.c 43 uint8_t *pDest, *pSrc;
57 pDest = dest; /* start to decode src to dest */
66 pDest[0] = tpChar << 2;
72 pDest[0] |= (tpChar >> 4);
73 pDest[1] = tpChar << 4; /* to second byte */
80 return pDest - dest + 1;
81 pDest[1] |= (tpChar >> 2);
82 pDest[2] = tpChar << 6; /* to third byte */
89 return pDest - dest + 2;
90 pDest[2] |= tpChar
    [all...]
  /external/icu4c/common/
ustrtrns.c 44 UChar *pDest;
64 pDest = dest;
74 if(pDest < destLimit) {
75 *pDest++ = (UChar)ch;
95 if(pDest < destLimit) {
96 *pDest++ = (UChar)ch;
102 if((pDest + 2) <= destLimit) {
103 *pDest++ = U16_LEAD(ch);
104 *pDest++ = U16_TRAIL(ch);
119 reqLength += (int32_t)(pDest - dest)
    [all...]
utext.cpp     [all...]
  /external/chromium/third_party/icu/source/common/
ustrtrns.c 44 UChar *pDest;
63 pDest = dest;
73 if(pDest < destLimit) {
74 *pDest++ = (UChar)ch;
94 if(pDest < destLimit) {
95 *pDest++ = (UChar)ch;
101 if((pDest + 2) <= destLimit) {
102 *pDest++ = U16_LEAD(ch);
103 *pDest++ = U16_TRAIL(ch);
118 reqLength += (int32_t)(pDest - dest)
    [all...]
utext.cpp     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osClsfr.c 112 NWIF_CLSFR_ENTRY *pSrc, *pDest;
126 pDest = (NWIF_CLSFR_ENTRY *)(pAdapter->qosClassifierTable);
132 pDest[clsfrIndex].ip = pSrc[clsfrIndex].ip;
133 pDest[clsfrIndex].port = pSrc[clsfrIndex].port;
134 pDest[clsfrIndex].pri = pSrc[clsfrIndex].pri;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
cmnMemory.c 52 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
54 memcpy (pDest, pSource, uSize);
68 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
70 memmove (pDest, pSource, uSize);
  /frameworks/base/media/libstagefright/codecs/common/
cmnMemory.c 52 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
54 memcpy (pDest, pSource, uSize);
68 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
70 memmove (pDest, pSource, uSize);
  /frameworks/base/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/base/media/libstagefright/codecs/common/include/
cmnMemory.h 63 * \param pDest [in/out] address of destination memory
68 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
92 * \param pDest [in/out] address of destination memory
97 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
voMem.h 46 VO_U32 (VO_API * Copy) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
49 VO_U32 (VO_API * Move) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.h 141 #define COPY_UNALIGNED_WORD(pDest, pSrc) {((UINT8 *)(pDest))[0] = ((UINT8 *)(pSrc))[0];\
142 ((UINT8 *)(pDest))[1] = ((UINT8 *)(pSrc))[1];}
144 #define COPY_UNALIGNED_LONG(pDest, pSrc) {((UINT8 *)(pDest))[0] = ((UINT8 *)(pSrc))[0];\
145 ((UINT8 *)(pDest))[1] = ((UINT8 *)(pSrc))[1];\
146 ((UINT8 *)(pDest))[2] = ((UINT8 *)(pSrc))[2];\
147 ((UINT8 *)(pDest))[3] = ((UINT8 *)(pSrc))[3];}
  /external/chromium/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/icu4c/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/third_party/icu/source/test/cintltst/
custrtrn.c     [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 46 void mx4transform(float x, float y, float z, float w, const float* pM, float* pDest) {
47 pDest[0] = pM[0 + 4 * 0] * x + pM[0 + 4 * 1] * y + pM[0 + 4 * 2] * z + pM[0 + 4 * 3] * w;
48 pDest[1] = pM[1 + 4 * 0] * x + pM[1 + 4 * 1] * y + pM[1 + 4 * 2] * z + pM[1 + 4 * 3] * w;
49 pDest[2] = pM[2 + 4 * 0] * x + pM[2 + 4 * 1] * y + pM[2 + 4 * 2] * z + pM[2 + 4 * 3] * w;
50 pDest[3] = pM[3 + 4 * 0] * x + pM[3 + 4 * 1] * y + pM[3 + 4 * 2] * z + pM[3 + 4 * 3] * w;
139 float* pDest = & poly.vert[0].sx;
142 memcpy(pDest , pTransformed + 4 * (pIndices[i ] - minIndex), 4 * sizeof(float));
143 memcpy(pDest + 4, pTransformed + 4 * (pIndices[i + 1] - minIndex), 4 * sizeof(float));
144 memcpy(pDest + 8, pTransformed + 4 * (pIndices[i + 2] - minIndex), 4 * sizeof(float));
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]
  /external/icu4c/test/cintltst/
custrtrn.c     [all...]
  /development/tools/etc1tool/
etc1tool.cpp 375 etc1_byte* pDest = pDiffImage;
378 int diff = *pSrc++ - *pDest;
386 *pDest++ = (png_byte) diff;
  /system/media/opensles/libopensles/
android_AudioRecorder.cpp 224 short *pDest = (short*)((char *)oldFront->mBuffer + ar->mBufferQueue.mSizeConsumed);
231 memcpy (pDest, pBuff->i16, pBuff->size);
248 memcpy (pDest, pBuff->i16, pBuff->size);
  /external/chromium/third_party/icu/source/tools/genrb/
wrtxml.cpp 221 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength,
229 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){
232 dest =*pDest;
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 221 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength,
229 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){
232 dest =*pDest;
    [all...]
  /external/sqlite/dist/
sqlite3.h.orig     [all...]
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 293 milliseconds

1 2