Home
last modified time | relevance | path

Searched refs:sps_buf (Results 1 – 25 of 117) sorted by relevance

12345

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_ps.c336 AVBufferRef *sps_buf; in ff_h264_decode_seq_parameter_set() local
343 sps_buf = av_buffer_allocz(sizeof(*sps)); in ff_h264_decode_seq_parameter_set()
344 if (!sps_buf) in ff_h264_decode_seq_parameter_set()
346 sps = (SPS*)sps_buf->data; in ff_h264_decode_seq_parameter_set()
631 !memcmp(ps->sps_list[sps_id]->data, sps_buf->data, sps_buf->size)) { in ff_h264_decode_seq_parameter_set()
632 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
635 ps->sps_list[sps_id] = sps_buf; in ff_h264_decode_seq_parameter_set()
641 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_ps.c336 AVBufferRef *sps_buf; in ff_h264_decode_seq_parameter_set() local
343 sps_buf = av_buffer_allocz(sizeof(*sps)); in ff_h264_decode_seq_parameter_set()
344 if (!sps_buf) in ff_h264_decode_seq_parameter_set()
346 sps = (SPS*)sps_buf->data; in ff_h264_decode_seq_parameter_set()
631 !memcmp(ps->sps_list[sps_id]->data, sps_buf->data, sps_buf->size)) { in ff_h264_decode_seq_parameter_set()
632 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
635 ps->sps_list[sps_id] = sps_buf; in ff_h264_decode_seq_parameter_set()
641 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_ps.c336 AVBufferRef *sps_buf; in ff_h264_decode_seq_parameter_set() local
343 sps_buf = av_buffer_allocz(sizeof(*sps)); in ff_h264_decode_seq_parameter_set()
344 if (!sps_buf) in ff_h264_decode_seq_parameter_set()
346 sps = (SPS*)sps_buf->data; in ff_h264_decode_seq_parameter_set()
615 !memcmp(ps->sps_list[sps_id]->data, sps_buf->data, sps_buf->size)) { in ff_h264_decode_seq_parameter_set()
616 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
619 ps->sps_list[sps_id] = sps_buf; in ff_h264_decode_seq_parameter_set()
625 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_ps.c336 AVBufferRef *sps_buf; in ff_h264_decode_seq_parameter_set() local
343 sps_buf = av_buffer_allocz(sizeof(*sps)); in ff_h264_decode_seq_parameter_set()
344 if (!sps_buf) in ff_h264_decode_seq_parameter_set()
346 sps = (SPS*)sps_buf->data; in ff_h264_decode_seq_parameter_set()
631 !memcmp(ps->sps_list[sps_id]->data, sps_buf->data, sps_buf->size)) { in ff_h264_decode_seq_parameter_set()
632 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
635 ps->sps_list[sps_id] = sps_buf; in ff_h264_decode_seq_parameter_set()
641 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_ps.c336 AVBufferRef *sps_buf; in ff_h264_decode_seq_parameter_set() local
343 sps_buf = av_buffer_allocz(sizeof(*sps)); in ff_h264_decode_seq_parameter_set()
344 if (!sps_buf) in ff_h264_decode_seq_parameter_set()
346 sps = (SPS*)sps_buf->data; in ff_h264_decode_seq_parameter_set()
631 !memcmp(ps->sps_list[sps_id]->data, sps_buf->data, sps_buf->size)) { in ff_h264_decode_seq_parameter_set()
632 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
635 ps->sps_list[sps_id] = sps_buf; in ff_h264_decode_seq_parameter_set()
641 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
/dports/ftp/spegla/spegla-1.1p5/
H A Dspf_util.c1009 if (sps->sps_buf != NULL) in sps_strerror()
1010 free(sps->sps_buf); in sps_strerror()
1011 sps->sps_buf = malloc(buf_size); in sps_strerror()
1012 if (sps->sps_buf == NULL) { in sps_strerror()
1020 sps->sps_buf, sps->sps_buf_size); in sps_strerror()
1021 return sps->sps_buf; in sps_strerror()
1028 if (sps->sps_buf != NULL) in sps_unalloc()
1029 free(sps->sps_buf); in sps_unalloc()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph265pay.c419 GstBuffer *sps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
422 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
424 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
623 GstBuffer *sps_buf; in gst_rtp_h265_pay_setcaps() local
638 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
639 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
641 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, sps_buf); in gst_rtp_h265_pay_setcaps()
836 GstBuffer *sps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
840 g_ptr_array_add (bufs, gst_buffer_ref (sps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()
H A Dgstrtph264pay.c375 GstBuffer *sps_buf = in gst_rtp_h264_pay_set_sps_pps() local
378 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
380 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
502 GstBuffer *sps_buf; in gst_rtp_h264_pay_setcaps() local
517 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
518 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
520 rtph264pay->pps, sps_buf); in gst_rtp_h264_pay_setcaps()
743 GstBuffer *sps_buf = in gst_rtp_h264_pay_send_sps_pps() local
748 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (sps_buf), in gst_rtp_h264_pay_send_sps_pps()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264pay.c375 GstBuffer *sps_buf = in gst_rtp_h264_pay_set_sps_pps() local
378 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
380 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
502 GstBuffer *sps_buf; in gst_rtp_h264_pay_setcaps() local
517 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
518 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
520 rtph264pay->pps, sps_buf); in gst_rtp_h264_pay_setcaps()
743 GstBuffer *sps_buf = in gst_rtp_h264_pay_send_sps_pps() local
748 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (sps_buf), in gst_rtp_h264_pay_send_sps_pps()
H A Dgstrtph265pay.c419 GstBuffer *sps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
422 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
424 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
623 GstBuffer *sps_buf; in gst_rtp_h265_pay_setcaps() local
638 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
639 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
641 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, sps_buf); in gst_rtp_h265_pay_setcaps()
836 GstBuffer *sps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
840 g_ptr_array_add (bufs, gst_buffer_ref (sps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph265pay.c419 GstBuffer *sps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
422 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
424 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
623 GstBuffer *sps_buf; in gst_rtp_h265_pay_setcaps() local
638 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
639 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
641 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, sps_buf); in gst_rtp_h265_pay_setcaps()
836 GstBuffer *sps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
840 g_ptr_array_add (bufs, gst_buffer_ref (sps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()
H A Dgstrtph264pay.c375 GstBuffer *sps_buf = in gst_rtp_h264_pay_set_sps_pps() local
378 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
380 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
502 GstBuffer *sps_buf; in gst_rtp_h264_pay_setcaps() local
517 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
518 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
520 rtph264pay->pps, sps_buf); in gst_rtp_h264_pay_setcaps()
743 GstBuffer *sps_buf = in gst_rtp_h264_pay_send_sps_pps() local
748 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (sps_buf), in gst_rtp_h264_pay_send_sps_pps()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264pay.c375 GstBuffer *sps_buf = in gst_rtp_h264_pay_set_sps_pps() local
378 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
380 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
502 GstBuffer *sps_buf; in gst_rtp_h264_pay_setcaps() local
517 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
518 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
520 rtph264pay->pps, sps_buf); in gst_rtp_h264_pay_setcaps()
743 GstBuffer *sps_buf = in gst_rtp_h264_pay_send_sps_pps() local
748 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (sps_buf), in gst_rtp_h264_pay_send_sps_pps()
H A Dgstrtph265pay.c419 GstBuffer *sps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
422 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
424 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
623 GstBuffer *sps_buf; in gst_rtp_h265_pay_setcaps() local
638 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
639 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
641 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, sps_buf); in gst_rtp_h265_pay_setcaps()
836 GstBuffer *sps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
840 g_ptr_array_add (bufs, gst_buffer_ref (sps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph265pay.c419 GstBuffer *sps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
422 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
424 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
623 GstBuffer *sps_buf; in gst_rtp_h265_pay_setcaps() local
638 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
639 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
641 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, sps_buf); in gst_rtp_h265_pay_setcaps()
836 GstBuffer *sps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
840 g_ptr_array_add (bufs, gst_buffer_ref (sps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264pay.c375 GstBuffer *sps_buf = in gst_rtp_h264_pay_set_sps_pps() local
378 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
380 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
502 GstBuffer *sps_buf; in gst_rtp_h264_pay_setcaps() local
517 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
518 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
520 rtph264pay->pps, sps_buf); in gst_rtp_h264_pay_setcaps()
743 GstBuffer *sps_buf = in gst_rtp_h264_pay_send_sps_pps() local
748 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (sps_buf), in gst_rtp_h264_pay_send_sps_pps()
H A Dgstrtph265pay.c419 GstBuffer *sps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
422 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
424 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
623 GstBuffer *sps_buf; in gst_rtp_h265_pay_setcaps() local
638 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
639 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
641 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, sps_buf); in gst_rtp_h265_pay_setcaps()
836 GstBuffer *sps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
840 g_ptr_array_add (bufs, gst_buffer_ref (sps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264pay.c375 GstBuffer *sps_buf = in gst_rtp_h264_pay_set_sps_pps() local
378 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
380 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
502 GstBuffer *sps_buf; in gst_rtp_h264_pay_setcaps() local
517 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
518 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
520 rtph264pay->pps, sps_buf); in gst_rtp_h264_pay_setcaps()
743 GstBuffer *sps_buf = in gst_rtp_h264_pay_send_sps_pps() local
748 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (sps_buf), in gst_rtp_h264_pay_send_sps_pps()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264pay.c375 GstBuffer *sps_buf = in gst_rtp_h264_pay_set_sps_pps() local
378 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
380 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
502 GstBuffer *sps_buf; in gst_rtp_h264_pay_setcaps() local
517 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
518 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
520 rtph264pay->pps, sps_buf); in gst_rtp_h264_pay_setcaps()
743 GstBuffer *sps_buf = in gst_rtp_h264_pay_send_sps_pps() local
748 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (sps_buf), in gst_rtp_h264_pay_send_sps_pps()
H A Dgstrtph265pay.c419 GstBuffer *sps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
422 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
424 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
623 GstBuffer *sps_buf; in gst_rtp_h265_pay_setcaps() local
638 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
639 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
641 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, sps_buf); in gst_rtp_h265_pay_setcaps()
836 GstBuffer *sps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
840 g_ptr_array_add (bufs, gst_buffer_ref (sps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264pay.c375 GstBuffer *sps_buf = in gst_rtp_h264_pay_set_sps_pps() local
378 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
380 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
502 GstBuffer *sps_buf; in gst_rtp_h264_pay_setcaps() local
517 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
518 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
520 rtph264pay->pps, sps_buf); in gst_rtp_h264_pay_setcaps()
743 GstBuffer *sps_buf = in gst_rtp_h264_pay_send_sps_pps() local
748 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (sps_buf), in gst_rtp_h264_pay_send_sps_pps()
H A Dgstrtph265pay.c419 GstBuffer *sps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
422 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
424 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
623 GstBuffer *sps_buf; in gst_rtp_h265_pay_setcaps() local
638 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
639 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
641 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, sps_buf); in gst_rtp_h265_pay_setcaps()
836 GstBuffer *sps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
840 g_ptr_array_add (bufs, gst_buffer_ref (sps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264pay.c375 GstBuffer *sps_buf = in gst_rtp_h264_pay_set_sps_pps() local
378 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
380 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
502 GstBuffer *sps_buf; in gst_rtp_h264_pay_setcaps() local
517 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
518 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
520 rtph264pay->pps, sps_buf); in gst_rtp_h264_pay_setcaps()
743 GstBuffer *sps_buf = in gst_rtp_h264_pay_send_sps_pps() local
748 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (sps_buf), in gst_rtp_h264_pay_send_sps_pps()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph265pay.c419 GstBuffer *sps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
422 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
424 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
623 GstBuffer *sps_buf; in gst_rtp_h265_pay_setcaps() local
638 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
639 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
641 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, sps_buf); in gst_rtp_h265_pay_setcaps()
836 GstBuffer *sps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
840 g_ptr_array_add (bufs, gst_buffer_ref (sps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264pay.c375 GstBuffer *sps_buf = in gst_rtp_h264_pay_set_sps_pps() local
378 gst_buffer_map (sps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
380 gst_buffer_unmap (sps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
502 GstBuffer *sps_buf; in gst_rtp_h264_pay_setcaps() local
517 sps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
518 gst_buffer_fill (sps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
520 rtph264pay->pps, sps_buf); in gst_rtp_h264_pay_setcaps()
743 GstBuffer *sps_buf = in gst_rtp_h264_pay_send_sps_pps() local
748 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (sps_buf), in gst_rtp_h264_pay_send_sps_pps()

12345