Home
last modified time | relevance | path

Searched refs:GST_H264_NAL_PPS (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h152 GST_H264_NAL_PPS = 8, enumerator
Dgsth264parser.c1629 case GST_H264_NAL_PPS: in gst_h264_parser_parse_nal()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c1364 } else if (nal_type == GST_H264_NAL_PPS) { in gst_nvdec_store_h264_nal()
1432 case GST_H264_NAL_PPS:{ in gst_nvdec_handle_h264_buffer()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c528 } else if (naltype == GST_H264_NAL_PPS) { in gst_h264_parser_store_nal()
544 if (naltype == GST_H264_NAL_SPS || naltype == GST_H264_NAL_PPS) in gst_h264_parser_store_nal()
1002 case GST_H264_NAL_PPS: in gst_h264_parse_process_nal()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c1339 case GST_H264_NAL_PPS: in gst_h264_decoder_decode_nal()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c777 case GST_H264_NAL_PPS: in scan_keyframe_h264()