Home
last modified time | relevance | path

Searched refs:dst_pos (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
Dx_server_pixel_buffer.cc275 uint8_t* dst_pos = frame->data() + frame->stride() * dst_y; in FastBlit() local
276 dst_pos += dst_x * DesktopFrame::kBytesPerPixel; in FastBlit()
281 memcpy(dst_pos, src_pos, row_bytes); in FastBlit()
283 dst_pos += frame->stride(); in FastBlit()
304 uint8_t* dst_pos = frame->data() + frame->stride() * dst_y; in SlowBlit() local
306 dst_pos += dst_x * DesktopFrame::kBytesPerPixel; in SlowBlit()
312 uint32_t* dst_pos_32 = reinterpret_cast<uint32_t*>(dst_pos); in SlowBlit()
332 dst_pos += frame->stride(); in SlowBlit()
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
DSDL_wsconsvideo.c409 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; in WSCONS_blit16() local
413 Uint16 *dst = dst_pos; in WSCONS_blit16()
419 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes); in WSCONS_blit16()
438 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; in WSCONS_blit16blocked() local
442 Uint16 *dst = dst_pos; in WSCONS_blit16blocked()
454 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes * BLOCKSIZE_H); in WSCONS_blit16blocked()
DSDL_wsconsvideo.h46 Uint8 *dst_pos,
/external/lldb/source/Core/
DDataExtractor.cpp475 uint16_t *dst_pos = (uint16_t *)void_dst; in GetU16() local
476 uint16_t *dst_end = dst_pos + count; in GetU16()
478 while (dst_pos < dst_end) in GetU16()
480 *dst_pos = ReadSwapInt16 (src_pos); in GetU16()
481 ++dst_pos; in GetU16()
534 uint32_t *dst_pos = (uint32_t *)void_dst; in GetU32() local
535 uint32_t *dst_end = dst_pos + count; in GetU32()
537 while (dst_pos < dst_end) in GetU32()
539 *dst_pos = ReadSwapInt32 (src_pos); in GetU32()
540 ++dst_pos; in GetU32()
[all …]
/external/qemu/android/skin/
Dsurface.c339 SkinPos* dst_pos, in skin_blit_init_blit() argument
343 int x = dst_pos->x; in skin_blit_init_blit()
344 int y = dst_pos->y; in skin_blit_init_blit()
582 SkinPos* dst_pos, in skin_surface_blit() argument
597 if ( skin_blit_init_blit( blit, dst, dst_pos, src, src_rect ) ) { in skin_surface_blit()
Dsurface.h90 SkinPos* dst_pos,
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.c1450 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; in FB_blit16() local
1454 Uint16 *dst = dst_pos; in FB_blit16()
1460 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes); in FB_blit16()
1474 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; in FB_blit16blocked() local
1478 Uint16 *dst = dst_pos; in FB_blit16blocked()
1490 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes * BLOCKSIZE_H); in FB_blit16blocked()
DSDL_fbvideo.h45 Uint8 *dst_pos,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
Dxorg_exa_tgsi.c536 dst_pos = ureg_DECL_fs_input(ureg, in create_fs()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
Dxa_tgsi.c503 dst_pos = ureg_DECL_fs_input(ureg, in create_fs()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c503 dst_pos = ureg_DECL_fs_input(ureg, in create_fs()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa_tgsi.c536 dst_pos = ureg_DECL_fs_input(ureg, in create_fs()
/external/opencv/ml/src/
Dmlsvm.cpp548 Qfloat* dst_pos = dst; in get_row_svr() local
553 CV_SWAP( dst_pos, dst_neg, temp ); in get_row_svr()
559 dst_pos[j] = t; in get_row_svr()