Home
last modified time | relevance | path

Searched defs:src_w (Results 1 - 20 of 20) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dlswsutils.c22 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 Dvf_removelogo.c247 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 Dvf_overlay.c356 const int src_w = src->width; in blend_slice_packed_rgb() local
659 const int src_w = src->width; blend_slice_planar_rgb() local
[all...]
H A Dvf_waveform.c703 const int src_w = AV_CEIL_RSHIFT(in->width, shift_w); in lowpass16() local
840 const int src_w = AV_CEIL_RSHIFT(in->width, shift_w); in lowpass() local
984 const int src_w = in->width; in flat16() local
1121 const int src_w = in->width; flat() local
1548 const int src_w = in->width; chroma16() local
1644 const int src_w = in->width; chroma() local
1749 const int src_w = in->width; color16() local
1881 const int src_w = in->width; color() local
2015 const int src_w = in->width; acolor16() local
2147 const int src_w = in->width; acolor() local
[all...]
/third_party/ffmpeg/doc/examples/
H A Dscaling_video.c56 int src_w = 320, src_h = 240, dst_w, dst_h; in main() local
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_yuv.c109 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 Dxa_renderer.c505 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/libavformat/
H A Dos_support.h265 wchar_t *src_w, *dest_w; in win32_rename() local
/third_party/mesa3d/src/mesa/main/
H A Dcopyimage.c616 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 Dexynos_fimg2d.c506 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 Dst_cb_copyimage.c549 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
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h173 unsigned src_w:3; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h197 unsigned src_w:3; member
/third_party/libdrm/
H A Dxf86drmMode.c1097 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
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c2965 unsigned src_w, dst_w; in r600_dma_copy() local
H A Devergreen_state.c3897 unsigned src_w, dst_w; in evergreen_dma_copy() local
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_mode.h312 __u32 src_w; member
/third_party/libdrm/include/drm/
H A Ddrm_mode.h312 __u32 src_w; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c3896 uint32_t src_x, src_y, src_w, src_h; in blit_shader() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c2015 uint32_t src_w = u_minify(src->vk.extent.width, src_subres->mipLevel); in dzn_cmd_buffer_blit_set_2d_region() local

Completed in 63 milliseconds