/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstdewarp.cpp | 158 gint out_width, gint out_height, int out_cv_type); 277 filter->out_width = 0; in gst_dewarp_init() 437 gint out_width, out_height; in gst_dewarp_update_map() local 440 out_width = filter->out_width; in gst_dewarp_update_map() 443 out_width = filter->out_width * 2; in gst_dewarp_update_map() 449 G_GINT32_FORMAT, out_width, out_height); in gst_dewarp_update_map() 455 cv::Size destSize (out_width, out_height); in gst_dewarp_update_map() 460 for (x = 0; x < out_width; x++) { in gst_dewarp_update_map() 462 float theta = ((float) (x) / (float) (out_width)) * 2.0 * G_PI; in gst_dewarp_update_map() 477 gint in_width, gint in_height, gint * out_width, gint * out_height) in gst_dewarp_calculate_dimensions() argument [all …]
|
D | gstcvsobel.cpp | 110 gint out_width, gint out_height, int out_cv_type); 188 gint out_width, gint out_height, int out_cv_type) in gst_cv_sobel_set_caps() argument 193 filter->cvSobel.create (cv::Size (out_width, out_height), CV_8UC1); in gst_cv_sobel_set_caps()
|
D | gstcvlaplace.cpp | 112 gint out_width, gint out_height, int out_cv_type); 189 gint in_height, int in_cv_type, gint out_width, in gst_cv_laplace_cv_set_caps() argument 194 filter->intermediary_img.create (cv::Size (out_width, out_height), CV_16SC1); in gst_cv_laplace_cv_set_caps()
|
D | gstedgedetect.cpp | 112 gint out_width, gint out_height, int out_cv_type); 244 gint out_width, gint out_height, int out_cv_type) in gst_edge_detect_set_caps() argument
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/ |
D | jsimd.h | 312 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 315 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 318 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 321 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 324 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 327 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 330 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 335 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 338 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 341 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/ |
D | jsimd.h | 361 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 364 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 367 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 370 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 373 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 376 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 379 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 384 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 387 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 390 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 300 const int out_width = io->scaled_width; in InitYUVRescaler() local 302 const int uv_out_width = (out_width + 1) >> 1; in InitYUVRescaler() 306 const size_t work_size = 2 * out_width; // scratch memory for luma rescaler in InitYUVRescaler() 332 buf->y, out_width, out_height, buf->y_stride, 1, in InitYUVRescaler() 344 buf->a, out_width, out_height, buf->a_stride, 1, in InitYUVRescaler() 484 const int out_width = io->scaled_width; in InitRGBRescaler() local 488 const size_t work_size = 2 * out_width; // scratch memory for one rescaler in InitRGBRescaler() 496 tmp_size2 = 3 * out_width; in InitRGBRescaler() 499 tmp_size2 += out_width; in InitRGBRescaler() 518 tmp + 0 * out_width, out_width, out_height, 0, 1, in InitRGBRescaler() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 295 const int out_width = io->scaled_width; in InitYUVRescaler() local 297 const int uv_out_width = (out_width + 1) >> 1; in InitYUVRescaler() 302 const size_t work_size = 2 * (size_t)out_width; in InitYUVRescaler() 334 buf->y, out_width, out_height, buf->y_stride, 1, in InitYUVRescaler() 348 buf->a, out_width, out_height, buf->a_stride, 1, in InitYUVRescaler() 490 const int out_width = io->scaled_width; in InitRGBRescaler() local 495 const size_t work_size = 2 * (size_t)out_width; in InitRGBRescaler() 504 tmp_size2 = (uint64_t)num_rescalers * out_width; in InitRGBRescaler() 527 tmp + 0 * out_width, out_width, out_height, 0, 1, in InitRGBRescaler() 530 tmp + 1 * out_width, out_width, out_height, 0, 1, in InitRGBRescaler() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/ |
D | gstopencvvideofilter.cpp | 181 gint out_width, out_height; in gst_opencv_video_filter_set_info() local 194 if (!gst_opencv_cv_mat_params_from_video_info (out_info, &out_width, in gst_opencv_video_filter_set_info() 204 out_width, out_height, out_cv_type)) in gst_opencv_video_filter_set_info() 209 transform->out_cvImage.create (cv::Size (out_width, out_height), out_cv_type); in gst_opencv_video_filter_set_info()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | compositor.c | 1529 gint height1, gdouble alpha1, gint out_width, gint out_height) in _test_obscured() argument 1558 if (out_width > 0) in _test_obscured() 1559 gst_caps_set_simple (caps, "width", G_TYPE_INT, out_width, NULL); in _test_obscured() 1616 gint out_width, out_height; in GST_START_TEST() local 1626 out_width = out_height = 0; in GST_START_TEST() 1633 width1, height1, alpha1, out_width, out_height); in GST_START_TEST() 1640 width1, height1, alpha1, out_width, out_height); in GST_START_TEST() 1648 width1, height1, alpha1, out_width, out_height); in GST_START_TEST() 1657 ypos1, width1, height1, alpha1 / 10, out_width, out_height); in GST_START_TEST() 1666 width1, height1, alpha1, out_width, out_height); in GST_START_TEST() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vpp_qsv.c | 63 int out_width; member 202 vpp->out_width); in eval_expr() 210 vpp->out_width); in eval_expr() 270 if (vpp->out_height == 0 || vpp->out_width == 0) { in config_input() 271 vpp->out_width = inlink->w; in config_input() 298 outlink->w = vpp->out_width; in config_output() 429 FFSWAP(int, vpp->out_width, vpp->out_height); in config_output()
|
D | vf_scale_npp.c | 233 int out_width, int out_height) in init_processing_chain() argument 273 if (in_width != out_width || in_height != out_height || in init_processing_chain() 278 (out_width > in_width && out_height > in_height)) { in init_processing_chain() 283 !(out_width < in_width && out_height < in_height)) { in init_processing_chain() 308 s->stages[STAGE_RESIZE].planes_out[0].width = out_width; in init_processing_chain() 313 s->stages[STAGE_INTERLEAVE].planes_in[0].width = out_width; in init_processing_chain()
|
D | vf_scale_qsv.c | 173 int out_width, int out_height) in init_out_pool() argument 204 out_frames_ctx->width = FFALIGN(out_width, 16); in init_out_pool() 221 info->CropW = out_width; in init_out_pool() 443 int out_width, int out_height) in init_scale_session() argument 449 ret = init_out_pool(ctx, out_width, out_height); in init_scale_session()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglmemorypbo.c | 112 guint out_width, out_height; member 409 gsize out_width, out_height, out_stride; in _gl_mem_copy_thread() local 418 out_width = copy_params->out_width; in _gl_mem_copy_thread() 451 copy_params->out_width, copy_params->out_height); in _gl_mem_copy_thread() 504 gl->TexSubImage2D (out_tex_target, 0, 0, 0, out_width, out_height, in _gl_mem_copy_thread() 509 tex_id, copy_params->tex_target, copy_params->out_format, out_width, in _gl_mem_copy_thread() 733 copy_params.out_width = width; in gst_gl_memory_pbo_copy_into_texture()
|
D | gstglmemory.c | 90 guint out_width, out_height; member 649 gint out_width, gint out_height) in gst_gl_memory_copy_teximage() argument 703 gl->CopyTexImage2D (out_tex_target, 0, out_tex_format, 0, 0, out_width, in gst_gl_memory_copy_teximage() 746 gl->BlitFramebuffer (0, 0, out_width, out_height, in gst_gl_memory_copy_teximage() 747 0, 0, out_width, out_height, GL_COLOR_BUFFER_BIT, GL_NEAREST); in gst_gl_memory_copy_teximage() 803 internal_format, out_gl_format, out_gl_type, copy_params->out_width, in _gl_tex_copy_thread() 809 copy_params->out_width, copy_params->out_height); in _gl_tex_copy_thread() 1002 copy_params.out_width = width; in gst_gl_memory_copy_into()
|
/third_party/boost/libs/io/test/ |
D | ios_state_test.cpp | 137 std::streamsize out_width = out.width(); in main() local 155 BOOST_TEST(out_width == out.width()); in main() 167 BOOST_TEST(out_width == out.width()); in main()
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3531dv200/include/ |
D | hal_vo_def.h | 131 hi_u64 out_width; member 208 hi_u64 out_width; member
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3535av100/include/ |
D | hal_vo_def.h | 131 hi_u64 out_width; member 208 hi_u64 out_width; member
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3535av100/hal/ |
D | drv_vo_video.c | 142 hratio = (cfg->in_width * ds_info.zme_hprec / cfg->out_width); in vou_drv_set_layer_zme_mode() 203 zme_cfg.out_width = vid_cfg->vid_ow; in vo_drv_video_set_zme_enable_cfg() 272 cvfir_cfg.out_width = vid_cfg->vid_ow; in vo_drv_video_set_cvfir_enable_cfg()
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3531dv200/hal/ |
D | drv_vo_video.c | 142 hratio = (cfg->in_width * ds_info.zme_hprec / cfg->out_width); in vou_drv_set_layer_zme_mode() 203 zme_cfg.out_width = vid_cfg->vid_ow; in vo_drv_video_set_zme_enable_cfg() 272 cvfir_cfg.out_width = vid_cfg->vid_ow; in vo_drv_video_set_cvfir_enable_cfg()
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3521dv200/hal/ |
D | drv_vo_video.c | 140 hratio = (cfg->in_width * ds_info.zme_hprec / cfg->out_width); in vou_drv_set_layer_zme_mode() 202 zme_cfg.out_width = vid_cfg->vid_ow; in vo_drv_video_set_zme_enable_cfg() 271 cvfir_cfg.out_width = vid_cfg->vid_ow; in vo_drv_video_set_cvfir_enable_cfg()
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3559av100/ |
D | vou_drv.c | 1688 hi_u32 out_width; in vo_drv_set_zme_hinfo() local 1691 out_width = cfg->out_width - 1; in vo_drv_set_zme_hinfo() 1694 hal_v0_zme_set_out_width(out_width); in vo_drv_set_zme_hinfo() 1721 hratio = (cfg->in_width * ds_info.zme_hprec) / cfg->out_width; in vo_drv_set_zme_hsp() 2130 zme_cfg->out_width = vid_cfg->vid_ow; in vo_drv_get_zme_cfg() 2174 v1_cvfir_cfg->out_width = vid_cfg->vid_ow; in vo_drv_get_v1_cvfir_cfg() 2236 hi_u32 out_width = cfg->out_width; in vo_drv_set_gfx_zme_hinfo() local 2239 hal_g0_zme_set_out_width(out_width); in vo_drv_set_gfx_zme_hinfo() 2257 hi_u32 hratio = (cfg->in_width * ds_info.zme_hprec) / cfg->out_width; in vo_drv_set_gfx_zme_hsp() 2333 (zme_cfg->out_width == 0) || in graphic_drv_enable_zme() [all …]
|
D | vou_drv.h | 277 hi_u64 out_width; member 387 hi_u64 out_width; member 476 hi_u32 out_width; member
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3521dv200/include/ |
D | hal_vo_def.h | 138 hi_u64 out_width; member 215 hi_u64 out_width; member
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3519av100/ |
D | vou_drv.h | 282 hi_u64 out_width; member 385 hi_u64 out_width; member 474 hi_u32 out_width; member
|