Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 9 of 9) sorted by relevance

/hardware/msm7k/libcopybit/
Dcopybit.cpp158 const struct copybit_rect_t *dst, in set_rects() argument
162 intersect(&clip, scissor, dst); in set_rects()
171 e->src_rect.x = (clip.t - dst->t) + src->t; in set_rects()
172 e->src_rect.y = (dst->r - clip.r) + src->l; in set_rects()
175 W = dst->b - dst->t; in set_rects()
176 H = dst->r - dst->l; in set_rects()
178 e->src_rect.x = (clip.l - dst->l) + src->l; in set_rects()
179 e->src_rect.y = (clip.t - dst->t) + src->t; in set_rects()
182 W = dst->r - dst->l; in set_rects()
183 H = dst->b - dst->t; in set_rects()
[all …]
/hardware/libhardware/include/hardware/
Dcopybit.h179 struct copybit_image_t const *dst,
196 struct copybit_image_t const *dst,
/hardware/broadcom/wlan/bcm4329/src/include/
Dbcmutils.h544 xor_128bit_block(const uint8 *src1, const uint8 *src2, uint8 *dst) in xor_128bit_block() argument
550 (((uintptr)src1 | (uintptr)src2 | (uintptr)dst) & 3) == 0) { in xor_128bit_block()
553 ((uint32 *)dst)[0] = ((uint32 *)src1)[0] ^ ((uint32 *)src2)[0]; in xor_128bit_block()
554 ((uint32 *)dst)[1] = ((uint32 *)src1)[1] ^ ((uint32 *)src2)[1]; in xor_128bit_block()
555 ((uint32 *)dst)[2] = ((uint32 *)src1)[2] ^ ((uint32 *)src2)[2]; in xor_128bit_block()
556 ((uint32 *)dst)[3] = ((uint32 *)src1)[3] ^ ((uint32 *)src2)[3]; in xor_128bit_block()
561 dst[k] = src1[k] ^ src2[k]; in xor_128bit_block()
Dlinux_osl.h203 #define bcopy(src, dst, len) memcpy((dst), (src), (len)) argument
/hardware/msm7k/libgralloc/
Dframebuffer.cpp413 blit.req.dst.width = width; in msm_copy_buffer()
414 blit.req.dst.height = height; in msm_copy_buffer()
415 blit.req.dst.offset = 0; in msm_copy_buffer()
416 blit.req.dst.memory_id = fd; in msm_copy_buffer()
417 blit.req.dst.format = MDP_RGB_565; in msm_copy_buffer()
/hardware/msm7k/libgralloc-qsd8k/
Dframebuffer.cpp424 blit.req.dst.width = width; in msm_copy_buffer()
425 blit.req.dst.height = height; in msm_copy_buffer()
426 blit.req.dst.offset = 0; in msm_copy_buffer()
427 blit.req.dst.memory_id = fd; in msm_copy_buffer()
428 blit.req.dst.format = MDP_RGB_565; in msm_copy_buffer()
/hardware/ti/omap3/libopencorehw/
Dandroid_surface_output_omap34xx.cpp64 static void convertYuv420ToYuv422(int width, int height, void* src, void* dst);
399 static void convertYuv420ToYuv422(int width, int height, void* src, void* dst) in convertYuv420ToYuv422() argument
409 uint32_t *p = (uint32_t*) dst; in convertYuv420ToYuv422()
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_cdc.c575 wl_pattern_atoh(char *src, char *dst) in wl_pattern_atoh() argument
592 dst[i] = (uint8)strtoul(num, NULL, 16); in wl_pattern_atoh()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_Utils.c92 #define OMX_VPP_STRNCPY(dst, src, size) strncpy(dst, src, size) argument