Home
last modified time | relevance | path

Searched refs:w_sub (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavfilter/
Ddrawutils.c357 int w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_rectangle() local
377 w_sub = w; in ff_blend_rectangle()
381 subsampling_bounds(draw->hsub[plane], &x_sub, &w_sub, &left, &right); in ff_blend_rectangle()
392 draw->pixelstep[plane], w_sub, in ff_blend_rectangle()
396 draw->pixelstep[plane], w_sub, in ff_blend_rectangle()
404 draw->pixelstep[plane], w_sub, in ff_blend_rectangle()
411 draw->pixelstep[plane], w_sub, in ff_blend_rectangle()
419 draw->pixelstep[plane], w_sub, in ff_blend_rectangle()
423 draw->pixelstep[plane], w_sub, in ff_blend_rectangle()
534 int xm0, ym0, w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_mask() local
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaconvert.c201 if ((in_info->w_sub[1]) != (t_info->w_sub[1])) { in score_value()
203 if ((in_info->w_sub[1]) < (t_info->w_sub[1])) in score_value()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h577 guint w_sub[GST_VIDEO_MAX_COMPONENTS]; member
648 #define GST_VIDEO_FORMAT_INFO_W_SUB(info,c) ((info)->w_sub[c])
654 #define GST_VIDEO_FORMAT_INFO_SCALE_WIDTH(info,c,w) GST_VIDEO_SUB_SCALE ((info)->w_sub[c],(w))
Dvideo-converter.c2202 gint i, w_sub; in setup_borderline() local
2251 w_sub = 0; in setup_borderline()
2256 w_sub = MAX (w_sub, out_finfo->w_sub[i]); in setup_borderline()
2261 GST_VIDEO_CHROMA_SITE_UNKNOWN, 0, 1 << w_sub); in setup_borderline()
2356 convert->in_x &= ~((1 << fin->w_sub[1]) - 1); in gst_video_converter_new_with_pool()
2381 convert->out_x &= ~((1 << fout->w_sub[1]) - 1); in gst_video_converter_new_with_pool()
2843 out_info->chroma_site, sfinfo->w_sub[2], dfinfo->w_sub[2], in video_converter_compute_resample()
2846 if (sfinfo->w_sub[2] != dfinfo->w_sub[2] || in video_converter_compute_resample()
2857 sfinfo->unpack_format, sfinfo->w_sub[2], sfinfo->h_sub[2]); in video_converter_compute_resample()
2862 -dfinfo->w_sub[2], -dfinfo->h_sub[2]); in video_converter_compute_resample()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c467 gint w_sub, h_sub, n_semi; in format_info_get_desc() local
469 w_sub = GST_VIDEO_FORMAT_INFO_W_SUB (finfo, 1); in format_info_get_desc()
472 if (w_sub == 1 && h_sub == 1) { in format_info_get_desc()
474 } else if (w_sub == 2 && h_sub == 1) { in format_info_get_desc()
476 } else if (w_sub == 2 && h_sub == 2) { in format_info_get_desc()
478 } else if (w_sub == 4 && h_sub == 1) { in format_info_get_desc()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkformat.h119 guint8 w_sub[GST_VULKAN_MAX_COMPONENTS]; member
/third_party/gstreamer/gstplugins_base/gst/videoconvert/
Dgstvideoconvert.c259 if ((in_info->w_sub[1]) != (t_info->w_sub[1])) { in score_value()
261 if ((in_info->w_sub[1]) < (t_info->w_sub[1])) in score_value()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c213 guint w_sub = in _calculate_unpack_length() local
218 if (w_sub) in _calculate_unpack_length()
219 gl_mem->tex_scaling[0] /= (1 << w_sub); in _calculate_unpack_length()
Dgstglcolorconvert.c1323 if ((in_info->w_sub[1]) != (t_info->w_sub[1])) { in score_format_target()
1325 if ((in_info->w_sub[1]) < (t_info->w_sub[1])) in score_format_target()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c1039 if ((in_info->w_sub[1]) != (t_info->w_sub[1])) { in score_value()
1041 if ((in_info->w_sub[1]) < (t_info->w_sub[1])) in score_value()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.cpp449 if ((in_info->w_sub[1]) != (t_info->w_sub[1])) { in score_value()
451 if ((in_info->w_sub[1]) < (t_info->w_sub[1])) in score_value()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c925 info.chroma_site, 0, info.finfo->unpack_format, -info.finfo->w_sub[2], in gst_video_test_src_setcaps()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2099 ws[k] = G_MAXUINT << finfo->w_sub[(3 + k) % 4]; in compare_frame()