Searched refs:GST_H265_NAL_PPS (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph265types.h | 50 GST_H265_NAL_PPS = 34, enumerator
|
D | gstrtph265pay.c | 894 || GST_H265_NAL_PPS == type) { in gst_rtp_h265_pay_decode_nal()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | h265parser.c | 733 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/ |
D | gsth265decoder.c | 735 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/ |
D | gsth265parser.h | 293 GST_H265_NAL_PPS = 34, enumerator
|
D | gsth265parser.c | 1609 case GST_H265_NAL_PPS: in gst_h265_parser_parse_nal()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 468 } 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/ |
D | gstnvdec.c | 1501 } 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/ |
D | rtph265.c | 1095 fail_unless (nal_type == GST_H265_NAL_PPS); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 35435 GST_H265_NAL_PPS (which are 32, 33, and 34 respectively). Obviously, this will
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 101520 GST_H265_NAL_PPS (which are 32, 33, and 34 respectively). Obviously, this will
|