/third_party/ffmpeg/libavfilter/ |
D | lswsutils.c | 23 int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt, in ff_scale_image()
|
D | drawutils.c | 353 int dst_w, int dst_h, in ff_blend_rectangle() 529 uint8_t *dst[], int dst_linesize[], int dst_w, int dst_h, in ff_blend_mask()
|
D | vf_overlay.c | 358 const int dst_w = dst->width; in blend_slice_packed_rgb() local 659 const int dst_w = dst->width; in blend_slice_planar_rgb() local
|
D | vf_histogram.c | 301 const int dst_w = AV_CEIL_RSHIFT(outlink->w, (is_chroma ? s->odesc->log2_chroma_w : 0)); in filter_frame() local
|
D | vf_waveform.c | 393 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_instant16() local 440 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_instant() local 488 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_peak16() local 557 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_peak() local 900 const int dst_w = 256; in lowpass() local
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_stretch.c | 70 generate_rowbytes(int src_w, int dst_w, int bpp) in generate_rowbytes() 76 int dst_w; in generate_rowbytes() member
|
D | SDL_surface.c | 665 int dst_w, dst_h; in SDL_UpperBlitScaled() local
|
D | SDL_blit.h | 62 int dst_w, dst_h; member
|
/third_party/libdrm/exynos/ |
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 684 unsigned int dst_y, unsigned int dst_w, in g2d_copy_with_scale() 798 unsigned int src_w, src_h, dst_w, dst_h; in g2d_blend() local 909 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, in g2d_scale_and_blend()
|
/third_party/ffmpeg/tests/checkasm/ |
D | videodsp.c | 50 #define check_emu_edge_size(type, src_w, src_h, dst_w, dst_h) \ argument
|
/third_party/ffmpeg/doc/examples/ |
D | scaling_video.c | 56 int src_w = 320, src_h = 240, dst_w, dst_h; in main() local
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_yuv.c | 116 int dst_w, in xa_yuv_planar_blit()
|
D | xa_renderer.c | 511 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[]) in renderer_draw_yuv()
|
/third_party/mesa3d/src/mesa/main/ |
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/mesa3d/src/mesa/state_tracker/ |
D | st_cb_copyimage.c | 572 unsigned dst_w = src_w; in fallback_copy_image() local
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_generator.cpp | 1729 struct brw_reg dst_w = spread(retype(dst, t), 2); in generate_pack_half_2x16_split() local
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_blitter.c | 1509 unsigned dst_w = u_minify(info->dst.planes[0].image->layout.width, info->dst.level); in GENX() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 7144 struct tgsi_full_dst_register dst_w = in emit_dst() local 7305 struct tgsi_full_dst_register dst_w = in emit_exp() local 7485 struct tgsi_full_dst_register dst_w = in emit_lit() local 7680 struct tgsi_full_dst_register dst_w = in emit_log() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 2965 unsigned src_w, dst_w; in r600_dma_copy() local
|
D | evergreen_state.c | 3897 unsigned src_w, dst_w; in evergreen_dma_copy() local
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 3889 uint32_t dst_x, dst_y, dst_w, dst_h; in blit_shader() local
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_cmd_buffer.c | 2013 uint32_t dst_w = u_minify(dst->vk.extent.width, dst_subres->mipLevel); in dzn_cmd_buffer_blit_set_2d_region() local
|