Home
last modified time | relevance | path

Searched refs:have_sps (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c1394 gboolean have_sps = FALSE; in gst_nvdec_handle_h264_buffer() local
1427 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() local
1570 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 …]
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c226 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() local
2671 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 …]
Dgsth265parse.h81 gboolean have_sps; member
Dgsth264parse.h88 gboolean have_sps; member
Dgsth264parse.c274 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() local
2821 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 …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog98398 have_sps set to true and would just go into passthrough without
109848 Older have_sps and have_pps variables are kept because they have