Searched refs:dst (Results 51 - 75 of 164) sorted by relevance

1234567

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_MixInSoft_D16C31_SAT.c39 LVM_INT16 *dst,
66 LVC_Core_MixInSoft_D16C31_SAT( &(ptrInstance->MixerStream[0]), src, dst, n);
69 LVC_Core_MixInSoft_D16C31_SAT( &(ptrInstance->MixerStream[0]), src, dst, n);
82 Add2_Sat_16x16( src, dst, n );
87 Mac3s_Sat_16x16(src,(LVM_INT16)(pInstance->Target>>16),dst,n);
37 LVC_MixInSoft_D16C31_SAT( LVMixer3_1St_st *ptrInstance, LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
H A DCore_MixHard_2St_D32C31_SAT.c32 LVM_INT32 *dst,
55 *dst++ = Temp2;
29 Core_MixHard_2St_D32C31_SAT( Mix_2St_Cll_t *pInstance, const LVM_INT32 *src1, const LVM_INT32 *src2, LVM_INT32 *dst, LVM_INT16 n) argument
H A DDelayAllPass_Sat_32x16To32.c35 LVM_INT32 *dst, /* Source/destination */
63 *dst = c;
64 dst++;
30 DelayAllPass_Sat_32x16To32( LVM_INT32 *delay, LVM_UINT16 size, LVM_INT16 coeff, LVM_UINT16 DelayOffset, LVM_UINT16 *pAllPassOffset, LVM_INT32 *dst, LVM_INT16 n) argument
H A DLVC_MixSoft_1St_2i_D16C31_SAT.c39 LVM_INT16 *dst,
95 LVC_Core_MixSoft_1St_2i_D16C31_WRA( &(ptrInstance->MixerStream[0]),&(ptrInstance->MixerStream[1]), src, dst, n);
107 if(src!=dst)
109 Copy_16(src, dst, n);
114 LVC_Core_MixHard_1St_2i_D16C31_SAT(&(ptrInstance->MixerStream[0]),&(ptrInstance->MixerStream[1]), src, dst, n);
37 LVC_MixSoft_1St_2i_D16C31_SAT( LVMixer3_2St_st *ptrInstance, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dfindhalfpel.cpp150 uint8 *dst; local
161 dst = subpel_pred;
163 dst -= 4; /* offset */
176 *((uint32*)(dst += 4)) = tmp32;
220 dst = subpel_pred + V0Q_H2Q * SUBPEL_PRED_BLK_SIZE; /* go to the 14th array 17x18*/
236 *dst++ = tmp32;
243 *dst++ = tmp32;
250 *dst++ = tmp32;
257 *dst++ = tmp32;
267 *dst
458 VertInterpWClip(uint8 *dst, uint8 *ref) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp89 uint8_t *dst = accessUnit->data() + offset; local
97 dst[0] = 0xff;
99 dst[1] =
102 dst[2] = (profile << 6)
106 dst[3] = ((channelConfig & 3) << 6) | (frameLength >> 11);
108 dst[4] = (frameLength >> 3) & 0xff;
109 dst[5] = (frameLength & 7) << 5;
110 dst[6] = 0x00;
112 memcpy(dst + 7, nal->data(), nal->size());
H A DAPacketSource.cpp300 uint8_t *dst = csd->data(); local
301 *dst++ = 0x03;
302 *dst++ = 20 + config->size();
303 *dst++ = 0x00; // ES_ID
304 *dst++ = 0x00;
305 *dst++ = 0x00; // streamDependenceFlag, URL_Flag, OCRstreamFlag
306 *dst++ = 0x04;
307 *dst++ = 15 + config->size();
308 *dst++ = objectType;
309 for (int i = 0; i < 12; ++i) { *dst
328 EncodeSize(uint8_t *dst, size_t x) argument
386 uint8_t *dst = csd->data(); local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp40 Short *dst; local
50 dst = out + 64 ;
51 ColTh = *dst;
108 dst[0] = k0;
109 dst[4] = k1; /* col. 4 */
127 dst[2] = k2; /* col. 2 */
129 dst[6] = k3; /* col. 6 */
151 dst[5] = k4; /* col. 5 */
153 dst[1] = k5; /* col. 1 */
154 dst[
269 Short *dst; local
475 Short *dst; local
654 Short *dst; local
865 Short *dst; local
1052 Short *dst; local
[all...]
H A Dmotion_comp.cpp1458 *((ULong*)dst) = temp; \
1459 *((ULong*)(dst+4)) = temp; \
1460 *((ULong*)(dst+=lx)) = temp; \
1461 *((ULong*)(dst+4)) = temp; \
1462 *((ULong*)(dst+=lx)) = temp; \
1463 *((ULong*)(dst+4)) = temp; \
1464 *((ULong*)(dst+=lx)) = temp; \
1465 *((ULong*)(dst+4)) = temp; \
1466 *((ULong*)(dst+=lx)) = temp; \
1467 *((ULong*)(dst
1524 UChar *src, *dst; local
1540 dst = c_prev - (lx << 3); local
1544 dst = c_prev - 8; local
1578 dst = src + lx; local
1696 dst = src + lx + 1; local
1948 Int *src, *dst; local
[all...]
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp30 typedef void (*FromColorProc)(void* dst, const SkColor src[], int width,
33 static void FromColor_D32(void* dst, const SkColor src[], int width, argument
35 SkPMColor* d = (SkPMColor*)dst;
42 static void FromColor_D32_Raw(void* dst, const SkColor src[], int width, argument
46 memcpy(dst, src, width * sizeof(SkColor));
51 SkPMColor* d = (SkPMColor*)dst;
59 static void FromColor_D565(void* dst, const SkColor src[], int width, argument
61 uint16_t* d = (uint16_t*)dst;
71 static void FromColor_D4444(void* dst, const SkColor src[], int width, argument
73 SkPMColor16* d = (SkPMColor16*)dst;
83 FromColor_D4444_Raw(void* dst, const SkColor src[], int width, int x, int y) argument
118 void* dst = dstBitmap.getPixels(); local
149 ToColor_S32_Alpha(SkColor dst[], const void* src, int width, SkColorTable*) argument
158 ToColor_S32_Raw(SkColor dst[], const void* src, int width, SkColorTable*) argument
169 ToColor_S32_Opaque(SkColor dst[], const void* src, int width, SkColorTable*) argument
180 ToColor_S4444_Alpha(SkColor dst[], const void* src, int width, SkColorTable*) argument
189 ToColor_S4444_Raw(SkColor dst[], const void* src, int width, SkColorTable*) argument
200 ToColor_S4444_Opaque(SkColor dst[], const void* src, int width, SkColorTable*) argument
211 ToColor_S565(SkColor dst[], const void* src, int width, SkColorTable*) argument
222 ToColor_SI8_Alpha(SkColor dst[], const void* src, int width, SkColorTable* ctable) argument
233 ToColor_SI8_Raw(SkColor dst[], const void* src, int width, SkColorTable* ctable) argument
246 ToColor_SI8_Opaque(SkColor dst[], const void* src, int width, SkColorTable* ctable) argument
591 SkBitmap* dst = new SkBitmap; local
628 SkColor dst[1]; local
648 jint* dst = env->GetIntArrayElements(pixelArray, NULL); local
699 void* dst = bitmap->getPixels(); local
[all...]
/frameworks/av/media/libstagefright/
H A DSkipCutBuffer.cpp63 char *dst = (char*) buffer->data(); local
64 size_t copied = read(dst, buffer->size());
90 char *dst = (char*) buffer->base(); local
91 size_t copied = read(dst, buffer->capacity());
133 size_t SkipCutBuffer::read(char *dst, size_t num) { argument
148 memcpy(dst, mCutBuffer + mReadHead, copyfirst);
150 dst += copyfirst;
155 memcpy(dst, mCutBuffer, num);
H A DFLACExtractor.cpp125 void (*mCopy)(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels);
383 static void copyMono8(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) argument
386 *dst++ = src[0][i] << 8;
390 static void copyStereo8(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) argument
393 *dst++ = src[0][i] << 8;
394 *dst++ = src[1][i] << 8;
398 static void copyMultiCh8(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) argument
402 *dst++ = src[c][i] << 8;
407 static void copyMono16(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) argument
410 *dst
414 copyStereo16(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) argument
422 copyMultiCh16(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) argument
433 copyMono24(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) argument
440 copyStereo24(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) argument
448 copyMultiCh24(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) argument
457 copyTrespass(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java201 public boolean setRectToRect(RectF src, RectF dst, ScaleToFit stf) {
207 public boolean setPolyToPoly(float[] src, int srcIndex, float[] dst, int dstIndex,
492 /** Controlls how the src rect should align into the dst rect for
497 * Scale in X and Y independently, so that src matches dst exactly.
503 * but will also ensure that src fits entirely inside dst. At least one
505 * left and top edges of dst.
510 * but will also ensure that src fits entirely inside dst. At least one
511 * axis (X or Y) will fit exactly. The result is centered inside dst.
516 * but will also ensure that src fits entirely inside dst. At least one
518 * right and bottom edges of dst
539 setRectToRect(RectF src, RectF dst, ScaleToFit stf) argument
547 checkPointArrays(float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount) argument
571 setPolyToPoly(float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount) argument
602 mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, int pointCount) argument
624 mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int vectorCount) argument
639 mapPoints(float[] dst, float[] src) argument
657 mapVectors(float[] dst, float[] src) argument
696 mapRect(RectF dst, RectF src) argument
864 native_setRectToRect(int native_object, RectF src, RectF dst, int stf) argument
866 native_setPolyToPoly(int native_object, float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount) argument
869 native_mapPoints(int native_object, float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount, boolean isPts) argument
872 native_mapRect(int native_object, RectF dst, RectF src) argument
[all...]
H A DPathMeasure.java112 * Given a start and stop distance, return in dst the intervening
115 * If startD <= stopD then return false (and leave dst untouched).
118 public boolean getSegment(float startD, float stopD, Path dst, boolean startWithMoveTo) { argument
119 return native_getSegment(native_instance, startD, stopD, dst.ni(), startWithMoveTo);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp123 static void idctrow(int16 *blk, uint8 *pred, uint8 *dst, int width);
323 void Copy_Blk_to_Vop(uint8 *dst, uint8 *pred, int width) argument
327 *((uint32*)dst) = *((uint32*)pred);
328 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4));
329 *((uint32*)(dst += width)) = *((uint32*)(pred += 12));
330 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4));
331 *((uint32*)(dst += width)) = *((uint32*)(pred += 12));
332 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4));
333 *((uint32*)(dst += width)) = *((uint32*)(pred += 12));
334 *((uint32*)(dst
348 BlockIDCT( uint8 *dst, uint8 *pred, int16 *coeff_in, int width, int nz_coefs, uint8 *bitmapcol, uint8 bitmaprow ) argument
509 idctrow( int16 *blk, uint8 *pred, uint8 *dst, int width ) argument
[all...]
/frameworks/native/opengl/libagl/
H A Dmipmap.cpp59 uint16_t* dst = (uint16_t*)cur.data; local
74 dst[x + y*stride] = rgb;
82 uint16_t* dst = (uint16_t*)cur.data; local
94 dst[x + y*stride] = (r<<11)|(g<<6)|(b<<1)|a;
102 uint32_t* dst = (uint32_t*)cur.data; local
121 dst[x + y*stride] = rgba;
138 uint8_t* dst = (uint8_t*)cur.data; local
149 dst[x + y*stride + c] = (p00 + p10 + p01 + p11) >> 2;
158 uint16_t* dst = (uint16_t*)cur.data; local
172 dst[
[all...]
/frameworks/rs/
H A DrsScriptC_Lib.cpp137 void rsrSetObject(const Context *rsc, ObjectBase **dst, ObjectBase * src) { argument
143 if (dst[0]) {
144 CHECK_OBJ(dst[0]);
145 dst[0]->decSysRef();
147 *dst = src;
150 void rsrClearObject(const Context *rsc, ObjectBase **dst) { argument
152 if (dst[0]) {
153 CHECK_OBJ(dst[0]);
154 dst[0]->decSysRef();
156 *dst
[all...]
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp363 uint8_t *dst = out->data() + outBytesUsed; local
366 *dst++ = 24; // STAP-A header
369 *dst++ = (nalSize >> 8) & 0xff;
370 *dst++ = nalSize & 0xff;
371 memcpy(dst, nalStart, nalSize);
392 uint8_t *dst = out->data() + outBytesUsed; local
393 dst[0] = (nri << 5) | 28;
395 dst[1] = nalType;
398 dst[1] |= 0x80;
402 dst[
429 uint8_t *dst = out->data(); local
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewRenderer.cpp110 void *dst; local
113 bounds, &dst));
115 *data = (uint8_t*)dst;
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp385 //int copy_and_append(dir_rec_t* dst, dir_rec_t* src, char* suffix)
386 dir_rec_t dst; local
392 EXPECT_EQ(0, copy_and_append(&dst, &src, "app/"))
395 EXPECT_STREQ("/data/app/", dst.path)
398 EXPECT_EQ(10, (ssize_t) dst.len)
404 char dst[dst_size]; local
405 char *dstp = dst;
411 EXPECT_STREQ("FOO", dst)
417 EXPECT_STREQ("FOOFOO", dst)
423 char dst[dst_siz local
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAssetsAtlasActivity.java57 final Rect dst = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight());
63 canvas.drawBitmap(mBitmap, src, dst, null);
/frameworks/base/libs/hwui/
H A DGradientCache.cpp216 uint8_t*& dst) const {
221 *dst++ = uint8_t(a * (start.r * oppAmount + end.r * amount));
222 *dst++ = uint8_t(a * (start.g * oppAmount + end.g * amount));
223 *dst++ = uint8_t(a * (start.b * oppAmount + end.b * amount));
224 *dst++ = uint8_t(alpha);
228 uint8_t*& dst) const {
232 float* d = (float*) dst;
238 dst += 4 * sizeof(float);
269 uint8_t* dst = pixels; local
283 (this->*mix)(start, end, amount, dst);
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java137 public boolean mapRect(RectF dst, RectF src) { argument
150 dst.left = Math.min(Math.min(corners[0], corners[2]), Math.min(corners[4], corners[6]));
151 dst.right = Math.max(Math.max(corners[0], corners[2]), Math.max(corners[4], corners[6]));
153 dst.top = Math.min(Math.min(corners[1], corners[3]), Math.min(corners[5], corners[7]));
154 dst.bottom = Math.max(Math.max(corners[1], corners[3]), Math.max(corners[5], corners[7]));
583 RectF dst, int stf) {
594 if (dst.isEmpty()) {
599 float tx, sx = dst.width() / src.width();
600 float ty, sy = dst.height() / src.height();
612 tx = dst
582 native_setRectToRect(int native_object, RectF src, RectF dst, int stf) argument
647 native_setPolyToPoly(int native_object, float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount) argument
685 native_mapPoints(int native_object, float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount, boolean isPts) argument
700 native_mapRect(int native_object, RectF dst, RectF src) argument
910 mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, int pointCount) argument
949 mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaMetadataRetriever.cpp164 static void rotate0(T* dst, const T* src, size_t width, size_t height) argument
166 memcpy(dst, src, width * height * sizeof(T));
170 static void rotate90(T* dst, const T* src, size_t width, size_t height) argument
174 dst[j * height + height - 1 - i] = src[i * width + j];
180 static void rotate180(T* dst, const T* src, size_t width, size_t height) argument
184 dst[(height - 1 - i) * width + width - 1 - j] = src[i * width + j];
190 static void rotate270(T* dst, const T* src, size_t width, size_t height) argument
194 dst[(width - 1 - j) * height + i] = src[i * width + j];
200 static void rotate(T *dst, const T *src, size_t width, size_t height, int angle) argument
204 rotate0(dst, sr
[all...]
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp159 uint8_t *dst = outHeader->pBuffer; local
161 memcpy(dst, srcLine, img->d_w);
164 dst += img->d_w;
169 memcpy(dst, srcLine, img->d_w / 2);
172 dst += img->d_w / 2;
177 memcpy(dst, srcLine, img->d_w / 2);
180 dst += img->d_w / 2;

Completed in 588 milliseconds

1234567