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

  /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];
  /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);
  /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...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 989 int32_t x, y, src_y_start_pos, dst_pos, src_pos; local
999 dst_pos = 0;
1018 int32_t x, y, src_y_start_pos, dst_cbcr_pos, dst_pos, src_pos; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 1932 Idx lim_idx, src_pos, dst_pos; local
    [all...]

Completed in 463 milliseconds