/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 …]
|
D | gstvideobox.h | 82 …void (*copy) (guint i_alpha, GstVideoFrame * dest, gboolean dest_sdtv, gint dest_x, gint dest_y, G…
|
/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()
|
D | vsrc_gradients.c | 157 float dest_x, float dest_y, in project() argument 161 float od_x = dest_x - origin_x; in project()
|
/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()
|
D | va_private.h | 393 unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, 407 … short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height,
|
D | image.c | 612 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) in vlVaPutImage() argument
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blt.h | 76 uint16_t dest_x; member
|
D | etnaviv_blt.c | 180 …etna_set_state(stream, VIVS_BLT_DEST_POS, VIVS_BLT_DEST_POS_X(op->dest_x) | VIVS_BLT_DEST_POS_Y(op… in emit_blt_copyimage() 490 op.dest_x = blit_info->dst.box.x; in etna_try_blt_blit() 506 assert(op.dest_x < dst_lev->padded_width); in etna_try_blt_blit() 508 assert((op.dest_x + op.rect_w) <= dst_lev->padded_width); in etna_try_blt_blit()
|
/third_party/libdrm/include/drm/ |
D | vmwgfx_drm.h | 769 __s32 dest_x; member
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmwgfx_drm.h | 776 __s32 dest_x; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 110842 int dest_x, 111079 int16_t dest_x, 111091 int16_t dest_x, 111103 int32_t dest_x, 111151 int32_t dest_x, 111163 int32_t dest_x,
|