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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.cc 275 uint8_t* dst_pos = frame->data() + frame->stride() * dst_y; local
276 dst_pos += dst_x * DesktopFrame::kBytesPerPixel;
281 memcpy(dst_pos, src_pos, row_bytes);
283 dst_pos += frame->stride();
304 uint8_t* dst_pos = frame->data() + frame->stride() * dst_y; local
306 dst_pos += dst_x * DesktopFrame::kBytesPerPixel;
312 uint32_t* dst_pos_32 = reinterpret_cast<uint32_t*>(dst_pos);
332 dst_pos += frame->stride();
  /external/qemu/distrib/sdl-1.2.15/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);
  /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 680 int src_y_start_pos, dst_pos, src_pos; local
694 dst_pos = 0;
701 dst_buf[dst_pos++] = src_buf[src_pos ];
702 dst_buf[dst_pos++] = src_buf[src_pos + 1];
703 dst_buf[dst_pos++] = src_buf[src_pos + 2];
704 dst_buf[dst_pos++] = src_buf[src_pos + 3];
714 int32_t src_y_start_pos, dst_pos, src_pos; local
729 dst_pos = 0;
736 dst_buf[dst_pos++] = src_buf[src_pos];
747 dst_buf[dst_pos++] = src_buf[src_pos ]
    [all...]
  /external/lldb/source/Core/
DataExtractor.cpp 475 uint16_t *dst_pos = (uint16_t *)void_dst; local
476 uint16_t *dst_end = dst_pos + count;
478 while (dst_pos < dst_end)
480 *dst_pos = ReadSwapInt16 (src_pos);
481 ++dst_pos;
534 uint32_t *dst_pos = (uint32_t *)void_dst; local
535 uint32_t *dst_end = dst_pos + count;
537 while (dst_pos < dst_end)
539 *dst_pos = ReadSwapInt32 (src_pos);
540 ++dst_pos;
591 uint64_t *dst_pos = (uint64_t *)void_dst; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
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 342 milliseconds