Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.h104 GstBuffer *sps_nals[GST_H264_MAX_SPS_COUNT]; member
Dgstnvdec.c980 for (i = 0; i < G_N_ELEMENTS (self->sps_nals); i++) { in gst_nvdec_clear_codec_data()
981 gst_clear_buffer (&self->sps_nals[i]); in gst_nvdec_clear_codec_data()
1362 store = self->sps_nals; in gst_nvdec_store_h264_nal()
1459 if (!self->sps_nals[i]) in gst_nvdec_handle_h264_buffer()
1463 new_buf = gst_buffer_append (new_buf, gst_buffer_ref (self->sps_nals[i])); in gst_nvdec_handle_h264_buffer()
1499 store = self->sps_nals; in gst_nvdec_store_h265_nal()
1609 if (!self->sps_nals[i]) in gst_nvdec_handle_h265_buffer()
1613 new_buf = gst_buffer_append (new_buf, gst_buffer_ref (self->sps_nals[i])); in gst_nvdec_handle_h265_buffer()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.h93 GstBuffer *sps_nals[GST_H265_MAX_SPS_COUNT]; member
Dgsth264parse.h108 GstBuffer *sps_nals[GST_H264_MAX_SPS_COUNT]; member
Dgsth265parse.c246 gst_buffer_replace (&h265parse->sps_nals[i], NULL); in gst_h265_parse_reset_stream_info()
466 store = h265parse->sps_nals; in gst_h265_parser_store_nal()
1431 if ((nal = h265parse->sps_nals[i])) { in gst_h265_parse_make_codec_data()
1556 if ((nal = h265parse->sps_nals[i])) { in gst_h265_parse_make_codec_data()
2679 if (parse->sps_nals[i] != NULL) { in gst_h265_parse_prepare_key_unit()
2725 if ((codec_nal = h265parse->sps_nals[i])) { in gst_h265_parse_handle_vps_sps_pps_nals()
2766 if ((codec_nal = h265parse->sps_nals[i])) { in gst_h265_parse_handle_vps_sps_pps_nals()
Dgsth264parse.c295 gst_buffer_replace (&h264parse->sps_nals[i], NULL); in gst_h264_parse_reset_stream_info()
526 store = h264parse->sps_nals; in gst_h264_parser_store_nal()
1627 if ((nal = h264parse->sps_nals[i])) { in gst_h264_parse_make_codec_data()
1678 if ((nal = h264parse->sps_nals[i])) { in gst_h264_parse_make_codec_data()
2823 if (parse->sps_nals[i] != NULL) { in gst_h264_parse_prepare_key_unit()
2860 if ((codec_nal = h264parse->sps_nals[i])) { in gst_h264_parse_handle_sps_pps_nals()
2885 if ((codec_nal = h264parse->sps_nals[i])) { in gst_h264_parse_handle_sps_pps_nals()