/third_party/ffmpeg/libavutil/ |
H A D | motion_vector.h | 42 int16_t dst_x, dst_y; member
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_blit.c | 79 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) i915_copy_blit() argument
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_yuv.c | 109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) xa_yuv_planar_blit() argument
|
H A D | xa_renderer.c | 505 renderer_draw_yuv(struct xa_context *r, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_surface *srf[]) renderer_draw_yuv() argument
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | rescaler_utils.h | 43 int src_y, dst_y; // row counters for input and output member
|
/third_party/ffmpeg/libavcodec/ |
H A D | cdtoons.c | 59 cdtoons_render_sprite(AVCodecContext *avctx, const uint8_t *data, uint32_t data_size, int dst_x, int dst_y, int width, int height) cdtoons_render_sprite() argument
|
H A D | mpegutils.c | 32 add_mb(AVMotionVector *mb, uint32_t mb_type, int dst_x, int dst_y, int motion_x, int motion_y, int motion_scale, int direction) add_mb() argument
|
H A D | sheervideo.c | 42 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca4i() local 86 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca4p() local 174 uint16_t *dst_y, *dst_u, *dst_v; decode_ybr10i() local 213 uint16_t *dst_y, *dst_u, *dst_v; decode_ybr10() local 289 uint16_t *dst_y, *dst_u, *dst_v; decode_yry10i() local 331 uint16_t *dst_y, *dst_u, *dst_v; decode_yry10() local 414 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; decode_ca2i() local 464 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; decode_ca2p() local 566 uint8_t *dst_y, *dst_u, *dst_v, *dst_a; decode_c82i() local 616 uint8_t *dst_y, *dst_u, *dst_v, *dst_a; decode_c82p() local 718 uint8_t *dst_y, *dst_u, *dst_v; decode_ybyr() local 801 uint8_t *dst_y, *dst_u, *dst_v; decode_byryi() local 875 uint8_t *dst_y, *dst_u, *dst_v; decode_byry() local 958 uint8_t *dst_y, *dst_u, *dst_v; decode_ybri() local 1026 uint8_t *dst_y, *dst_u, *dst_v; decode_ybr() local 1102 uint8_t *dst_a, *dst_y, *dst_u, *dst_v; decode_aybri() local 1180 uint8_t *dst_a, *dst_y, *dst_u, *dst_v; decode_aybr() local [all...] |
H A D | tiff.c | 635 dng_decode_jpeg(AVCodecContext *avctx, AVFrame *frame, int tile_byte_count, int dst_x, int dst_y, int w, int h) dng_decode_jpeg() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta.h | 151 uint32_t dst_x, dst_y; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_readpixels.c | 429 int dst_x, dst_y; in st_ReadPixels() local
|
H A D | st_cb_copyimage.c | 549 fallback_copy_image(struct st_context *st, struct gl_texture_image *dst_image, struct pipe_resource *dst_res, int dst_x, int dst_y, int dst_z, struct gl_texture_image *src_image, struct pipe_resource *src_res, int src_x, int src_y, int src_z, int src_w, int src_h) fallback_copy_image() argument 638 st_CopyImageSubData(struct gl_context *ctx, struct gl_texture_image *src_image, struct gl_renderbuffer *src_renderbuffer, int src_x, int src_y, int src_z, struct gl_texture_image *dst_image, struct gl_renderbuffer *dst_renderbuffer, int dst_x, int dst_y, int dst_z, int src_width, int src_height) st_CopyImageSubData() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_clear.c | 736 iris_clear_render_target(struct pipe_context *ctx, struct pipe_surface *psurf, const union pipe_color_union *p_color, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) iris_clear_render_target() argument 766 iris_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *psurf, unsigned flags, double depth, unsigned stencil, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) iris_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | surface9.c | 654 int src_x, src_y, dst_x, dst_y, copy_width, copy_height; in NineSurface9_CopyMemToDefault() local
|
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 246 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_copy_test() local 542 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_blend_test() local 643 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_checkerboard_test() local
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_clear.c | 782 crocus_clear_render_target(struct pipe_context *ctx, struct pipe_surface *psurf, const union pipe_color_union *p_color, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) crocus_clear_render_target() argument 814 crocus_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *psurf, unsigned flags, double depth, unsigned stencil, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) crocus_clear_depth_stencil() argument
|
H A D | crocus_blt.c | 143 emit_copy_blt(struct crocus_batch *batch, struct crocus_resource *src, struct crocus_resource *dst, unsigned cpp, int32_t src_pitch, unsigned src_offset, int32_t dst_pitch, unsigned dst_offset, uint16_t src_x, uint16_t src_y, uint16_t dst_x, uint16_t dst_y, uint16_t w, uint16_t h) emit_copy_blt() argument 233 crocus_emit_blt(struct crocus_batch *batch, struct crocus_resource *src, struct crocus_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned src_level, const struct pipe_box *src_box) crocus_emit_blt() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 212 ff_copy_rectangle2(FFDrawContext *draw, uint8_t *dst[], int dst_linesize[], uint8_t *src[], int src_linesize[], int dst_x, int dst_y, int src_x, int src_y, int w, int h) ff_copy_rectangle2() argument 234 ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color, uint8_t *dst[], int dst_linesize[], int dst_x, int dst_y, int w, int h) ff_fill_rectangle() argument
|
/third_party/libdrm/exynos/ |
H A D | exynos_fimg2d.c | 499 g2d_copy(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int dst_x, unsigned dst_y, unsigned int w, unsigned int h) g2d_copy() argument 582 g2d_move(struct g2d_context *ctx, struct g2d_image *img, unsigned int src_x, unsigned int src_y, unsigned int dst_x, unsigned dst_y, unsigned int w, unsigned int h) g2d_move() argument 680 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, unsigned int negative) g2d_copy_with_scale() argument 789 g2d_blend(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int dst_x, unsigned int dst_y, unsigned int w, unsigned int h, enum e_g2d_op op) g2d_blend() argument 906 g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, enum e_g2d_op op) g2d_scale_and_blend() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_surface.c | 48 svga_texture_copy_region(struct svga_context *svga, struct svga_winsys_surface *src_handle, unsigned srcSubResource, unsigned src_x, unsigned src_y, unsigned src_z, struct svga_winsys_surface *dst_handle, unsigned dstSubResource, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth) svga_texture_copy_region() argument 78 svga_texture_copy_handle(struct svga_context *svga, struct svga_winsys_surface *src_handle, unsigned src_x, unsigned src_y, unsigned src_z, unsigned src_level, unsigned src_layer, struct svga_winsys_surface *dst_handle, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned dst_level, unsigned dst_layer, unsigned width, unsigned height, unsigned depth) svga_texture_copy_handle() argument
|
H A D | svga_pipe_blit.c | 46 build_blit_info(struct pipe_resource *dst_tex, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box, struct pipe_blit_info *blit) build_blit_info() argument 77 intra_surface_copy(struct svga_context *svga, struct pipe_resource *tex, unsigned src_x, unsigned src_y, unsigned src_z, unsigned level, unsigned layer_face, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth) intra_surface_copy() argument 114 copy_region_vgpu10(struct svga_context *svga, struct pipe_resource *src_tex, unsigned src_x, unsigned src_y, unsigned src_z, unsigned src_level, unsigned src_layer_face, struct pipe_resource *dst_tex, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned dst_level, unsigned dst_layer_face, unsigned width, unsigned height, unsigned depth) copy_region_vgpu10() argument
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format.c | 50 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) util_copy_rect() argument 641 util_format_translate(enum pipe_format dst_format, void *dst, unsigned dst_stride, unsigned dst_x, unsigned dst_y, enum pipe_format src_format, const void *src, unsigned src_stride, unsigned src_x, unsigned src_y, unsigned width, unsigned height) util_format_translate() argument 866 util_format_translate_3d(enum pipe_format dst_format, void *dst, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, enum pipe_format src_format, const void *src, unsigned src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z, unsigned width, unsigned height, unsigned depth) util_format_translate_3d() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_surface.c | 65 util_copy_box(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth, const ubyte * src, int src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z) util_copy_box() argument 94 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) util_fill_rect() argument 202 util_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box_in) util_resource_copy_region() argument
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | io_dec.c | 276 uint8_t* const dst_y = buf->y + (size_t)p->last_y * buf->y_stride; in EmitRescaledAlphaYUV() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_blorp.c | 1363 anv_image_msaa_resolve(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *src_image, enum isl_aux_usage src_aux_usage, uint32_t src_level, uint32_t src_base_layer, const struct anv_image *dst_image, enum isl_aux_usage dst_aux_usage, uint32_t dst_level, uint32_t dst_base_layer, VkImageAspectFlagBits aspect, uint32_t src_x, uint32_t src_y, uint32_t dst_x, uint32_t dst_y, uint32_t width, uint32_t height, uint32_t layer_count, enum blorp_filter filter) anv_image_msaa_resolve() argument
|