Searched refs:picture_start (Results 1 – 10 of 10) sorted by relevance
56 gboolean picture_start; member
70 gboolean picture_start; member
235 rtph264depay->picture_start = FALSE; in gst_rtp_h264_depay_reset()259 if (!rtph264depay->picture_start) in gst_rtp_h264_depay_drain()949 rtph264depay->picture_start = FALSE; in gst_rtp_h264_complete_au()1065 if (complete && rtph264depay->picture_start) in gst_rtp_h264_depay_handle_nal()1072 if (!rtph264depay->picture_start && start && out_keyframe) in gst_rtp_h264_depay_handle_nal()1079 rtph264depay->picture_start |= start; in gst_rtp_h264_depay_handle_nal()
176 rtph265depay->picture_start = FALSE; in gst_rtp_h265_depay_reset()201 if (!rtph265depay->picture_start) in gst_rtp_h265_depay_drain()1020 rtph265depay->picture_start = FALSE; in gst_rtp_h265_complete_au()1156 if (complete && rtph265depay->picture_start) in gst_rtp_h265_depay_handle_nal()1167 rtph265depay->picture_start |= start; in gst_rtp_h265_depay_handle_nal()
115 gboolean picture_start; member
145 gboolean picture_start; member
885 h265parse->picture_start = TRUE; in gst_h265_parse_process_nal()1004 nal_type, _nal_name (nal_type), h265parse->picture_start); in gst_h265_parse_collect_nal()1008 complete = h265parse->picture_start && ((nal_type >= GST_H265_NAL_VPS in gst_h265_parse_collect_nal()1015 complete |= h265parse->picture_start in gst_h265_parse_collect_nal()1025 h265parse->picture_start = FALSE; in gst_h265_parse_collect_nal()
1069 h264parse->picture_start = TRUE; in gst_h264_parse_process_nal()1181 nal_type, _nal_name (nal_type), h264parse->picture_start); in gst_h264_parse_collect_nal()1190 complete = h264parse->picture_start && ((nal_type >= GST_H264_NAL_SEI && in gst_h264_parse_collect_nal()1196 complete |= h264parse->picture_start && (nal_type == GST_H264_NAL_SLICE in gst_h264_parse_collect_nal()1204 h264parse->picture_start = FALSE; in gst_h264_parse_collect_nal()
5937 of an access unit, so we rely on the existing picture_start
76940 fix the picture_start detection for multi-layer-mvc streams etc)