Home
last modified time | relevance | path

Searched refs:picture_start (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph264depay.h56 gboolean picture_start; member
Dgstrtph265depay.h70 gboolean picture_start; member
Dgstrtph264depay.c235 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()
Dgstrtph265depay.c176 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()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.h115 gboolean picture_start; member
Dgsth264parse.h145 gboolean picture_start; member
Dgsth265parse.c885 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()
Dgsth264parse.c1069 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()
/third_party/gstreamer/gstplugins_good/
DChangeLog5937 of an access unit, so we rely on the existing picture_start
/third_party/gstreamer/gstplugins_bad/
DChangeLog76940 fix the picture_start detection for multi-layer-mvc streams etc)