Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FORMAT_INFO_W_SUB (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/videoconvert/
Dgstvideoconvert.c356 if (GST_VIDEO_FORMAT_INFO_W_SUB (in_format, in subsampling_unchanged()
357 i) != GST_VIDEO_FORMAT_INFO_W_SUB (out_format, i)) in subsampling_unchanged()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h648 #define GST_VIDEO_FORMAT_INFO_W_SUB(info,c) ((info)->w_sub[c]) macro
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideocrop.c318 GST_DEBUG ("W: %d", GST_VIDEO_FORMAT_INFO_W_SUB (finfo, i)); in check_1x1_buffer()
321 if (GST_VIDEO_FORMAT_INFO_W_SUB (finfo, in check_1x1_buffer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c469 w_sub = GST_VIDEO_FORMAT_INFO_W_SUB (finfo, 1); in format_info_get_desc()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c1611 if (GST_VIDEO_FORMAT_INFO_W_SUB (in_format, in subsampling_unchanged()
1612 i) != GST_VIDEO_FORMAT_INFO_W_SUB (out_format, i)) in subsampling_unchanged()
/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstvideocrop.c362 sub_w_factor = 1 << GST_VIDEO_FORMAT_INFO_W_SUB (format_info, p); in gst_video_crop_transform_planar()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.cpp548 if (GST_VIDEO_FORMAT_INFO_W_SUB (in_format, in subsampling_unchanged()
549 i) != GST_VIDEO_FORMAT_INFO_W_SUB (out_format, i)) in subsampling_unchanged()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c214 GST_VIDEO_FORMAT_INFO_W_SUB (gl_mem->info.finfo, gl_mem->plane); in _calculate_unpack_length()