Home
last modified time | relevance | path

Searched refs:dest_x (Results 1 – 25 of 49) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c176 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/
Dpixman.c236 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 …]
Dpixman-glyph.c403 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()
Dpixman-mips-dspr2.h71 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, \
Dpixman-fast-path.c122 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 …]
Dpixman-arm-simd.c149 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()
Dpixman-arm-common.h75 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, \
Dpixman-mmx.c1402 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 …]
Dpixman-private.h449 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,
Dpixman-sse2.c2409 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/
Dxv.c50 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/
Dvsrc_sierpinski.c50 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/
Doob-test.c23 int dest_x; member
86 info->dest_x, info->dest_y, in test_composite()
Dglyph-test.c271 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()
Daffine-bench.c186 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/
Divi-layout-transition.c402 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()
Divi-layout.c516 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 …]
Divi-layout-private.h139 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/
DlibX11.hpp41 …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/
DlibX11.hpp43 …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/
Dsubpicture.c173 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/
Divi-layout-test-plugin.c358 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()
Divi-layout-internal-test.c211 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/
Dscreen-info.c69 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/
Detnaviv_blt.h76 uint16_t dest_x; member

12