Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FORMAT_INFO_SHIFT (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h608 #define GST_VIDEO_FORMAT_INFO_SHIFT(info,c) ((info)->shift[c]) macro
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideocrop.c340 val = pixels >> GST_VIDEO_FORMAT_INFO_SHIFT (finfo, i); in check_1x1_buffer()