Searched refs:dst (Results 26 - 50 of 210) 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
/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/core/jni/android/graphics/
H A DNinePatchImpl.cpp66 static void drawStretchyPatch(SkCanvas* canvas, SkIRect& src, const SkRect& dst, argument
72 canvas->drawRect(dst, paint);
82 canvas->drawRect(dst, paint);
87 canvas->drawBitmapRect(bitmap, &src, dst, &paint);
165 SkRect dst; local
209 dst.fTop = bounds.fTop;
230 dst.fLeft = bounds.fLeft;
233 dst.fBottom = bounds.fBottom;
238 dst.fBottom = dst
[all...]
H A DAvoidXfermode.h47 void xfer32(SkPMColor dst[], const SkPMColor src[], int count,
49 void xfer16(uint16_t dst[], const SkPMColor src[], int count,
51 void xferA8(SkAlpha dst[], const SkPMColor src[], int count,
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
242 void* dst = p->writeInplace(size); local
[all...]
/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/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(const Context *rsc, rs_object_base *dst) { argument
159 ALOGE("rsrClearObject %p,%p", dst, dst
169 rsrSetObject(const Context *rsc, void *dst, ObjectBase *src) argument
183 rsrSetObject(const Context *rsc, rs_object_base *dst, const ObjectBase *src) argument
[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);
/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/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp97 BitmapParams dst(
106 err = convertYUV420Planar(src, dst);
110 err = convertCbYCrY(src, dst);
114 err = convertQCOMYUV420SemiPlanar(src, dst);
118 err = convertYUV420SemiPlanar(src, dst);
122 err = convertTIYUV420PackedSemiPlanar(src, dst);
136 const BitmapParams &src, const BitmapParams &dst) {
142 && src.cropWidth() == dst.cropWidth()
143 && src.cropHeight() == dst.cropHeight())) {
147 uint16_t *dst_ptr = (uint16_t *)dst
135 convertCbYCrY( const BitmapParams &src, const BitmapParams &dst) argument
199 convertYUV420Planar( const BitmapParams &src, const BitmapParams &dst) argument
293 convertQCOMYUV420SemiPlanar( const BitmapParams &src, const BitmapParams &dst) argument
365 convertYUV420SemiPlanar( const BitmapParams &src, const BitmapParams &dst) argument
439 convertTIYUV420PackedSemiPlanar( const BitmapParams &src, const BitmapParams &dst) 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;

Completed in 572 milliseconds

123456789