HomeSort by relevance Sort by last modified time
    Searched full:dst_pos (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 409 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; local
413 Uint16 *dst = dst_pos;
419 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes);
438 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; local
442 Uint16 *dst = dst_pos;
454 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes * BLOCKSIZE_H);
SDL_wsconsvideo.h 46 Uint8 *dst_pos,
  /external/qemu/android/skin/
surface.c 339 SkinPos* dst_pos,
343 int x = dst_pos->x;
344 int y = dst_pos->y;
586 SkinPos* dst_pos,
601 if ( skin_blit_init_blit( blit, dst, dst_pos, src, src_rect ) ) {
surface.h 90 SkinPos* dst_pos,
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 693 int32_t x, y, src_y_start_pos, dst_pos, src_pos; local
703 dst_pos = 0;
710 dstBuf[dst_pos++] = srcBuf[src_pos ];
711 dstBuf[dst_pos++] = srcBuf[src_pos + 1];
712 dstBuf[dst_pos++] = srcBuf[src_pos + 2];
713 dstBuf[dst_pos++] = srcBuf[src_pos + 3];
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 971 int32_t x, y, src_y_start_pos, dst_pos, src_pos; local
981 dst_pos = 0;
988 dstBuf[dst_pos++] = srcBuf[src_pos ];
989 dstBuf[dst_pos++] = srcBuf[src_pos + 1];
990 dstBuf[dst_pos++] = srcBuf[src_pos + 2];
991 dstBuf[dst_pos++] = srcBuf[src_pos + 3];
1000 int32_t x, y, src_y_start_pos, dst_cbcr_pos, dst_pos, src_pos; local
1004 dst_pos = 0;
    [all...]

Completed in 57 milliseconds