Searched refs:have_sps (Results 1 – 6 of 6) sorted by relevance
1394 gboolean have_sps = FALSE; in gst_nvdec_handle_h264_buffer() local1427 have_sps = TRUE; in gst_nvdec_handle_h264_buffer()1451 if (!self->need_codec_data || (have_sps && have_pps)) { in gst_nvdec_handle_h264_buffer()1457 if (!have_sps) { in gst_nvdec_handle_h264_buffer()1462 have_sps = TRUE; in gst_nvdec_handle_h264_buffer()1479 if (have_sps && have_pps) in gst_nvdec_handle_h264_buffer()1532 gboolean have_sps = FALSE; in gst_nvdec_handle_h265_buffer() local1570 have_sps = TRUE; in gst_nvdec_handle_h265_buffer()1592 if (!self->need_codec_data || (have_sps && have_pps)) { in gst_nvdec_handle_h265_buffer()1607 if (!have_sps) { in gst_nvdec_handle_h265_buffer()[all …]
226 h265parse->have_sps = FALSE; in gst_h265_parse_reset_stream_info()754 h265parse->have_sps = FALSE; in gst_h265_parse_process_nal()784 h265parse->have_sps = TRUE; in gst_h265_parse_process_nal()791 h265parse->have_sps = FALSE; in gst_h265_parse_process_nal()822 if (h265parse->push_codec && h265parse->have_sps) { in gst_h265_parse_process_nal()827 h265parse->have_sps = 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()2680 have_sps = TRUE; in gst_h265_parse_prepare_key_unit()2693 have_sps, have_pps); in gst_h265_parse_prepare_key_unit()[all …]
81 gboolean have_sps; member
88 gboolean have_sps; member
274 h264parse->have_sps = FALSE; in gst_h264_parse_reset_stream_info()986 h264parse->have_sps = TRUE; in gst_h264_parse_process_nal()993 h264parse->have_sps = FALSE; in gst_h264_parse_process_nal()1023 if (h264parse->push_codec && h264parse->have_sps) { in gst_h264_parse_process_nal()1028 h264parse->have_sps = 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()2824 have_sps = TRUE; in gst_h264_parse_prepare_key_unit()2836 have_sps, have_pps); in gst_h264_parse_prepare_key_unit()3236 h264parse->have_sps = FALSE; in gst_h264_parse_pre_push_frame()[all …]
98398 have_sps set to true and would just go into passthrough without109848 Older have_sps and have_pps variables are kept because they have