Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c1395 gboolean have_pps = FALSE; in gst_nvdec_handle_h264_buffer() local
1439 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() local
1581 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 …]
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c225 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() local
2671 have_vps = have_sps = have_pps = FALSE; in gst_h265_parse_prepare_key_unit()
[all …]
Dgsth264parse.c273 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()
[all …]
Dgsth265parse.h82 gboolean have_pps; member
Dgsth264parse.h89 gboolean have_pps; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog98397 byte-stream caps (different ones) as it would keep the have_pps and
109848 Older have_sps and have_pps variables are kept because they have