Home
last modified time | relevance | path

Searched refs:vps_buf (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dqsvenc_hevc.c63 uint8_t vps_buf[128], vps_rbsp_buf[128]; in generate_fake_vps() local
136 bytestream2_init_writer(&pbc, vps_buf, sizeof(vps_buf)); in generate_fake_vps()
154 memcpy(new_extradata, vps_buf, vps_size); in generate_fake_vps()
Dhevc_ps.c465 AVBufferRef *vps_buf = av_buffer_allocz(sizeof(*vps)); in ff_hevc_decode_nal_vps() local
467 if (!vps_buf) in ff_hevc_decode_nal_vps()
469 vps = (HEVCVPS*)vps_buf->data; in ff_hevc_decode_nal_vps()
574 !memcmp(ps->vps_list[vps_id]->data, vps_buf->data, vps_buf->size)) { in ff_hevc_decode_nal_vps()
575 av_buffer_unref(&vps_buf); in ff_hevc_decode_nal_vps()
578 ps->vps_list[vps_id] = vps_buf; in ff_hevc_decode_nal_vps()
584 av_buffer_unref(&vps_buf); in ff_hevc_decode_nal_vps()
Dqsvenc.c916 uint8_t vps_buf[128]; in qsv_retrieve_enc_params() local
920 .VPSBuffer = vps_buf, in qsv_retrieve_enc_params()
921 .VPSBufSize = sizeof(vps_buf), in qsv_retrieve_enc_params()
985 memcpy(avctx->extradata, vps_buf, extradata_vps.VPSBufSize); in qsv_retrieve_enc_params()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph265pay.c513 GstBuffer *vps_buf = in gst_rtp_h265_pay_set_vps_sps_pps() local
516 gst_buffer_map (vps_buf, &map, GST_MAP_READ); in gst_rtp_h265_pay_set_vps_sps_pps()
518 gst_buffer_unmap (vps_buf, &map); in gst_rtp_h265_pay_set_vps_sps_pps()
697 GstBuffer *vps_buf; in gst_rtp_h265_pay_setcaps() local
712 vps_buf = gst_buffer_new_and_alloc (nal_size); in gst_rtp_h265_pay_setcaps()
713 gst_buffer_fill (vps_buf, 0, data, nal_size); in gst_rtp_h265_pay_setcaps()
715 rtph265pay->vps, rtph265pay->sps, rtph265pay->pps, vps_buf); in gst_rtp_h265_pay_setcaps()
949 GstBuffer *vps_buf = in gst_rtp_h265_pay_send_vps_sps_pps() local
953 g_ptr_array_add (bufs, gst_buffer_ref (vps_buf)); in gst_rtp_h265_pay_send_vps_sps_pps()