Home
last modified time | relevance | path

Searched refs:GST_VIDEO_INFO_VIEWS (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpputil.c498 if (GST_VIDEO_INFO_VIEWS (vinfo) > 1) { in set_multiview_mode()
499 gst_structure_set (outs, "views", G_TYPE_INT, GST_VIDEO_INFO_VIEWS (vinfo), in set_multiview_mode()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h375 #define GST_VIDEO_INFO_VIEWS(i) ((i)->views) macro
Dvideo-info.c639 if (GST_VIDEO_INFO_VIEWS (info) != GST_VIDEO_INFO_VIEWS (other)) in gst_video_info_is_equal()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereomix.c598 GST_VIDEO_INFO_VIEWS (mix_info) = 2; in _update_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglupload.c305 expected_memories *= GST_VIDEO_INFO_VIEWS (in_info); in _gl_memory_upload_accept()
1158 max_planes *= GST_VIDEO_INFO_VIEWS (in_info); in _upload_meta_upload_perform()
Dgstglcolorconvert.c2877 views = GST_VIDEO_INFO_VIEWS (in_info); in _do_convert()