Home
last modified time | relevance | path

Searched refs:vps_nals (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.h103 GstBuffer *vps_nals[GST_H265_MAX_VPS_COUNT]; member
Dgstnvdec.c973 for (i = 0; i < G_N_ELEMENTS (self->vps_nals); i++) { in gst_nvdec_clear_codec_data()
974 gst_clear_buffer (&self->vps_nals[i]); in gst_nvdec_clear_codec_data()
1495 store = self->vps_nals; in gst_nvdec_store_h265_nal()
1600 if (!self->vps_nals[i]) in gst_nvdec_handle_h265_buffer()
1603 new_buf = gst_buffer_append (new_buf, gst_buffer_ref (self->vps_nals[i])); in gst_nvdec_handle_h265_buffer()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.h92 GstBuffer *vps_nals[GST_H265_MAX_VPS_COUNT]; member
Dgsth265parse.c244 gst_buffer_replace (&h265parse->vps_nals[i], NULL); in gst_h265_parse_reset_stream_info()
462 store = h265parse->vps_nals; in gst_h265_parser_store_nal()
1421 if ((nal = h265parse->vps_nals[i])) { in gst_h265_parse_make_codec_data()
1537 if ((nal = h265parse->vps_nals[i])) { in gst_h265_parse_make_codec_data()
2673 if (parse->vps_nals[i] != NULL) { in gst_h265_parse_prepare_key_unit()
2718 if ((codec_nal = h265parse->vps_nals[i])) { in gst_h265_parse_handle_vps_sps_pps_nals()
2750 if ((codec_nal = h265parse->vps_nals[i])) { in gst_h265_parse_handle_vps_sps_pps_nals()