Home
last modified time | relevance | path

Searched refs:out_height (Results 1 – 25 of 58) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdewarp.cpp161 gint out_width, gint out_height, int out_cv_type);
283 filter->out_height = 0; in gst_dewarp_init()
442 gint out_width, out_height; in gst_dewarp_update_map() local
446 out_height = filter->out_height; in gst_dewarp_update_map()
449 out_height = filter->out_height / 2; in gst_dewarp_update_map()
454 G_GINT32_FORMAT, out_width, out_height); in gst_dewarp_update_map()
460 cv::Size destSize (out_width, out_height); in gst_dewarp_update_map()
464 for (y = 0; y < out_height; y++) { in gst_dewarp_update_map()
466 float r = ((float) (y) / (float) (out_height)) * (r2 - r1) + r1; in gst_dewarp_update_map()
482 gint in_width, gint in_height, gint * out_width, gint * out_height) in gst_dewarp_calculate_dimensions() argument
[all …]
Dgstcvsobel.cpp113 gint out_width, gint out_height, int out_cv_type);
191 gint out_width, gint out_height, int out_cv_type) in gst_cv_sobel_set_caps() argument
196 filter->cvSobel.create (cv::Size (out_width, out_height), CV_8UC1); in gst_cv_sobel_set_caps()
Dgstcvlaplace.cpp115 gint out_width, gint out_height, int out_cv_type);
193 gint out_height, int out_cv_type) in gst_cv_laplace_cv_set_caps() argument
197 filter->intermediary_img.create (cv::Size (out_width, out_height), CV_16SC1); in gst_cv_laplace_cv_set_caps()
Dgstedgedetect.cpp116 gint out_width, gint out_height, int out_cv_type);
248 gint out_width, gint out_height, int out_cv_type) in gst_edge_detect_set_caps() argument
Dgstdewarp.h97 gint out_height; member
Dgstfaceblur.cpp160 gint out_width, gint out_height, int out_cv_type);
333 gint out_width, gint out_height, int out_cv_type) in gst_face_blur_set_caps() argument
Dgstcameraundistort.cpp116 gint out_width, gint out_height, int out_cv_type);
284 G_GNUC_UNUSED gint out_width, G_GNUC_UNUSED gint out_height, in gst_camera_undistort_set_info() argument
Dgstretinex.cpp142 gint out_width, gint out_height, int out_cv_type);
317 gint out_height, int out_cv_type) in gst_retinex_set_caps() argument
/third_party/ffmpeg/libavfilter/
Dvf_sr.c91 int out_width, out_height; in config_output() local
94 result = ff_dnn_get_output(&ctx->dnnctx, inlink->w, inlink->h, &out_width, &out_height); in config_output()
100 if (inlink->w != out_width || inlink->h != out_height) { in config_output()
103 outlink->h = out_height; in config_output()
118 outlink->h = out_height * ctx->scale_factor; in config_output()
Dvf_vpp_qsv.c64 int out_height; member
205 vpp->out_height); in eval_expr()
270 if (vpp->out_height == 0 || vpp->out_width == 0) { in config_input()
272 vpp->out_height = inlink->h; in config_input()
299 outlink->h = vpp->out_height; in config_output()
429 FFSWAP(int, vpp->out_width, vpp->out_height); in config_output()
Dvf_scale_npp.c233 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()
309 s->stages[STAGE_RESIZE].planes_out[0].height = out_height; in init_processing_chain()
314 s->stages[STAGE_INTERLEAVE].planes_in[0].height = out_height; in init_processing_chain()
Dvf_scale_qsv.c173 int out_width, int out_height) in init_out_pool() argument
205 out_frames_ctx->height = FFALIGN(out_height, 16); in init_out_pool()
222 info->CropH = out_height; in init_out_pool()
453 int out_width, int out_height) in init_scale_session() argument
459 ret = init_out_pool(ctx, out_width, out_height); in init_scale_session()
Dvf_transpose_npp.c189 int out_width, int out_height) in init_processing_chain() argument
195 int rot_width = out_width, rot_height = out_height; in init_processing_chain()
235 s->stages[STAGE_TRANSPOSE].planes_out[0].height = out_height; in init_processing_chain()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/
Dgstopencvvideofilter.cpp181 gint out_width, out_height; in gst_opencv_video_filter_set_info() local
195 &out_height, &out_cv_type, &out_err)) { 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()
Dgstopencvvideofilter.h84 int in_cv_type, gint out_width, gint out_height,
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.hpp144 …tRenderTargetSize(unsigned int n_instances, unsigned int* out_width, unsigned int* out_height) = 0;
264 …d getRenderTargetSize(unsigned int n_instances, unsigned int* out_width, unsigned int* out_height);
359 …d getRenderTargetSize(unsigned int n_instances, unsigned int* out_width, unsigned int* out_height);
515 …d getRenderTargetSize(unsigned int n_instances, unsigned int* out_width, unsigned int* out_height);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemorypbo.c114 guint out_width, out_height; member
437 gsize out_width, out_height, out_stride; in _gl_mem_copy_thread() local
447 out_height = copy_params->out_height; in _gl_mem_copy_thread()
464 out_size = out_height * out_stride; in _gl_mem_copy_thread()
479 copy_params->out_width, copy_params->out_height); in _gl_mem_copy_thread()
532 gl->TexSubImage2D (out_tex_target, 0, 0, 0, out_width, out_height, in _gl_mem_copy_thread()
538 out_height); in _gl_mem_copy_thread()
761 copy_params.out_height = height; in gst_gl_memory_pbo_copy_into_texture()
Dgstglmemory.c98 guint out_width, out_height; member
661 gint out_width, gint out_height) in gst_gl_memory_copy_teximage() argument
716 out_height, 0); in gst_gl_memory_copy_teximage()
758 gl->BlitFramebuffer (0, 0, out_width, out_height, in gst_gl_memory_copy_teximage()
759 0, 0, out_width, out_height, GL_COLOR_BUFFER_BIT, GL_NEAREST); in gst_gl_memory_copy_teximage()
816 copy_params->out_height); in _gl_tex_copy_thread()
821 copy_params->out_width, copy_params->out_height); in _gl_tex_copy_thread()
1015 copy_params.out_height = height; in gst_gl_memory_copy_into()
Dgstglviewconvert.c1469 guint out_width, out_height; in _init_view_convert_fbo() local
1472 out_height = GST_VIDEO_INFO_HEIGHT (&viewconvert->out_info); in _init_view_convert_fbo()
1476 out_width, out_height); in _init_view_convert_fbo()
1882 guint out_width, out_height; in _do_view_convert_draw() local
1918 &out_height); in _do_view_convert_draw()
1919 gl->Viewport (0, 0, out_width, out_height); in _do_view_convert_draw()
2015 guint in_width, in_height, out_width, out_height; in _do_view_convert() local
2026 out_height = GST_VIDEO_INFO_HEIGHT (&viewconvert->out_info); in _do_view_convert()
2116 || out_width != width || out_height != height) { in _do_view_convert()
2127 out_height); in _do_view_convert()
[all …]
Dgstglcolorconvert.c2678 guint out_width, out_height; in _init_convert_fbo() local
2681 out_height = GST_VIDEO_INFO_HEIGHT (&convert->out_info); in _init_convert_fbo()
2685 out_height); in _init_convert_fbo()
2694 guint in_width, in_height, out_width, out_height; in _do_convert_one_view() local
2703 out_height = GST_VIDEO_INFO_HEIGHT (&convert->out_info); in _do_convert_one_view()
2757 || out_width != mem_width || out_height != mem_height) { in _do_convert_one_view()
2768 out_height); in _do_convert_one_view()
2799 out_height, convert->priv->in_tex[0], convert->priv->in_tex[1], in _do_convert_one_view()
2819 || out_width != mem_width || out_height != mem_height) { in _do_convert_one_view()
3010 guint out_width, out_height; in _do_convert_draw() local
[all …]
/third_party/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c296 const int out_height = io->scaled_height; in InitYUVRescaler() local
298 const int uv_out_height = (out_height + 1) >> 1; 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()
491 const int out_height = io->scaled_height; in InitRGBRescaler() local
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()
533 tmp + 2 * out_width, out_width, out_height, 0, 1, in InitRGBRescaler()
542 tmp + 3 * out_width, out_width, out_height, 0, 1, in InitRGBRescaler()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dcompositor.c1510 gint height1, gdouble alpha1, gint out_width, gint out_height) in _test_obscured() argument
1541 if (out_height > 0) in _test_obscured()
1542 gst_caps_set_simple (caps, "height", G_TYPE_INT, out_height, NULL); in _test_obscured()
1597 gint out_width, out_height; in GST_START_TEST() local
1607 out_width = out_height = 0; in GST_START_TEST()
1614 width1, height1, alpha1, out_width, out_height); in GST_START_TEST()
1621 width1, height1, alpha1, out_width, out_height); in GST_START_TEST()
1629 width1, height1, alpha1, out_width, out_height); in GST_START_TEST()
1638 ypos1, width1, height1, alpha1 / 10, out_width, out_height); in GST_START_TEST()
1647 width1, height1, alpha1, out_width, out_height); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglcolorconvert.c184 gint out_height = frames[j].height; in check_conversion() local
191 out_height); in check_conversion()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.c745 if (height > dfbvideosink->out_height) { in gst_dfbvideosink_enum_vmodes()
746 dfbvideosink->out_height = height; in gst_dfbvideosink_enum_vmodes()
800 dfbvideosink->out_height = 0; in gst_dfbvideosink_setup()
1017 &dfbvideosink->out_width, &dfbvideosink->out_height); in gst_dfbvideosink_setup()
1026 "pixel format", dfbvideosink->out_width, dfbvideosink->out_height, in gst_dfbvideosink_setup()
1612 dfbvideosink->out_height = lc.height; in gst_dfbvideosink_setcaps()
1884 offset[1] = dest_pitch * ((dfbvideosink->out_height - result.y) + in gst_dfbvideosink_show_frame()
1886 offset[2] = offset[1] + dest_pitch * dfbvideosink->out_height / 4; in gst_dfbvideosink_show_frame()
1891 offset[1] = dest_pitch * (dfbvideosink->out_height - result.y / 2); in gst_dfbvideosink_show_frame()
1999 dst.h = dfbvideosink->out_height; in gst_dfbvideosink_navigation_send_event()
[all …]
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.h66 gint out_width, out_height; member

123