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

  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h 46 Uint8 *dst_pos,
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);
  /external/qemu/android/skin/
surface.h 90 SkinPos* dst_pos,
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 ) ) {
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 694 int src_y_start_pos, dst_pos, src_pos; local
708 dst_pos = 0;
715 dst_buf[dst_pos++] = src_buf[src_pos ];
716 dst_buf[dst_pos++] = src_buf[src_pos + 1];
717 dst_buf[dst_pos++] = src_buf[src_pos + 2];
718 dst_buf[dst_pos++] = src_buf[src_pos + 3];
728 int32_t src_y_start_pos, dst_pos, src_pos; local
743 dst_pos = 0;
750 dst_buf[dst_pos++] = src_buf[src_pos];
757 dst_pos = 0
    [all...]
ExynosCameraHWInterface.cpp 3514 int32_t x, y, src_y_start_pos, dst_pos, src_pos; local
3543 int32_t x, y, src_y_start_pos, dst_cbcr_pos, dst_pos, src_pos; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 657 int src_y_start_pos, dst_pos, src_pos; local
671 dst_pos = 0;
678 dst_buf[dst_pos++] = src_buf[src_pos ];
679 dst_buf[dst_pos++] = src_buf[src_pos + 1];
680 dst_buf[dst_pos++] = src_buf[src_pos + 2];
681 dst_buf[dst_pos++] = src_buf[src_pos + 3];
691 int32_t src_y_start_pos, dst_pos, src_pos; local
706 dst_pos = 0;
713 dst_buf[dst_pos++] = src_buf[src_pos];
724 dst_buf[dst_pos++] = src_buf[src_pos ]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 45 Uint8 *dst_pos,
SDL_fbvideo.c 1450 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; local
1474 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; local
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 548 Qfloat* dst_pos = dst; local
553 CV_SWAP( dst_pos, dst_neg, temp );
559 dst_pos[j] = t;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 1932 Idx lim_idx, src_pos, dst_pos; local
    [all...]

Completed in 276 milliseconds