/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | gstvideobox.c | 176 gboolean dest_sdtv, gint dest_x, gint dest_y, GstVideoFrame * src_frame, in copy_ayuv_ayuv() argument 190 dest = dest + dest_y * dest_stride + dest_x * 4; in copy_ayuv_ayuv() 234 gboolean dest_sdtv, gint dest_x, gint dest_y, GstVideoFrame * src_frame, in copy_ayuv_i420() argument 264 destY = destY + dest_y * dest_strideY + dest_x; in copy_ayuv_i420() 266 destU = destU + (dest_y / 2) * dest_strideU + dest_x / 2; in copy_ayuv_i420() 267 destV = destV + (dest_y / 2) * dest_strideV + dest_x / 2; in copy_ayuv_i420() 274 w = dest_x + w; in copy_ayuv_i420() 290 if (dest_x % 2 == 1) { in copy_ayuv_i420() 303 j = dest_x + 1; in copy_ayuv_i420() 306 j = dest_x; in copy_ayuv_i420() [all …]
|
/third_party/pixman/pixman/ |
D | pixman.c | 236 int32_t dest_x, in _pixman_compute_composite_region32() argument 241 region->extents.x1 = dest_x; in _pixman_compute_composite_region32() 242 region->extents.x2 = dest_x + width; in _pixman_compute_composite_region32() 296 if (!clip_source_image (region, src_image, dest_x - src_x, dest_y - src_y)) in _pixman_compute_composite_region32() 302 dest_x - (src_x - src_image->common.alpha_origin_x), in _pixman_compute_composite_region32() 311 if (!clip_source_image (region, mask_image, dest_x - mask_x, dest_y - mask_y)) in _pixman_compute_composite_region32() 317 dest_x - (mask_x - mask_image->common.alpha_origin_x), in _pixman_compute_composite_region32() 571 int32_t dest_x, in pixman_image_composite32() argument 624 src_x, src_y, mask_x, mask_y, dest_x, dest_y, width, height)) in pixman_image_composite32() 631 extents.x1 -= dest_x - src_x; in pixman_image_composite32() [all …]
|
D | pixman-glyph.c | 403 int32_t dest_x, in pixman_composite_glyphs_no_mask() argument 429 src_x - dest_x, src_y - dest_y, 0, 0, 0, 0, in pixman_composite_glyphs_no_mask() 451 glyph_box.x1 = dest_x + glyphs[i].x - glyph->origin_x; in pixman_composite_glyphs_no_mask() 478 info.src_x = src_x + composite_box.x1 - dest_x; in pixman_composite_glyphs_no_mask() 480 info.mask_x = composite_box.x1 - (dest_x + glyphs[i].x - glyph->origin_x); in pixman_composite_glyphs_no_mask() 482 info.dest_x = composite_box.x1; in pixman_composite_glyphs_no_mask() 604 info.dest_x = composite_box.x1; in add_glyphs() 648 int32_t dest_x, in pixman_composite_glyphs() argument 672 dest_x, dest_y, in pixman_composite_glyphs()
|
D | pixman-mips-dspr2.h | 71 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 112 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 151 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 193 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 230 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
|
D | pixman-fast-path.c | 122 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in fast_composite_over_x888_8_8888() 175 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1); in fast_composite_in_n_8_8() 240 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1); in fast_composite_in_8_8() 281 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in fast_composite_over_n_8_8888() 328 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in fast_composite_add_n_8888_8888_ca() 375 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in fast_composite_over_n_8888_8888_ca() 432 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 3); in fast_composite_over_n_8_0888() 487 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); in fast_composite_over_n_8_0565() 546 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); in fast_composite_over_n_8888_0565_ca() 603 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in fast_composite_over_8888_8888() [all …]
|
D | pixman-arm-simd.c | 149 int dest_x, in arm_simd_blt() argument 163 dest_y * dst_stride * 4 + dest_x * 1), dst_stride * 4, in arm_simd_blt() 171 dest_y * dst_stride * 4 + dest_x * 2), dst_stride * 2, in arm_simd_blt() 179 dest_y * dst_stride * 4 + dest_x * 4), dst_stride, in arm_simd_blt()
|
D | pixman-arm-common.h | 75 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 107 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 144 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 183 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 218 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
|
D | pixman-mmx.c | 1402 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in mmx_composite_over_n_8888() 1468 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); in mmx_composite_over_n_0565() 1547 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in mmx_composite_over_n_8888_8888_ca() 1636 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in mmx_composite_over_8888_n_8888() 1705 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in mmx_composite_over_x888_n_8888() 1830 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in mmx_composite_over_8888_8888() 1876 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); in mmx_composite_over_8888_0565() 1981 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in mmx_composite_over_n_8_8888() 2230 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); in mmx_composite_src_x888_0565() 2297 dest_x, dest_y, width, height, 0); in mmx_composite_src_n_8_8888() [all …]
|
D | pixman-private.h | 449 int32_t dest_x; member 468 MAYBE_UNUSED int32_t dest_x = info->dest_x; \ 498 int dest_x, 580 int dest_x, 687 int32_t dest_x,
|
D | pixman-sse2.c | 2409 dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in sse2_composite_over_n_8888() 2478 dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); in sse2_composite_over_n_0565() 2558 dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in sse2_composite_add_n_8888_8888_ca() 2670 dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in sse2_composite_over_n_8888_8888_ca() 2777 dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in sse2_composite_over_8888_n_8888() 2875 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); in sse2_composite_src_x888_0565() 2927 dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in sse2_composite_src_x888_8888() 2989 dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in sse2_composite_over_x888_n_8888() 3074 dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); in sse2_composite_over_8888_8888() 3117 dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); in sse2_composite_over_8888_0565() [all …]
|
/third_party/ffmpeg/libavdevice/ |
D | xv.c | 50 int dest_x, dest_y; /**< display area position */ member 242 xv->dest_x = 0; in compute_display_area() 248 xv->dest_x = xv->dest_w; in compute_display_area() 251 xv->dest_x -= xv->dest_w; in compute_display_area() 252 xv->dest_x /= 2; in compute_display_area() 267 if (xv->dest_x) { in xv_repaint() 268 rect[0].width = rect[1].width = xv->dest_x; in xv_repaint() 272 rect[1].x = xv->dest_w + xv->dest_x; in xv_repaint() 287 xv->dest_x, xv->dest_y, xv->dest_w, xv->dest_h, True) != Success) { in xv_repaint()
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_sierpinski.c | 50 int dest_x, dest_y; member 179 if (s->pos_x == s->dest_x && s->pos_y == s->dest_y) { in draw_sierpinski() 183 s->dest_x += (int)((rnd & 0xffff) % mod) - s->jump; in draw_sierpinski() 186 if (s->pos_x < s->dest_x) in draw_sierpinski() 188 else if (s->pos_x > s->dest_x) in draw_sierpinski()
|
/third_party/pixman/test/ |
D | oob-test.c | 23 int dest_x; member 86 info->dest_x, info->dest_y, in test_composite()
|
D | glyph-test.c | 271 int dest_x = prng_rand_n (64) - 32; in test_glyphs() local 283 dest_x, dest_y, in test_glyphs() 292 int dest_x = prng_rand_n (64) - 32; in test_glyphs() local 298 dest_x, dest_y, in test_glyphs()
|
D | affine-bench.c | 186 info->dest_x, info->dest_y, in pixman_image_composite_wrapper() 197 info->dest_x, info->dest_y, in pixman_image_composite_empty() 238 info.dest_x = 63 - x; in bench()
|
/third_party/weston/ivi-shell/ |
D | ivi-layout-transition.c | 402 int32_t dest_x, int32_t dest_y, in ivi_layout_transition_move_resize_view() argument 427 data->end_x = dest_x; in ivi_layout_transition_move_resize_view() 440 dest_x, dest_y, in ivi_layout_transition_move_resize_view() 687 const int32_t dest_x = data->start_x + in transition_move_layer_user_frame() local 693 ivi_layout_layer_set_destination_rectangle(layer, dest_x, dest_y, in transition_move_layer_user_frame() 763 int32_t dest_x, int32_t dest_y, in ivi_layout_transition_move_layer() argument 766 int32_t start_pos_x = layer->prop.dest_x; in ivi_layout_transition_move_layer() 773 dest_x, dest_y, in ivi_layout_transition_move_layer()
|
D | ivi-layout.c | 516 struct ivi_rectangle surface_dest_rect = { sp->dest_x, in calc_surface_to_global_matrix_and_mask_to_weston_surface() 524 struct ivi_rectangle layer_dest_rect = { lp->dest_x, in calc_surface_to_global_matrix_and_mask_to_weston_surface() 533 { lp->dest_x + output->x, in calc_surface_to_global_matrix_and_mask_to_weston_surface() 659 int32_t dest_x = 0; in commit_surface_list() local 667 dest_x = ivisurf->prop.dest_x; in commit_surface_list() 673 ivisurf->pending.prop.dest_x, in commit_surface_list() 686 ivisurf->prop.dest_x = dest_x; in commit_surface_list() 694 dest_x = ivisurf->prop.dest_x; in commit_surface_list() 700 ivisurf->pending.prop.dest_x, in commit_surface_list() 707 ivisurf->prop.dest_x = dest_x; in commit_surface_list() [all …]
|
D | ivi-layout-private.h | 139 int32_t dest_x, int32_t dest_y, 154 int32_t dest_x, int32_t dest_y,
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | libX11.hpp | 41 …ay *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsig… 48 …ay *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsig…
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | libX11.hpp | 43 …ay *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsig… 50 …ay *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsig…
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | subpicture.c | 173 unsigned short src_height, short dest_x, short dest_y, in vlVaAssociateSubpicture() argument 184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height}; in vlVaAssociateSubpicture()
|
/third_party/weston/tests/ |
D | ivi-layout-test-plugin.c | 358 lyt->surface_set_destination_rectangle(ivisurf, prop->dest_x, in RUNNER_TEST() 383 runner_assert(prop->dest_x == 0); in RUNNER_TEST() 390 runner_assert(prop->dest_x == 0); in RUNNER_TEST() 397 runner_assert(prop->dest_x == 20); in RUNNER_TEST() 414 runner_assert(prop->dest_x == 0); in RUNNER_TEST() 424 runner_assert(prop->dest_x == 0); in RUNNER_TEST() 433 runner_assert(prop->dest_x == 20); in RUNNER_TEST()
|
D | ivi-layout-internal-test.c | 211 iassert(lyt->layer_set_destination_rectangle(ivilayer, prop->dest_x, prop->dest_y, in test_layer_dimension() 236 iassert(prop->dest_x == 0); in test_layer_position() 242 iassert(prop->dest_x == 0); in test_layer_position() 248 iassert(prop->dest_x == 20); in test_layer_position() 267 iassert(prop->dest_x == 0); in test_layer_destination_rectangle() 276 iassert(prop->dest_x == 0); in test_layer_destination_rectangle() 283 iassert(prop->dest_x == 20); in test_layer_destination_rectangle()
|
/third_party/wayland-ivi-extension/screen-info/module/ |
D | screen-info.c | 69 ilayer->dst_x = p->dest_x; in get_screens_info() 94 isurface->dst_x = p->dest_x; in get_screens_info()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blt.h | 76 uint16_t dest_x; member
|