Searched refs:dst (Results 26 - 50 of 220) sorted by relevance

123456789

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DCore_MixSoft_1St_D32C31_WRA.c31 LVM_INT32 *dst,
63 *dst = Temp2;
64 dst++;
77 *dst = Temp2;
78 dst++;
84 *dst = Temp2;
85 dst++;
91 *dst = Temp2;
92 dst++;
97 *dst
29 Core_MixSoft_1St_D32C31_WRA( Mix_1St_Cll_t *pInstance, const LVM_INT32 *src, LVM_INT32 *dst, LVM_INT16 n) argument
[all...]
H A DLVC_Mixer_Private.h55 LVM_INT16 *dst,
60 LVM_INT16 *dst,
67 LVM_INT16 *dst,
80 LVM_INT16 *dst, /* dst can be equal to src */
92 LVM_INT16 *dst, /* dst can be equal to src */
101 LVM_INT32 *dst,
106 LVM_INT32 *dst,
113 LVM_INT32 *dst,
[all...]
H A DLVC_MixSoft_1St_D16C31_SAT.c39 LVM_INT16 *dst,
65 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,dst,n);
66 LVC_Core_MixSoft_1St_D16C31_WRA( &(ptrInstance->MixerStream[0]), dst, dst, n);
69 LVC_Core_MixSoft_1St_D16C31_WRA( &(ptrInstance->MixerStream[0]), src, dst, n);
79 LoadConst_16(0, dst, n);
81 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,dst,n);
83 Mult3s_16x16( dst, (LVM_INT16)(pInstance->Target>>16), dst, n );
87 Mult3s_16x16( src, (LVM_INT16)(pInstance->Target>>16), dst,
37 LVC_MixSoft_1St_D16C31_SAT( LVMixer3_1St_st *ptrInstance, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
[all...]
H A DLVC_Core_MixHard_2St_D16C31_SAT.c32 LVM_INT16 *dst,
50 *dst++ = 0x7FFF;
52 *dst++ = - 0x8000;
54 *dst++ = (LVM_INT16)Temp;
28 LVC_Core_MixHard_2St_D16C31_SAT( LVMixer3_st *ptrInstance1, LVMixer3_st *ptrInstance2, const LVM_INT16 *src1, const LVM_INT16 *src2, LVM_INT16 *dst, LVM_INT16 n) argument
H A DLVC_Core_MixSoft_1St_2i_D16C31_WRA.c33 LVM_INT16 *dst,
92 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15); /* Q15*Q15>>15 into Q15 */
93 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15); /* Q15*Q15>>15 into Q15 */
130 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15); /* Q15*Q15>>15 into Q15 */
131 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15); /* Q15*Q15>>15 into Q15 */
132 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15);
133 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15);
134 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15);
135 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15);
136 *(dst
30 LVC_Core_MixSoft_1St_2i_D16C31_WRA( LVMixer3_st *ptrInstance1, LVMixer3_st *ptrInstance2, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
[all...]
H A DLVC_Core_MixSoft_1St_D16C31_WRA.c32 LVM_INT16 *dst,
58 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
70 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
71 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
72 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
73 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
85 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
96 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
97 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
98 *(dst
30 LVC_Core_MixSoft_1St_D16C31_WRA( LVMixer3_st *ptrInstance, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
[all...]
H A DMixSoft_1St_D32C31_WRA.c40 LVM_INT32 *dst,
60 Core_MixSoft_1St_D32C31_WRA( pInstance, src, dst, n);
70 LoadConst_32(0, dst, n);
72 if (src != dst)
73 Copy_16((LVM_INT16*)src, (LVM_INT16*)dst, (LVM_INT16)(n * 2));
76 Mult3s_32x16( src, (LVM_INT16)(pInstance->Current>>16), dst, n );
38 MixSoft_1St_D32C31_WRA( Mix_1St_Cll_t *pInstance, const LVM_INT32 *src, LVM_INT32 *dst, LVM_INT16 n) argument
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
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/
H A DBridgeBufferIterator.java50 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { argument
51 assert dst.length >= dstOffset + byteCount;
52 mByteBuffer.get(dst, dstOffset, byteCount);
66 public void readIntArray(int[] dst, int dstOffset, int intCount) { argument
68 dst[dstOffset++] = mByteBuffer.getInt();
/frameworks/base/libs/hwui/utils/
H A DNinePatchImpl.cpp64 static void drawStretchyPatch(SkCanvas* canvas, SkIRect& src, const SkRect& dst, argument
70 canvas->drawRect(dst, paint);
80 canvas->drawRect(dst, paint);
85 canvas->drawBitmapRect(bitmap, SkRect::Make(src), dst, &paint);
163 SkRect dst; local
207 dst.fTop = bounds.fTop;
228 dst.fLeft = bounds.fLeft;
231 dst.fBottom = bounds.fBottom;
236 dst.fBottom = dst
[all...]
/frameworks/av/include/media/stagefright/
H A DColorConverter.h68 const BitmapParams &src, const BitmapParams &dst);
71 const BitmapParams &src, const BitmapParams &dst);
74 const BitmapParams &src, const BitmapParams &dst);
77 const BitmapParams &src, const BitmapParams &dst);
80 const BitmapParams &src, const BitmapParams &dst);
83 const BitmapParams &src, const BitmapParams &dst);
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DMixer.h77 LVM_INT32 *dst,
83 LVM_INT32 *dst,
88 LVM_INT32 *dst,
97 LVM_INT32 *dst,
103 LVM_INT32 *dst,
108 LVM_INT32 *dst,
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dme_utils.cpp220 UChar *src, *dst; local
239 dst = src - (pitch << 4);
241 *((ULong*)(dst - 16)) = temp1;
242 *((ULong*)(dst - 12)) = temp1;
243 *((ULong*)(dst - 8)) = temp1;
244 *((ULong*)(dst - 4)) = temp1;
246 M4VENC_MEMCPY(dst, src, width);
248 *((ULong*)(dst += width)) = temp2;
249 *((ULong*)(dst + 4)) = temp2;
250 *((ULong*)(dst
[all...]
H A Dm4venc_oscl.h35 #define M4VENC_MEMCPY(dst,src,size) memcpy(dst,src,size)
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java94 final Rect dst) {
95 onDrawCircularBitmap(getBitmap().bmp, canvas, src, dst, 1f);
123 final Rect src, final Rect dst) {
124 onDrawCircularBitmap(bitmap, canvas, src, dst, 1f);
132 final Rect src, final Rect dst, final float alpha) {
142 float scale = Math.max((float) dst.width() / src.width(),
143 (float) dst.height() / src.height());
145 // Translate bitmap to dst bounds.
146 mMatrix.postTranslate(dst.left, dst
93 onDrawBitmap(final Canvas canvas, final Rect src, final Rect dst) argument
122 onDrawCircularBitmap(final Bitmap bitmap, final Canvas canvas, final Rect src, final Rect dst) argument
131 onDrawCircularBitmap(final Bitmap bitmap, final Canvas canvas, final Rect src, final Rect dst, final float alpha) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlendComposite.java199 public abstract int[] blend(int[] src, int[] dst, int[] result); argument
206 public int[] blend(int[] src, int[] dst, int[] result) {
208 result[i] = Math.min(255, src[i] + dst[i]);
216 public int[] blend(int[] src, int[] dst, int[] result) {
218 result[i] = Math.min(src[i], dst[i]);
220 result[3] = Math.min(255, src[3] + dst[3]);
227 public int[] blend(int[] src, int[] dst, int[] result) {
229 result[i] = Math.max(src[i], dst[i]);
231 result[3] = Math.min(255, src[3] + dst[3]);
238 public int[] blend(int[] src, int[] dst, in
[all...]
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp101 BitmapParams dst(
111 err = convertYUV420PlanarUseLibYUV(src, dst);
113 err = convertYUV420Planar(src, dst);
118 err = convertCbYCrY(src, dst);
122 err = convertQCOMYUV420SemiPlanar(src, dst);
126 err = convertYUV420SemiPlanar(src, dst);
130 err = convertTIYUV420PackedSemiPlanar(src, dst);
144 const BitmapParams &src, const BitmapParams &dst) {
150 && src.cropWidth() == dst.cropWidth()
151 && src.cropHeight() == dst
143 convertCbYCrY( const BitmapParams &src, const BitmapParams &dst) argument
207 convertYUV420PlanarUseLibYUV( const BitmapParams &src, const BitmapParams &dst) argument
235 convertYUV420Planar( const BitmapParams &src, const BitmapParams &dst) argument
329 convertQCOMYUV420SemiPlanar( const BitmapParams &src, const BitmapParams &dst) argument
401 convertYUV420SemiPlanar( const BitmapParams &src, const BitmapParams &dst) argument
475 convertTIYUV420PackedSemiPlanar( const BitmapParams &src, const BitmapParams &dst) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct.h48 void idctrow0(int16 *blk, uint8 *pred, uint8 *dst, int width);
49 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width);
50 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width);
51 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width);
52 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width);
/frameworks/rs/
H A DrsScriptC_Lib.cpp132 static void SetObjectRef(const Context *rsc, const ObjectBase *dst, const ObjectBase *src) { argument
133 //ALOGE("setObjectRef %p,%p %p", rsc, dst, src);
138 if (dst) {
139 CHECK_OBJ(dst);
140 dst->decSysRef();
145 void rsrClearObject(const Context *rsc, void *dst) { argument
146 ObjectBase **odst = (ObjectBase **)dst;
157 void rsrClearObject(rs_object_base *dst) { argument
159 ALOGE("rsrClearObject %p,%p", dst, dst
169 rsrClearObject(const Context *rsc, rs_object_base *dst) argument
174 rsrSetObject(const Context *rsc, void *dst, ObjectBase *src) argument
188 rsrSetObject(const Context *rsc, rs_object_base *dst, const ObjectBase *src) argument
[all...]
/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/base/core/jni/android/graphics/
H A DRegion.cpp54 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); local
56 SkASSERT(dst && src);
57 *dst = *src;
61 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); local
62 bool result = dst->setRect(left, top, right, bottom);
68 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); local
71 SkASSERT(dst && path && clip);
72 bool result = dst->setPath(*path, *clip);
92 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); local
96 bool result = dst
101 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); local
110 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); local
156 Region_translate(JNIEnv* env, jobject region, jint x, jint y, jobject dst) argument
165 scale_rect(SkIRect* dst, const SkIRect& src, float scale) argument
174 scale_rgn(SkRegion* dst, const SkRegion& src, float scale) argument
186 Region_scale(JNIEnv* env, jobject region, jfloat scale, jobject dst) argument
[all...]

Completed in 496 milliseconds

123456789