Searched refs:GST_FLAG_SET_MASK_EXACT (Results 1 – 17 of 17) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.h | 223 #define GST_FLAG_SET_MASK_EXACT ((guint)(-1)) macro
|
D | gstvalue.c | 6742 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/ |
D | gstmsdkvpputil.c | 496 GST_VIDEO_INFO_MULTIVIEW_FLAGS (vinfo), GST_FLAG_SET_MASK_EXACT, NULL); in set_multiview_mode()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkviewconvert.c | 1015 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/ |
D | gstglviewconvert.c | 825 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/ |
D | gstsmartencoder.c | 568 GST_VIDEO_MULTIVIEW_FLAGS_NONE, GST_FLAG_SET_MASK_EXACT, NULL); in smart_encoder_get_caps()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gststructure.c | 1002 guint test_mask = GST_FLAG_SET_MASK_EXACT; in GST_START_TEST()
|
D | gstvalue.c | 658 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/ |
D | video-info.c | 736 multiview_flags, GST_FLAG_SET_MASK_EXACT, NULL); in gst_video_info_to_caps()
|
D | gstvideoencoder.c | 1897 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/ |
D | gsth264parse.c | 2226 GST_FLAG_SET_MASK_EXACT, NULL); in gst_h264_parse_update_src_caps()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 838 GST_FLAG_SET_MASK_EXACT, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybin3.c | 2749 GST_FLAG_SET_MASK_EXACT, NULL); in update_video_multiview_caps()
|
D | gstplaybin2.c | 3418 GST_FLAG_SET_MASK_EXACT, NULL); in update_video_multiview_caps()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-demux.c | 6801 GST_FLAG_SET_MASK_EXACT, NULL); in gst_matroska_demux_video_caps()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 8804 stream->multiview_flags, GST_FLAG_SET_MASK_EXACT, NULL); in gst_qtdemux_configure_stream()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 17706 value: Properly set value and type for GST_FLAG_SET_MASK_EXACT in GI annotations
|