Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph265types.h50 GST_H265_NAL_PPS = 34, enumerator
Dgstrtph265pay.c894 || GST_H265_NAL_PPS == type) { in gst_rtp_h265_pay_decode_nal()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c733 assert_equals_int (nalu.type, GST_H265_NAL_PPS); in GST_START_TEST()
814 assert_equals_int (nalu.type, GST_H265_NAL_PPS); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c735 case GST_H265_NAL_PPS: in gst_h265_decoder_decode_nal()
879 case GST_H265_NAL_PPS: in gst_h265_decoder_parse_codec_data()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h293 GST_H265_NAL_PPS = 34, enumerator
Dgsth265parser.c1609 case GST_H265_NAL_PPS: in gst_h265_parser_parse_nal()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c468 } else if (naltype == GST_H265_NAL_PPS) { in gst_h265_parser_store_nal()
484 if (naltype >= GST_H265_NAL_VPS && naltype <= GST_H265_NAL_PPS) in gst_h265_parser_store_nal()
799 case GST_H265_NAL_PPS: in gst_h265_parse_process_nal()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c1501 } else if (nal_type == GST_H265_NAL_PPS) { in gst_nvdec_store_h265_nal()
1574 case GST_H265_NAL_PPS:{ in gst_nvdec_handle_h265_buffer()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c1095 fail_unless (nal_type == GST_H265_NAL_PPS); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/
DChangeLog35435 GST_H265_NAL_PPS (which are 32, 33, and 34 respectively). Obviously, this will
/third_party/gstreamer/gstplugins_bad/
DChangeLog101520 GST_H265_NAL_PPS (which are 32, 33, and 34 respectively). Obviously, this will