Searched refs:codec_nal (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 2704 GstBuffer *codec_nal; in gst_h265_parse_handle_vps_sps_pps_nals() local 2718 if ((codec_nal = h265parse->vps_nals[i])) { in gst_h265_parse_handle_vps_sps_pps_nals() 2720 gst_h265_parse_push_codec_buffer (h265parse, codec_nal, buffer); in gst_h265_parse_handle_vps_sps_pps_nals() 2725 if ((codec_nal = h265parse->sps_nals[i])) { in gst_h265_parse_handle_vps_sps_pps_nals() 2727 gst_h265_parse_push_codec_buffer (h265parse, codec_nal, buffer); in gst_h265_parse_handle_vps_sps_pps_nals() 2732 if ((codec_nal = h265parse->pps_nals[i])) { in gst_h265_parse_handle_vps_sps_pps_nals() 2734 gst_h265_parse_push_codec_buffer (h265parse, codec_nal, buffer); in gst_h265_parse_handle_vps_sps_pps_nals() 2750 if ((codec_nal = h265parse->vps_nals[i])) { in gst_h265_parse_handle_vps_sps_pps_nals() 2751 gsize nal_size = gst_buffer_get_size (codec_nal); in gst_h265_parse_handle_vps_sps_pps_nals() 2761 ok &= gst_byte_writer_put_buffer (&bw, codec_nal, 0, nal_size); in gst_h265_parse_handle_vps_sps_pps_nals() [all …]
|
D | gsth264parse.c | 2847 GstBuffer *codec_nal; in gst_h264_parse_handle_sps_pps_nals() local 2860 if ((codec_nal = h264parse->sps_nals[i])) { in gst_h264_parse_handle_sps_pps_nals() 2862 gst_h264_parse_push_codec_buffer (h264parse, codec_nal, buffer); in gst_h264_parse_handle_sps_pps_nals() 2867 if ((codec_nal = h264parse->pps_nals[i])) { in gst_h264_parse_handle_sps_pps_nals() 2869 gst_h264_parse_push_codec_buffer (h264parse, codec_nal, buffer); in gst_h264_parse_handle_sps_pps_nals() 2885 if ((codec_nal = h264parse->sps_nals[i])) { in gst_h264_parse_handle_sps_pps_nals() 2886 gsize nal_size = gst_buffer_get_size (codec_nal); in gst_h264_parse_handle_sps_pps_nals() 2896 ok &= gst_byte_writer_put_buffer (&bw, codec_nal, 0, nal_size); in gst_h264_parse_handle_sps_pps_nals() 2901 if ((codec_nal = h264parse->pps_nals[i])) { in gst_h264_parse_handle_sps_pps_nals() 2902 gsize nal_size = gst_buffer_get_size (codec_nal); in gst_h264_parse_handle_sps_pps_nals() [all …]
|