Searched refs:nal_reader_init (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | nalutils.h | 67 void nal_reader_init (NalReader * nr, const guint8 * data, guint size);
|
D | nalutils.c | 68 nal_reader_init (NalReader * nr, const guint8 * data, guint size) in nal_reader_init() function
|
D | gsth264parser.c | 1925 nal_reader_init (&nr, nalu->data + nalu->offset + nalu->header_bytes, in gst_h264_parse_sps() 2008 nal_reader_init (&nr, nalu->data + nalu->offset + nalu->header_bytes, in gst_h264_parse_subset_sps() 2055 nal_reader_init (&nr, nalu->data + nalu->offset + nalu->header_bytes, in gst_h264_parse_pps() 2242 nal_reader_init (&nr, nalu->data + nalu->offset + nalu->header_bytes, in gst_h264_parser_parse_slice_hdr() 2505 nal_reader_init (&nr, nalu->data + nalu->offset + nalu->header_bytes, in gst_h264_parser_parse_sei()
|
D | gsth265parser.c | 1659 nal_reader_init (&nr, nalu->data + nalu->offset + nalu->header_bytes, in gst_h265_parse_vps() 1837 nal_reader_init (&nr, nalu->data + nalu->offset + nalu->header_bytes, in gst_h265_parse_sps() 2122 nal_reader_init (&nr, nalu->data + nalu->offset + nalu->header_bytes, in gst_h265_parse_pps() 2450 nal_reader_init (&nr, nalu->data + nalu->offset + nalu->header_bytes, in gst_h265_parser_parse_slice_hdr() 3002 nal_reader_init (&nr, nalu->data + nalu->offset + nalu->header_bytes, in gst_h265_parser_parse_sei()
|