Home
last modified time | relevance | path

Searched refs:GST_H264_NAL_SPS (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh264parser.c366 assert_equals_int (nalu.type, GST_H264_NAL_SPS); in GST_START_TEST()
619 assert_equals_int (nalu.type, GST_H264_NAL_SPS); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c1360 if (nal_type == GST_H264_NAL_SPS || nal_type == GST_H264_NAL_SUBSET_SPS) { in gst_nvdec_store_h264_nal()
1414 case GST_H264_NAL_SPS: in gst_nvdec_handle_h264_buffer()
1418 if (nalu.type == GST_H264_NAL_SPS) { in gst_nvdec_handle_h264_buffer()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h151 GST_H264_NAL_SPS = 7, enumerator
Dgsth264parser.c1626 case GST_H264_NAL_SPS: in gst_h264_parser_parse_nal()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c524 if (naltype == GST_H264_NAL_SPS || naltype == GST_H264_NAL_SUBSET_SPS) { in gst_h264_parser_store_nal()
544 if (naltype == GST_H264_NAL_SPS || naltype == GST_H264_NAL_PPS) in gst_h264_parser_store_nal()
970 case GST_H264_NAL_SPS: in gst_h264_parse_process_nal()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c647 nalu.type = GST_H264_NAL_SPS; in _gst_mss_stream_add_h264_codec_data()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c1336 case GST_H264_NAL_SPS: in gst_h264_decoder_decode_nal()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1223 case GST_H264_NAL_SPS: in scan_keyframe_h264()