Searched refs:multiview_flags (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-info.h | 339 GstVideoMultiviewFlags multiview_flags; member 388 #define GST_VIDEO_INFO_MULTIVIEW_FLAGS(i) ((i)->ABI.abi.multiview_flags)
|
D | video-info.c | 399 guint multiview_flags; in gst_video_info_from_caps() local 493 &multiview_flags, NULL)) in gst_video_info_from_caps() 494 GST_VIDEO_INFO_MULTIVIEW_FLAGS (info) = multiview_flags; in gst_video_info_from_caps() 706 GstVideoMultiviewFlags multiview_flags = in gst_video_info_to_caps() local 712 if (multiview_flags & GST_VIDEO_MULTIVIEW_FLAGS_HALF_ASPECT) { in gst_video_info_to_caps() 713 multiview_flags &= ~GST_VIDEO_MULTIVIEW_FLAGS_HALF_ASPECT; in gst_video_info_to_caps() 736 multiview_flags, GST_FLAG_SET_MASK_EXACT, NULL); in gst_video_info_to_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth264parse.h | 156 GstVideoMultiviewFlags multiview_flags; member
|
D | gsth264parse.c | 277 h264parse->multiview_flags = GST_VIDEO_MULTIVIEW_FLAGS_NONE; in gst_h264_parse_reset_stream_info() 729 mview_flags != h264parse->multiview_flags) { in gst_h264_parse_process_sei() 731 h264parse->multiview_flags = mview_flags; in gst_h264_parse_process_sei() 830 mview_flags != h264parse->multiview_flags) { in gst_h264_parse_process_sei() 832 h264parse->multiview_flags = mview_flags; in gst_h264_parse_process_sei() 2177 GstVideoMultiviewFlags mview_flags = h264parse->multiview_flags; in gst_h264_parse_update_src_caps()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-mux.c | 1036 guint multiview_flags = gst_value_get_flagset_flags (value); in check_field() local 1038 if (multiview_flags == 0) in check_field() 1095 guint multiview_flags; in gst_matroska_mux_video_pad_setcaps() local 1207 gst_structure_get_flagset (structure, "multiview-flags", &multiview_flags, in gst_matroska_mux_video_pad_setcaps() 1209 videocontext->multiview_flags = multiview_flags; in gst_matroska_mux_video_pad_setcaps() 2879 if (videocontext->multiview_flags & in gst_matroska_mux_track_header() 2886 if (videocontext->multiview_flags & in gst_matroska_mux_track_header() 2893 if (videocontext->multiview_flags & in gst_matroska_mux_track_header() 2900 if (videocontext->multiview_flags & in gst_matroska_mux_track_header()
|
D | matroska-ids.c | 67 video_context->multiview_flags = GST_VIDEO_MULTIVIEW_FLAGS_NONE; in gst_matroska_track_init_video_context()
|
D | matroska-ids.h | 641 GstVideoMultiviewFlags multiview_flags; member
|
D | matroska-demux.c | 1086 videocontext->multiview_flags = in gst_matroska_demux_parse_stream() 1094 videocontext->multiview_flags = in gst_matroska_demux_parse_stream() 1102 videocontext->multiview_flags = in gst_matroska_demux_parse_stream() 1110 videocontext->multiview_flags = in gst_matroska_demux_parse_stream() 6794 videocontext->multiview_flags |= GST_VIDEO_MULTIVIEW_FLAGS_HALF_ASPECT; in gst_matroska_demux_video_caps() 6800 GST_TYPE_VIDEO_MULTIVIEW_FLAGSET, videocontext->multiview_flags, in gst_matroska_demux_video_caps()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.h | 502 GstVideoMultiviewFlags multiview_flags; member
|
D | qtdemux.c | 1899 stream->multiview_flags = GST_VIDEO_MULTIVIEW_FLAGS_NONE; in _create_stream() 8797 stream->multiview_flags |= GST_VIDEO_MULTIVIEW_FLAGS_HALF_ASPECT; in gst_qtdemux_configure_stream() 8804 stream->multiview_flags, GST_FLAG_SET_MASK_EXACT, NULL); in gst_qtdemux_configure_stream() 10897 stream->multiview_flags = flags; in qtdemux_parse_stereo_svmi_atom()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybin3.c | 474 GstVideoMultiviewFlags multiview_flags; member 1374 playbin->multiview_flags = GST_VIDEO_MULTIVIEW_FLAGS_NONE; in gst_play_bin3_init() 1865 playbin->multiview_flags = g_value_get_flags (value); in gst_play_bin3_set_property() 2067 g_value_set_flags (value, playbin->multiview_flags); in gst_play_bin3_get_property() 2720 mv_flags = playbin->multiview_flags; in update_video_multiview_caps()
|
D | gstplaybin2.c | 421 GstVideoMultiviewFlags multiview_flags; member 1680 playbin->multiview_flags = GST_VIDEO_MULTIVIEW_FLAGS_NONE; in gst_play_bin_init() 2630 playbin->multiview_flags = g_value_get_flags (value); in gst_play_bin_set_property() 2935 g_value_set_flags (value, playbin->multiview_flags); in gst_play_bin_get_property() 3389 mv_flags = playbin->multiview_flags; in update_video_multiview_caps()
|