Searched refs:GstH264NalUnit (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.h | 338 typedef struct _GstH264NalUnit GstH264NalUnit; typedef 1226 gsize size, GstH264NalUnit *nalu); 1231 gsize size, GstH264NalUnit *nalu); 1236 GstH264NalUnit *nalu); 1240 GstH264NalUnit *nalu); 1243 GstH264ParserResult gst_h264_parser_parse_slice_hdr (GstH264NalParser *nalparser, GstH264NalUnit … 1248 GstH264ParserResult gst_h264_parser_parse_subset_sps (GstH264NalParser *nalparser, GstH264NalUnit … 1252 GstH264ParserResult gst_h264_parser_parse_sps (GstH264NalParser *nalparser, GstH264NalUnit … 1257 GstH264NalUnit *nalu, GstH264PPS *pps); 1261 GstH264NalUnit *nalu, GArray ** messages); [all …]
|
D | gsth264parser.c | 201 gst_h264_parse_nalu_header (GstH264NalUnit * nalu) in gst_h264_parse_nalu_header() 704 GstH264NalUnit * nalu, NalReader * nr) in gst_h264_slice_parse_dec_ref_pic_marking() 1434 const guint8 * data, guint offset, gsize size, GstH264NalUnit * nalu) in gst_h264_parser_identify_nalu_unchecked() 1496 const guint8 * data, guint offset, gsize size, GstH264NalUnit * nalu) in gst_h264_parser_identify_nalu() 1555 GstH264NalUnit * nalu) in gst_h264_parser_identify_nalu_avc() 1620 gst_h264_parser_parse_nal (GstH264NalParser * nalparser, GstH264NalUnit * nalu) in gst_h264_parser_parse_nal() 1647 gst_h264_parser_parse_sps (GstH264NalParser * nalparser, GstH264NalUnit * nalu, in gst_h264_parser_parse_sps() 1919 gst_h264_parse_sps (GstH264NalUnit * nalu, GstH264SPS * sps) in gst_h264_parse_sps() 1964 GstH264NalUnit * nalu, GstH264SPS * sps) in gst_h264_parser_parse_subset_sps() 2002 gst_h264_parse_subset_sps (GstH264NalUnit * nalu, GstH264SPS * sps) in gst_h264_parse_subset_sps() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | h264parser.c | 150 GstH264NalUnit nalu; in GST_START_TEST() 168 GstH264NalUnit nalu; in GST_START_TEST() 217 GstH264NalUnit nalu; in GST_START_TEST() 235 GstH264NalUnit nalu; in GST_START_TEST() 344 GstH264NalUnit nalu; in GST_START_TEST() 580 GstH264NalUnit nalu; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth264picture.h | 89 GstH264NalUnit nalu;
|
D | gsth264decoder.c | 195 GstH264NalUnit * nalu); 521 GstH264NalUnit nalu; in gst_h264_decoder_handle_frame() 591 gst_h264_decoder_parse_sps (GstH264Decoder * self, GstH264NalUnit * nalu) in gst_h264_decoder_parse_sps() 621 gst_h264_decoder_parse_pps (GstH264Decoder * self, GstH264NalUnit * nalu) in gst_h264_decoder_parse_pps() 659 GstH264NalUnit nalu; in gst_h264_decoder_parse_codec_data() 1228 gst_h264_decoder_parse_slice (GstH264Decoder * self, GstH264NalUnit * nalu) in gst_h264_decoder_parse_slice() 1328 gst_h264_decoder_decode_nal (GstH264Decoder * self, GstH264NalUnit * nalu) in gst_h264_decoder_decode_nal()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth264parse.c | 519 GstH264NalUnitType naltype, GstH264NalUnit * nalu) in gst_h264_parser_store_nal() 621 gst_h264_parse_process_sei (GstH264Parse * h264parse, GstH264NalUnit * nalu) in gst_h264_parse_process_sei() 942 gst_h264_parse_process_nal (GstH264Parse * h264parse, GstH264NalUnit * nalu) in gst_h264_parse_process_nal() 1174 gst_h264_parse_collect_nal (GstH264Parse * h264parse, GstH264NalUnit * nalu) in gst_h264_parse_collect_nal() 1223 GstH264NalUnit nalu; in gst_h264_parse_handle_frame_packetized() 1344 GstH264NalUnit nalu; in gst_h264_parse_handle_frame() 3379 GstH264NalUnit nalu; in gst_h264_parse_set_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvdec.c | 1354 GstH264NalUnitType nal_type, GstH264NalUnit * nalu) in gst_nvdec_store_h264_nal() 1391 GstH264NalUnit nalu; in gst_nvdec_handle_h264_buffer() 1404 memset (&nalu, 0, sizeof (GstH264NalUnit)); in gst_nvdec_handle_h264_buffer()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah264dec.c | 332 GstH264NalUnit *nalu = &slice->nalu; in gst_va_h264_dec_decode_slice()
|
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssmanifest.c | 619 GstH264NalUnit nalu = { 0, }; in _gst_mss_stream_add_h264_codec_data()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | tsdemux.c | 736 GstH264NalUnit unit, frame_unit = { 0, }; in scan_keyframe_h264()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 85019 GstH264NalUnit, GstH264PPS, GstH264SPS and GstH264SliceHdr. 104319 smoothstreaming: initialise new GstH264NalUnit fields 109871 Fix documentation for GstH264NalUnit. The @ref_idc part was totally 117538 The computed idr_pic_flag is already stored in GstH264NalUnit structure.
|