| /third_party/ffmpeg/libavfilter/ |
| H A D | lswsutils.c | 22 ff_scale_image(uint8_t *dst_data[4], int dst_linesize[4], int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt, uint8_t * const src_data[4], int src_linesize[4], int src_w, int src_h, enum AVPixelFormat src_pix_fmt, void *log_ctx) ff_scale_image() argument
|
| H A D | vf_owdenoise.c | 128 static inline void compose(float *dst, const float *src_l, const float *src_h, in compose() argument 159 static inline void compose2D(float *dst, const float *src_l, const float *src_h, in compose2D() argument
|
| H A D | vf_tinterlace.c | 307 copy_picture_field(TInterlaceContext *tinterlace, uint8_t *dst[4], int dst_linesize[4], const uint8_t *src[4], int src_linesize[4], enum AVPixelFormat format, int w, int src_h, int src_field, int interleave, int dst_field, int flags) copy_picture_field() argument
|
| H A D | vf_removelogo.c | 247 generate_half_size_image(const uint8_t *src_data, int src_linesize, uint8_t *dst_data, int dst_linesize, int src_w, int src_h, int *max_mask_size) generate_half_size_image() argument
|
| H A D | vf_overlay.c | 357 const int src_h = src->height; in blend_slice_packed_rgb() local 660 const int src_h = src->height; blend_slice_planar_rgb() local [all...] |
| /device/soc/rockchip/common/hardware/display/src/display_device/ |
| H A D | drm_plane.cpp | 101 int32_t src_x, src_y, src_w, src_h; in GetSrcProp() local
|
| /device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
| H A D | drm_plane.cpp | 96 int32_t src_x, src_y, src_w, src_h; in GetSrcProp() local
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
| H A D | drm_plane.cpp | 96 int32_t src_x, src_y, src_w, src_h; in GetSrcProp() local
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| H A D | drm_plane.cpp | 96 int32_t src_x, src_y, src_w, src_h; in GetSrcProp() local
|
| /device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
| H A D | drm_plane.cpp | 86 int32_t src_x, src_y, src_w, src_h;
in GetSrcProp() local
|
| /third_party/ffmpeg/doc/examples/ |
| H A D | scaling_video.c | 56 int src_w = 320, src_h = 240, dst_w, dst_h; in main() local
|
| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
| H A D | bridge_v30.c | 26 u32 src_h = ispdev->isp_sdev.out_crop.height; in crop_on() local
|
| H A D | bridge.c | 329 u32 src_h = isp_sd->out_crop.height; in bridge_set_selection() local
|
| H A D | rkisp.c | 196 u32 src_h = dev->isp_sdev.in_frm.height;
in rkisp_align_sensor_resolution() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | bridge_v30.c | 27 u32 src_h = ispdev->isp_sdev.out_crop.height; in crop_on() local
|
| H A D | bridge.c | 338 u32 src_h = isp_sd->out_crop.height; in bridge_set_selection() local
|
| H A D | rkisp.c | 192 u32 src_h = dev->isp_sdev.in_frm.height; in rkisp_align_sensor_resolution() local
|
| /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/ffmpeg/libavcodec/ |
| H A D | vc1dec.c | 183 uint8_t* src_h[2][2]; in vc1_draw_sprites() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | copyimage.c | 616 GLuint src_w, src_h, dst_w, dst_h; in _mesa_CopyImageSubData() local 775 GLuint src_w, src_h, dst_w, dst_h; in _mesa_CopyImageSubDataNV() local
|
| /third_party/libdrm/exynos/ |
| H A D | exynos_fimg2d.c | 506 unsigned int src_w, src_h, dst_w, dst_h; in g2d_copy() local 590 unsigned int src_w, src_h, dst_w, dst_h; in g2d_move() local 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 798 unsigned int src_w, src_h, dst_w, dst_h; g2d_blend() local 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/mesa/state_tracker/ |
| 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
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 2924 drm_atomic_helper_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, struct drm_modeset_acquire_ctx *ctx) drm_atomic_helper_update_plane() argument
|
| /third_party/libdrm/ |
| H A D | xf86drmMode.c | 1097 drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id, uint32_t fb_id, uint32_t flags, int32_t crtc_x, int32_t crtc_y, uint32_t crtc_w, uint32_t crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) drmModeSetPlane() argument
|