Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FORMAT_INFO_BITS (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-blend.c346 g_assert (GST_VIDEO_FORMAT_INFO_BITS (sunpackinfo) == 8); in gst_video_blend()
348 if (GST_VIDEO_FORMAT_INFO_BITS (dunpackinfo) != 8 in gst_video_blend()
349 && GST_VIDEO_FORMAT_INFO_BITS (dunpackinfo) != 16) in gst_video_blend()
353 bpp = 4 * (GST_VIDEO_FORMAT_INFO_BITS (dunpackinfo) / 8); in gst_video_blend()
Dvideo-format.h606 #define GST_VIDEO_FORMAT_INFO_BITS(info) ((info)->bits) macro
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideocrop.c306 if (GST_VIDEO_FORMAT_INFO_BITS (finfo) == 8) in check_1x1_buffer()
328 if (GST_VIDEO_FORMAT_INFO_BITS (finfo) == 8) { in check_1x1_buffer()
330 } else if (GST_VIDEO_FORMAT_INFO_BITS (finfo) == 16) { in check_1x1_buffer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c499 bits = GST_VIDEO_FORMAT_INFO_BITS (finfo); in format_info_get_desc()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c448 GST_VIDEO_FORMAT_INFO_BITS (unpackinfo) * in GST_START_TEST()
2208 depth = GST_VIDEO_FORMAT_INFO_BITS (fuinfo); in GST_START_TEST()