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

12345678

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_Mixer.h103 LVM_INT16 *dst,
108 LVM_INT16 *dst,
114 LVM_INT16 *dst, /* dst cannot be equal to src2 */
125 LVM_INT16 *dst, /* dst can be equal to src */
H A DMixInSoft_D32C31_SAT.c38 LVM_INT32 *dst,
58 Core_MixInSoft_D32C31_SAT( pInstance, src, dst, n);
69 Add2_Sat_32x32( src, dst, n );
71 Core_MixInSoft_D32C31_SAT( pInstance, src, dst, n);
36 MixInSoft_D32C31_SAT( Mix_1St_Cll_t *pInstance, const LVM_INT32 *src, LVM_INT32 *dst, LVM_INT16 n) argument
H A DCore_MixInSoft_D32C31_SAT.c31 LVM_INT32 *dst,
57 Temp2=*dst;
67 *dst++ = Temp1;
78 Temp2=*dst;
88 *dst++ = Temp1;
29 Core_MixInSoft_D32C31_SAT( Mix_1St_Cll_t *pInstance, const LVM_INT32 *src, LVM_INT32 *dst, LVM_INT16 n) argument
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/base/native/
H A Dcopy-to-ndk.sh23 local dst=$NDK_PLATFORMS/$j/include/android/$i
24 if [ "$changed" == "" -a -e $dst ]; then
25 echo "Exists: $dst"
26 if diff $src $dst >/dev/null; then
/frameworks/av/cmds/stagefright/
H A Djpeg.cpp75 uint8_t *dst = row_data; local
77 dst[0] = from565to8(*src, 11, 5);
78 dst[1] = from565to8(*src, 5, 6);
79 dst[2] = from565to8(*src, 0, 5);
80 dst += 3;
/frameworks/native/include/utils/
H A DUnicode.h59 * Stores a UTF-8 string converted from "src" in "dst", if "dst_length" is not
61 * into "dst" as much as possible. See the examples for more detail.
63 * dst" is not null-terminated when dst_len is fully used (like strncpy).
71 * "dst" becomes \xE3\x81\x82\xE3\x81\x84\0
72 * (note that "dst" is null-terminated)
80 * "dst" becomes \xE3\x81\x82\0
81 * (note that "dst" is null-terminated, but \u3044 is not stored in "dst"
82 * since "dst" does not have enough size to store the character)
90 * "dst" become
[all...]
/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/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);
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java204 public boolean setRectToRect(RectF src, RectF dst, ScaleToFit stf) {
210 public boolean setPolyToPoly(float[] src, int srcIndex, float[] dst, int dstIndex,
485 /** Controlls how the src rect should align into the dst rect for
490 * Scale in X and Y independently, so that src matches dst exactly.
496 * but will also ensure that src fits entirely inside dst. At least one
498 * left and top edges of dst.
503 * but will also ensure that src fits entirely inside dst. At least one
504 * axis (X or Y) will fit exactly. The result is centered inside dst.
509 * but will also ensure that src fits entirely inside dst. At least one
511 * right and bottom edges of dst
532 setRectToRect(RectF src, RectF dst, ScaleToFit stf) argument
540 checkPointArrays(float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount) argument
564 setPolyToPoly(float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount) argument
595 mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, int pointCount) argument
617 mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int vectorCount) argument
632 mapPoints(float[] dst, float[] src) argument
650 mapVectors(float[] dst, float[] src) argument
689 mapRect(RectF dst, RectF src) argument
851 native_setRectToRect(int native_object, RectF src, RectF dst, int stf) argument
853 native_setPolyToPoly(int native_object, float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount) argument
856 native_mapPoints(int native_object, float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount, boolean isPts) argument
859 native_mapRect(int native_object, RectF dst, RectF src) argument
[all...]
/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A DBlock_private.h58 void (*copy)(void *dst, void *src);
78 void (*byref_keep)(struct Block_byref *dst, struct Block_byref *src);
161 void (*Block_copy)(void *dst, void *src); /* iff BLOCK_HAS_COPY_DISPOSE */
/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/base/core/jni/android/graphics/
H A DBitmap.cpp29 typedef void (*FromColorProc)(void* dst, const SkColor src[], int width,
32 static void FromColor_D32(void* dst, const SkColor src[], int width, argument
34 SkPMColor* d = (SkPMColor*)dst;
41 static void FromColor_D565(void* dst, const SkColor src[], int width, argument
43 uint16_t* d = (uint16_t*)dst;
53 static void FromColor_D4444(void* dst, const SkColor src[], int width, argument
55 SkPMColor16* d = (SkPMColor16*)dst;
85 void* dst = dstBitmap.getPixels(); local
88 if (NULL == dst || NULL == proc) {
96 dst
116 ToColor_S32_Alpha(SkColor dst[], const void* src, int width, SkColorTable*) argument
125 ToColor_S32_Opaque(SkColor dst[], const void* src, int width, SkColorTable*) argument
136 ToColor_S4444_Alpha(SkColor dst[], const void* src, int width, SkColorTable*) argument
145 ToColor_S4444_Opaque(SkColor dst[], const void* src, int width, SkColorTable*) argument
156 ToColor_S565(SkColor dst[], const void* src, int width, SkColorTable*) argument
167 ToColor_SI8_Alpha(SkColor dst[], const void* src, int width, SkColorTable* ctable) argument
178 ToColor_SI8_Opaque(SkColor dst[], const void* src, int width, SkColorTable* ctable) argument
489 SkBitmap* dst = new SkBitmap; local
525 SkColor dst[1]; local
545 jint* dst = env->GetIntArrayElements(pixelArray, NULL); local
596 void* dst = bitmap->getPixels(); local
[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.cpp118 void rsrSetObject(const Context *rsc, const Script *sc, ObjectBase **dst, ObjectBase * src) { argument
124 if (dst[0]) {
125 CHECK_OBJ(dst[0]);
126 dst[0]->decSysRef();
128 *dst = src;
131 void rsrClearObject(const Context *rsc, const Script *sc, ObjectBase **dst) { argument
133 if (dst[0]) {
134 CHECK_OBJ(dst[0]);
135 dst[0]->decSysRef();
137 *dst
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptC_Lib.cpp118 void rsrSetObject(const Context *rsc, const Script *sc, ObjectBase **dst, ObjectBase * src) { argument
124 if (dst[0]) {
125 CHECK_OBJ(dst[0]);
126 dst[0]->decSysRef();
128 *dst = src;
131 void rsrClearObject(const Context *rsc, const Script *sc, ObjectBase **dst) { argument
133 if (dst[0]) {
134 CHECK_OBJ(dst[0]);
135 dst[0]->decSysRef();
137 *dst
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewRenderer.cpp110 void *dst; local
113 bounds, &dst));
115 *data = (uint8_t*)dst;
/frameworks/native/libs/utils/
H A DUnicode.cpp191 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst) argument
193 if (src == NULL || src_len == 0 || dst == NULL) {
199 char *cur = dst;
240 char16_t *strcpy16(char16_t *dst, const char16_t *src) argument
242 char16_t *q = dst;
250 return dst;
262 char16_t *strncpy16(char16_t *dst, const char16_t *src, size_t n) argument
264 char16_t *q = dst;
277 return dst;
333 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst) argument
472 utf8_to_utf32(const char* src, size_t src_len, char32_t* dst) argument
[all...]

Completed in 538 milliseconds

12345678