Home
last modified time | relevance | path

Searched refs:GST_FLAG_SET_MASK_EXACT (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstvalue.h223 #define GST_FLAG_SET_MASK_EXACT ((guint)(-1)) macro
Dgstvalue.c6742 return (gst_value_get_flagset_mask (value) == GST_FLAG_SET_MASK_EXACT); in gst_value_is_fixed()
6814 if (gst_value_get_flagset_mask (src) == GST_FLAG_SET_MASK_EXACT) in gst_value_fixate()
6819 gst_value_set_flagset (dest, flags, GST_FLAG_SET_MASK_EXACT); in gst_value_fixate()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpputil.c496 GST_VIDEO_INFO_MULTIVIEW_FLAGS (vinfo), GST_FLAG_SET_MASK_EXACT, NULL); in set_multiview_mode()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkviewconvert.c1015 mview_flags_mask = GST_FLAG_SET_MASK_EXACT; in _expand_structure()
1229 GST_FLAG_SET_MASK_EXACT, NULL); in _intersect_with_mview_mode()
1293 GST_FLAG_SET_MASK_EXACT, NULL); in gst_vulkan_view_convert_transform_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglviewconvert.c825 mview_flags_mask = GST_FLAG_SET_MASK_EXACT; in _expand_structure()
1039 GST_FLAG_SET_MASK_EXACT, NULL); in _intersect_with_mview_mode()
1117 GST_FLAG_SET_MASK_EXACT, NULL); in gst_gl_view_convert_transform_caps()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstsmartencoder.c568 GST_VIDEO_MULTIVIEW_FLAGS_NONE, GST_FLAG_SET_MASK_EXACT, NULL); in smart_encoder_get_caps()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgststructure.c1002 guint test_mask = GST_FLAG_SET_MASK_EXACT; in GST_START_TEST()
Dgstvalue.c658 GST_FLAG_SET_MASK_EXACT); in GST_START_TEST()
692 fail_unless (gst_value_get_flagset_mask (&dest) == GST_FLAG_SET_MASK_EXACT); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.c736 multiview_flags, GST_FLAG_SET_MASK_EXACT, NULL); in gst_video_info_to_caps()
Dgstvideoencoder.c1897 GST_VIDEO_INFO_MULTIVIEW_FLAGS (info), GST_FLAG_SET_MASK_EXACT, NULL); in gst_video_encoder_negotiate_default()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c2226 GST_FLAG_SET_MASK_EXACT, NULL); in gst_h264_parse_update_src_caps()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c838 GST_FLAG_SET_MASK_EXACT, NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c2749 GST_FLAG_SET_MASK_EXACT, NULL); in update_video_multiview_caps()
Dgstplaybin2.c3418 GST_FLAG_SET_MASK_EXACT, NULL); in update_video_multiview_caps()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c6801 GST_FLAG_SET_MASK_EXACT, NULL); in gst_matroska_demux_video_caps()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c8804 stream->multiview_flags, GST_FLAG_SET_MASK_EXACT, NULL); in gst_qtdemux_configure_stream()
/third_party/gstreamer/gstreamer/
DChangeLog17706 value: Properly set value and type for GST_FLAG_SET_MASK_EXACT in GI annotations