Home
last modified time | relevance | path

Searched refs:pps_buf (Results 1 – 25 of 133) sorted by relevance

123456

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_picture.c57 av_buffer_unref(&pic->pps_buf); in ff_h264_unref_picture()
81 dst->pps_buf = av_buffer_ref(src->pps_buf); in ff_h264_ref_picture()
82 if (!dst->qscale_table_buf || !dst->mb_type_buf || !dst->pps_buf) { in ff_h264_ref_picture()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_picture.c57 av_buffer_unref(&pic->pps_buf); in ff_h264_unref_picture()
81 dst->pps_buf = av_buffer_ref(src->pps_buf); in ff_h264_ref_picture()
82 if (!dst->qscale_table_buf || !dst->mb_type_buf || !dst->pps_buf) { in ff_h264_ref_picture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_picture.c57 av_buffer_unref(&pic->pps_buf); in ff_h264_unref_picture()
81 dst->pps_buf = av_buffer_ref(src->pps_buf); in ff_h264_ref_picture()
82 if (!dst->qscale_table_buf || !dst->mb_type_buf || !dst->pps_buf) { in ff_h264_ref_picture()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/venc/
H A Dvenc_h264_if.c148 struct mtk_vcodec_mem pps_buf; member
238 mtk_vcodec_mem_free(inst->ctx, &inst->pps_buf); in h264_enc_free_work_buf()
311 inst->pps_buf.size = 128; in h264_enc_alloc_work_buf()
312 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->pps_buf); in h264_enc_alloc_work_buf()
423 ret = h264_encode_pps(inst, &inst->pps_buf, &bs_size_pps); in h264_encode_header()
427 memcpy(bs_buf->va + bs_size_sps, inst->pps_buf.va, bs_size_pps); in h264_encode_header()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/venc/
H A Dvenc_h264_if.c148 struct mtk_vcodec_mem pps_buf; member
238 mtk_vcodec_mem_free(inst->ctx, &inst->pps_buf); in h264_enc_free_work_buf()
311 inst->pps_buf.size = 128; in h264_enc_alloc_work_buf()
312 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->pps_buf); in h264_enc_alloc_work_buf()
423 ret = h264_encode_pps(inst, &inst->pps_buf, &bs_size_pps); in h264_encode_header()
427 memcpy(bs_buf->va + bs_size_sps, inst->pps_buf.va, bs_size_pps); in h264_encode_header()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/venc/
H A Dvenc_h264_if.c148 struct mtk_vcodec_mem pps_buf; member
238 mtk_vcodec_mem_free(inst->ctx, &inst->pps_buf); in h264_enc_free_work_buf()
311 inst->pps_buf.size = 128; in h264_enc_alloc_work_buf()
312 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->pps_buf); in h264_enc_alloc_work_buf()
423 ret = h264_encode_pps(inst, &inst->pps_buf, &bs_size_pps); in h264_encode_header()
427 memcpy(bs_buf->va + bs_size_sps, inst->pps_buf.va, bs_size_pps); in h264_encode_header()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph265pay.c431 GstBuffer *pps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
434 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
436 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
660 GstBuffer *pps_buf; in gst_rtp_h265_pay_setcaps() local
675 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
676 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
678 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, pps_buf); in gst_rtp_h265_pay_setcaps()
843 GstBuffer *pps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
847 g_ptr_array_add (bufs, gst_buffer_ref (pps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()
H A Dgstrtph264pay.c387 GstBuffer *pps_buf = in gst_rtp_h264_pay_set_sps_pps() local
390 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
392 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
534 GstBuffer *pps_buf; in gst_rtp_h264_pay_setcaps() local
549 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
550 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
552 rtph264pay->pps, pps_buf); in gst_rtp_h264_pay_setcaps()
757 GstBuffer *pps_buf = in gst_rtp_h264_pay_send_sps_pps() local
762 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (pps_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.c387 GstBuffer *pps_buf = in gst_rtp_h264_pay_set_sps_pps() local
390 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
392 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
534 GstBuffer *pps_buf; in gst_rtp_h264_pay_setcaps() local
549 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
550 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
552 rtph264pay->pps, pps_buf); in gst_rtp_h264_pay_setcaps()
757 GstBuffer *pps_buf = in gst_rtp_h264_pay_send_sps_pps() local
762 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (pps_buf), in gst_rtp_h264_pay_send_sps_pps()
H A Dgstrtph265pay.c431 GstBuffer *pps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
434 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
436 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
660 GstBuffer *pps_buf; in gst_rtp_h265_pay_setcaps() local
675 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
676 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
678 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, pps_buf); in gst_rtp_h265_pay_setcaps()
843 GstBuffer *pps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
847 g_ptr_array_add (bufs, gst_buffer_ref (pps_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.c431 GstBuffer *pps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
434 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
436 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
660 GstBuffer *pps_buf; in gst_rtp_h265_pay_setcaps() local
675 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
676 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
678 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, pps_buf); in gst_rtp_h265_pay_setcaps()
843 GstBuffer *pps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
847 g_ptr_array_add (bufs, gst_buffer_ref (pps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()
H A Dgstrtph264pay.c387 GstBuffer *pps_buf = in gst_rtp_h264_pay_set_sps_pps() local
390 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
392 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
534 GstBuffer *pps_buf; in gst_rtp_h264_pay_setcaps() local
549 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
550 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
552 rtph264pay->pps, pps_buf); in gst_rtp_h264_pay_setcaps()
757 GstBuffer *pps_buf = in gst_rtp_h264_pay_send_sps_pps() local
762 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (pps_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.c387 GstBuffer *pps_buf = in gst_rtp_h264_pay_set_sps_pps() local
390 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
392 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
534 GstBuffer *pps_buf; in gst_rtp_h264_pay_setcaps() local
549 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
550 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
552 rtph264pay->pps, pps_buf); in gst_rtp_h264_pay_setcaps()
757 GstBuffer *pps_buf = in gst_rtp_h264_pay_send_sps_pps() local
762 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (pps_buf), in gst_rtp_h264_pay_send_sps_pps()
H A Dgstrtph265pay.c431 GstBuffer *pps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
434 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
436 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
660 GstBuffer *pps_buf; in gst_rtp_h265_pay_setcaps() local
675 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
676 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
678 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, pps_buf); in gst_rtp_h265_pay_setcaps()
843 GstBuffer *pps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
847 g_ptr_array_add (bufs, gst_buffer_ref (pps_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.c431 GstBuffer *pps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
434 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
436 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
660 GstBuffer *pps_buf; in gst_rtp_h265_pay_setcaps() local
675 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
676 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
678 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, pps_buf); in gst_rtp_h265_pay_setcaps()
843 GstBuffer *pps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
847 g_ptr_array_add (bufs, gst_buffer_ref (pps_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.c387 GstBuffer *pps_buf = in gst_rtp_h264_pay_set_sps_pps() local
390 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
392 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
534 GstBuffer *pps_buf; in gst_rtp_h264_pay_setcaps() local
549 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
550 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
552 rtph264pay->pps, pps_buf); in gst_rtp_h264_pay_setcaps()
757 GstBuffer *pps_buf = in gst_rtp_h264_pay_send_sps_pps() local
762 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (pps_buf), in gst_rtp_h264_pay_send_sps_pps()
H A Dgstrtph265pay.c431 GstBuffer *pps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
434 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
436 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
660 GstBuffer *pps_buf; in gst_rtp_h265_pay_setcaps() local
675 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
676 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
678 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, pps_buf); in gst_rtp_h265_pay_setcaps()
843 GstBuffer *pps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
847 g_ptr_array_add (bufs, gst_buffer_ref (pps_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.c387 GstBuffer *pps_buf = in gst_rtp_h264_pay_set_sps_pps() local
390 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
392 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
534 GstBuffer *pps_buf; in gst_rtp_h264_pay_setcaps() local
549 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
550 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
552 rtph264pay->pps, pps_buf); in gst_rtp_h264_pay_setcaps()
757 GstBuffer *pps_buf = in gst_rtp_h264_pay_send_sps_pps() local
762 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (pps_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.c387 GstBuffer *pps_buf = in gst_rtp_h264_pay_set_sps_pps() local
390 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
392 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
534 GstBuffer *pps_buf; in gst_rtp_h264_pay_setcaps() local
549 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
550 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
552 rtph264pay->pps, pps_buf); in gst_rtp_h264_pay_setcaps()
757 GstBuffer *pps_buf = in gst_rtp_h264_pay_send_sps_pps() local
762 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (pps_buf), in gst_rtp_h264_pay_send_sps_pps()
H A Dgstrtph265pay.c431 GstBuffer *pps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
434 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
436 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
660 GstBuffer *pps_buf; in gst_rtp_h265_pay_setcaps() local
675 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
676 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
678 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, pps_buf); in gst_rtp_h265_pay_setcaps()
843 GstBuffer *pps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
847 g_ptr_array_add (bufs, gst_buffer_ref (pps_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.c387 GstBuffer *pps_buf = in gst_rtp_h264_pay_set_sps_pps() local
390 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
392 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
534 GstBuffer *pps_buf; in gst_rtp_h264_pay_setcaps() local
549 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
550 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
552 rtph264pay->pps, pps_buf); in gst_rtp_h264_pay_setcaps()
757 GstBuffer *pps_buf = in gst_rtp_h264_pay_send_sps_pps() local
762 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (pps_buf), in gst_rtp_h264_pay_send_sps_pps()
H A Dgstrtph265pay.c431 GstBuffer *pps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
434 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
436 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
660 GstBuffer *pps_buf; in gst_rtp_h265_pay_setcaps() local
675 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
676 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
678 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, pps_buf); in gst_rtp_h265_pay_setcaps()
843 GstBuffer *pps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
847 g_ptr_array_add (bufs, gst_buffer_ref (pps_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.c387 GstBuffer *pps_buf = in gst_rtp_h264_pay_set_sps_pps() local
390 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
392 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
534 GstBuffer *pps_buf; in gst_rtp_h264_pay_setcaps() local
549 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
550 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
552 rtph264pay->pps, pps_buf); in gst_rtp_h264_pay_setcaps()
757 GstBuffer *pps_buf = in gst_rtp_h264_pay_send_sps_pps() local
762 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (pps_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.c431 GstBuffer *pps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
434 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
436 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
660 GstBuffer *pps_buf; in gst_rtp_h265_pay_setcaps() local
675 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
676 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
678 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, pps_buf); in gst_rtp_h265_pay_setcaps()
843 GstBuffer *pps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
847 g_ptr_array_add (bufs, gst_buffer_ref (pps_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.c387 GstBuffer *pps_buf = in gst_rtp_h264_pay_set_sps_pps() local
390 gst_buffer_map (pps_buf, &map, GST_MAP_READ); in gst_rtp_h264_pay_set_sps_pps()
392 gst_buffer_unmap (pps_buf, &map); in gst_rtp_h264_pay_set_sps_pps()
534 GstBuffer *pps_buf; in gst_rtp_h264_pay_setcaps() local
549 pps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h264_pay_setcaps()
550 gst_buffer_fill (pps_buf, 0, data, nal_size); in gst_rtp_h264_pay_setcaps()
552 rtph264pay->pps, pps_buf); in gst_rtp_h264_pay_setcaps()
757 GstBuffer *pps_buf = in gst_rtp_h264_pay_send_sps_pps() local
762 ret = gst_rtp_h264_pay_payload_nal (basepayload, gst_buffer_ref (pps_buf), in gst_rtp_h264_pay_send_sps_pps()

123456