Home
last modified time | relevance | path

Searched refs:GST_H265_NAL_VPS (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph265types.h48 GST_H265_NAL_VPS = 32, enumerator
Dgstrtph265pay.c893 if (GST_H265_NAL_VPS == type || GST_H265_NAL_SPS == type in gst_rtp_h265_pay_decode_nal()
903 type == GST_H265_NAL_VPS ? "VPS" : type == GST_H265_NAL_SPS ? in gst_rtp_h265_pay_decode_nal()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c685 assert_equals_int (nalu.type, GST_H265_NAL_VPS); in GST_START_TEST()
779 assert_equals_int (nalu.type, GST_H265_NAL_VPS); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c460 if (naltype == GST_H265_NAL_VPS) { in gst_h265_parser_store_nal()
484 if (naltype >= GST_H265_NAL_VPS && naltype <= GST_H265_NAL_PPS) in gst_h265_parser_store_nal()
735 case GST_H265_NAL_VPS: in gst_h265_parse_process_nal()
1008 complete = h265parse->picture_start && ((nal_type >= GST_H265_NAL_VPS in gst_h265_parse_collect_nal()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c729 case GST_H265_NAL_VPS: in gst_h265_decoder_decode_nal()
865 case GST_H265_NAL_VPS: in gst_h265_decoder_parse_codec_data()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h291 GST_H265_NAL_VPS = 32, enumerator
Dgsth265parser.c1603 case GST_H265_NAL_VPS: in gst_h265_parser_parse_nal()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c1493 if (nal_type == GST_H265_NAL_VPS) { in gst_nvdec_store_h265_nal()
1552 case GST_H265_NAL_VPS:{ in gst_nvdec_handle_h265_buffer()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c1091 fail_unless (nal_type == GST_H265_NAL_VPS); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/
DChangeLog35434 the value is equivalent to GST_H265_NAL_VPS, GST_H265_NAL_SPS, and
/third_party/gstreamer/gstplugins_bad/
DChangeLog101519 the value is equivalent to GST_H265_NAL_VPS, GST_H265_NAL_SPS, and