HomeSort by relevance Sort by last modified time
    Searched refs:dst (Results 376 - 400 of 1855) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
ColorTemperatureFilter.java 42 public void process(Photo src, Photo dst) {
45 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
FaceliftFilter.java 41 public void process(Photo src, Photo dst) {
44 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
FillLightFilter.java 42 public void process(Photo src, Photo dst) {
45 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
FisheyeFilter.java 42 public void process(Photo src, Photo dst) {
45 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
GrainFilter.java 42 public void process(Photo src, Photo dst) {
45 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
HighlightFilter.java 42 public void process(Photo src, Photo dst) {
46 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
SaturationFilter.java 42 public void process(Photo src, Photo dst) {
45 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
ShadowFilter.java 42 public void process(Photo src, Photo dst) {
46 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
SharpenFilter.java 42 public void process(Photo src, Photo dst) {
45 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
StraightenFilter.java 39 public void process(Photo src, Photo dst) {
43 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
TintFilter.java 37 public void process(Photo src, Photo dst) {
40 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
VignetteFilter.java 42 public void process(Photo src, Photo dst) {
45 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
  /external/v8/src/ia32/
codegen-ia32.cc 98 Register dst = edi; local
101 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
107 __ movdqu(Operand(dst, 0), xmm0);
108 __ mov(edx, dst);
112 __ add(dst, Operand(edx));
135 __ movdqa(Operand(dst, 0x00), xmm0);
136 __ movdqa(Operand(dst, 0x10), xmm1);
137 __ add(Operand(dst), Immediate(0x20));
149 __ movdqa(Operand(dst, 0), xmm0);
150 __ add(Operand(dst), Immediate(0x10))
216 Register dst = edi; local
    [all...]
  /external/opencv/cv/src/
cvpyramids.cpp 83 icvPyrDownG5x5_##flavor##_CnR( const type* src, int srcstep, type* dst, \
95 srcstep /= sizeof(src[0]); dststep /= sizeof(dst[0]); \
98 for( y = 0; y < size.height; y += 2, dst += dststep ) \
185 dst[x] = (type)_pd_scale_( PD_FILTER( row01[x], row01[x1], \
193 dst[x] = (type)_pd_scale_( PD_RB( row01[x], row01[x1], \
201 dst[x] = (type)_pd_scale_( PD_LT( row01[x], row01[x1], row23[x] )); \
206 dst[x] = (type)_pd_scale_( PD_SINGULAR( row01[x], row01[x1] )); \
281 icvPyrUpG5x5_##flavor##_CnR( const type* src, int srcstep, type* dst, \
293 srcstep /= sizeof(src[0]); dststep /= sizeof(dst[0]); \
296 for( y = 0; y < size.height; y++, dst += 2 * dststep )
943 CvMat dststub, *dst = (CvMat*)dstarr; local
1036 CvMat dststub, *dst = (CvMat*)dstarr; local
    [all...]
  /bionic/libc/inet/
inet_ntop.c 34 static const char *inet_ntop4(const u_char *src, char *dst, size_t size);
35 static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
38 * inet_ntop(af, src, dst, size)
41 * pointer to presentation format address (`dst'), or NULL (see errno).
46 inet_ntop(int af, const void *src, char *dst, size_t size)
50 return (inet_ntop4(src, dst, size));
52 return (inet_ntop6(src, dst, size));
61 * inet_ntop4(src, dst, size)
64 * `dst' (as a const)
72 inet_ntop4(const u_char *src, char *dst, size_t size
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 143 static inline void bacpy(bdaddr_t *dst, const bdaddr_t *src)
145 memcpy(dst, src, sizeof(bdaddr_t));
148 void baswap(bdaddr_t *dst, const bdaddr_t *src);
175 static inline void ntoh128(const uint128_t *src, uint128_t *dst)
177 memcpy(dst, src, sizeof(uint128_t));
180 static inline void btoh128(const uint128_t *src, uint128_t *dst)
185 dst->data[15 - i] = src->data[i];
201 static inline void ntoh128(const uint128_t *src, uint128_t *dst)
206 dst->data[15 - i] = src->data[i];
209 static inline void btoh128(const uint128_t *src, uint128_t *dst)
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.cpp 102 inline void db_WarpImageLutFast_u(const unsigned char * const * src, unsigned char ** dst, int w, int h,
105 assert(src && dst);
117 dst[j][i] = 0;
119 dst[j][i] = src[yd][xd];
123 inline void db_WarpImageLutBilinear_u(const unsigned char * const * src, unsigned char ** dst, int w, int h,
126 assert(src && dst);
136 dst[j][i] = 0;
138 dst[j][i] = db_BilinearInterpolation(yd, xd, src);
143 void db_WarpImageLut_u(const unsigned char * const * src, unsigned char ** dst, int w, int h,
149 db_WarpImageLutFast_u(src,dst,w,h,lut_x,lut_y)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbmatrox.c 65 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
76 if ( dst == this->screen ) {
80 switch (dst->format->BytesPerPixel) {
89 FB_dst_to_xy(this, dst, &dstX, &dstY);
112 FB_AddBusySurface(dst);
114 if ( dst == this->screen ) {
121 SDL_Surface *dst, SDL_Rect *dstrect)
133 if ( dst->pitch != SDL_VideoSurface->pitch ) {
134 return(src->map->sw_blit(src, srcrect, dst, dstrect));
141 if ( dst == this->screen )
    [all...]
  /external/skia/samplecode/
SampleSkLayer.cpp 35 SkVector4 src, dst; local
37 dst = mat * src;
38 SkDebugf("map: src: %g %g %g dst: %g %g %g (%g) expected: %g %g %g match: %d\n",
40 dst.fData[0], dst.fData[1], dst.fData[2], dst.fData[3],
42 dst.fData[0] == x1 && dst.fData[1] == y1 && dst.fData[2] == z1)
48 SkMatrix dst = mat; local
    [all...]
  /external/libvpx/vp8/common/
reconintra.c 27 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
34 unsigned char *yabove_row = x->dst.y_buffer - x->dst.y_stride;
42 yleft_col[i] = x->dst.y_buffer [i* x->dst.y_stride -1];
152 unsigned char *yabove_row = x->dst.y_buffer - x->dst.y_stride;
158 int y_stride = x->dst.y_stride;
159 ypred_ptr = x->dst.y_buffer; /*x->predictor;*/
163 yleft_col[i] = x->dst.y_buffer [i* x->dst.y_stride -1]
    [all...]
  /external/skia/src/core/
SkBlitter_A8.cpp 93 #define solid_8_pixels(mask, dst) \
95 if (mask & 0x80) dst[0] = 0xFF; \
96 if (mask & 0x40) dst[1] = 0xFF; \
97 if (mask & 0x20) dst[2] = 0xFF; \
98 if (mask & 0x10) dst[3] = 0xFF; \
99 if (mask & 0x08) dst[4] = 0xFF; \
100 if (mask & 0x04) dst[5] = 0xFF; \
101 if (mask & 0x02) dst[6] = 0xFF; \
102 if (mask & 0x01) dst[7] = 0xFF; \
107 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 69 mb_replace (char *dst, const char c)
75 *dst++ = '\xc3';
76 *dst++ = '\xa1';
79 *dst++ = '\xc3';
80 *dst++ = '\x81';
84 *dst++ = '\xc4';
85 *dst++ = '\x8d';
88 *dst++ = '\xc4';
89 *dst++ = '\x8c';
93 *dst++ = '\xc4'
116 char *ret, *dst; local
141 char *ret, *dst; local
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 47 jint* dst = reinterpret_cast<jint*>(dstShorts); local
53 *dst++ = v2;
58 *reinterpret_cast<jshort*>(dst) = bswap_16(v);
70 jint* dst = reinterpret_cast<jint*>(dstLongs); local
75 *dst++ = bswap_32(v2);
76 *dst++ = bswap_32(v1);
96 static void Memory_peekByteArray(JNIEnv* env, jclass, jint srcAddress, jbyteArray dst, jint dstOffset, jint byteCount) {
97 env->SetByteArrayRegion(dst, dstOffset, byteCount, cast<const jbyte*>(srcAddress));
109 Scoped ## JNI_NAME ## ArrayRW elements(env, dst); \
117 env->Set ## JNI_NAME ## ArrayRegion(dst, dstOffset, count, src);
234 jbyte* dst = reinterpret_cast<jbyte*>(&result); local
259 jbyte* dst = cast<jbyte*>(dstAddress); local
304 jbyte* dst = dstBytes + dstOffset*sizeofElement; local
321 jbyte* dst = dstBytes.get() + dstOffset; local
    [all...]
  /external/bluetooth/bluez/compat/
pand.c 76 char dst[40]; member in struct:__anon1476
90 static void do_kill(char *dst);
102 char dst[20]; member in struct:script_arg
126 static void run_script(char *script, char *dev, char *dst, int sk, int nsk)
153 argv[2] = dst;
202 down_cmd->dev, down_cmd->dst,
308 strncpy(down_cmd.dst, str, strlen(str) + 1);
333 static int create_connection(char *dst, bdaddr_t *bdaddr)
341 syslog(LOG_INFO, "Connecting to %s", dst);
375 run_script(devupcmd, netdev, dst, sk, -1)
453 char dst[40]; local
631 char *dst = NULL, *src = NULL; local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 51 const BookmarkNode* src, BookmarkModel* model, sync_api::WriteNode* dst) {
53 dst->SetIsFolder(src->is_folder());
54 dst->SetTitle(UTF16ToWideHack(src->GetTitle()));
56 dst->SetURL(src->GetURL());
57 SetSyncNodeFavicon(src, model, dst);
63 std::vector<unsigned char>* dst) {
66 dst->clear();
75 if (!gfx::PNGCodec::EncodeBGRASkBitmap(favicon, false, dst))
285 sync_api::WriteNode* dst, BookmarkModelAssociator* associator) {
296 dst->InitByCreation(syncable::BOOKMARKS, sync_parent, NULL)
383 const BookmarkNode* dst = local
459 const BookmarkNode* dst = model_associator_->GetChromeNodeFromSyncId( local
    [all...]

Completed in 473 milliseconds

<<11121314151617181920>>