Lines Matching refs:have_pps
273 h264parse->have_pps = FALSE; in gst_h264_parse_reset_stream_info()
988 if (h264parse->push_codec && h264parse->have_pps) { in gst_h264_parse_process_nal()
994 h264parse->have_pps = FALSE; in gst_h264_parse_process_nal()
1017 if (!h264parse->have_pps) { in gst_h264_parse_process_nal()
1021 h264parse->have_pps = TRUE; in gst_h264_parse_process_nal()
1029 h264parse->have_pps = FALSE; in gst_h264_parse_process_nal()
2805 gboolean have_sps, have_pps; in gst_h264_parse_prepare_key_unit() local
2821 have_sps = have_pps = FALSE; in gst_h264_parse_prepare_key_unit()
2830 have_pps = TRUE; in gst_h264_parse_prepare_key_unit()
2836 have_sps, have_pps); in gst_h264_parse_prepare_key_unit()
3237 h264parse->have_pps = FALSE; in gst_h264_parse_pre_push_frame()
3249 h264parse->have_pps = FALSE; in gst_h264_parse_pre_push_frame()
3266 if (h264parse->keyframe && h264parse->have_sps && h264parse->have_pps) { in gst_h264_parse_pre_push_frame()
3568 h264parse->have_pps = FALSE; in gst_h264_parse_set_caps()