Home
last modified time | relevance | path

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

/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 …]
Dgstvideobox.h82 …void (*copy) (guint i_alpha, GstVideoFrame * dest, gboolean dest_sdtv, gint dest_x, gint dest_y, G…
/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()
Dvsrc_gradients.c157 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/
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()
Dva_private.h393 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,
Dimage.c612 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) in vlVaPutImage() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blt.h76 uint16_t dest_x; member
Detnaviv_blt.c180 …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/
Dvmwgfx_drm.h769 __s32 dest_x; member
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmwgfx_drm.h776 __s32 dest_x; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp110842 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,