Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h601 #define GST_VIDEO_FORMAT_INFO_IS_LE(info) (((info)->flags & GST_VIDEO_FORMAT_FLAG_LE) != 0) macro
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideocrop.c334 if (GST_VIDEO_FORMAT_INFO_IS_LE (finfo)) in check_1x1_buffer()