Searched refs:have_pps (Results 1 – 6 of 6) sorted by relevance
1395 gboolean have_pps = FALSE; in gst_nvdec_handle_h264_buffer() local1439 have_pps = TRUE; in gst_nvdec_handle_h264_buffer()1451 if (!self->need_codec_data || (have_sps && have_pps)) { in gst_nvdec_handle_h264_buffer()1467 if (!have_pps) { in gst_nvdec_handle_h264_buffer()1472 have_pps = TRUE; in gst_nvdec_handle_h264_buffer()1479 if (have_sps && have_pps) in gst_nvdec_handle_h264_buffer()1533 gboolean have_pps = FALSE; in gst_nvdec_handle_h265_buffer() local1581 have_pps = TRUE; in gst_nvdec_handle_h265_buffer()1592 if (!self->need_codec_data || (have_sps && have_pps)) { in gst_nvdec_handle_h265_buffer()1617 if (!have_pps) { in gst_nvdec_handle_h265_buffer()[all …]
225 h265parse->have_pps = FALSE; in gst_h265_parse_reset_stream_info()748 if (h265parse->push_codec && h265parse->have_pps) { in gst_h265_parse_process_nal()755 h265parse->have_pps = FALSE; in gst_h265_parse_process_nal()786 if (h265parse->push_codec && h265parse->have_pps) { in gst_h265_parse_process_nal()792 h265parse->have_pps = FALSE; in gst_h265_parse_process_nal()816 if (!h265parse->have_pps) { in gst_h265_parse_process_nal()820 h265parse->have_pps = TRUE; in gst_h265_parse_process_nal()828 h265parse->have_pps = FALSE; in gst_h265_parse_process_nal()2655 gboolean have_vps, have_sps, have_pps; in gst_h265_parse_prepare_key_unit() local2671 have_vps = have_sps = have_pps = FALSE; in gst_h265_parse_prepare_key_unit()[all …]
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() local2821 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()[all …]
82 gboolean have_pps; member
89 gboolean have_pps; member
98397 byte-stream caps (different ones) as it would keep the have_pps and109848 Older have_sps and have_pps variables are kept because they have