Searched refs:gst_rtp_copy_video_meta (Results 1 – 18 of 18) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtputils.h | 35 void gst_rtp_copy_video_meta (gpointer element, GstBuffer *outbuf, GstBuffer *inbuf);
|
D | gstrtph264depay.c | 940 gst_rtp_copy_video_meta (rtph264depay, outbuf, buf); in gst_rtp_h264_complete_au() 961 gst_rtp_copy_video_meta (rtph264depay, rtph264depay->codec_data, outbuf); in gst_rtp_h264_depay_push() 1275 gst_rtp_copy_video_meta (rtph264depay, outbuf, rtp->buffer); in gst_rtp_h264_depay_process() 1353 gst_rtp_copy_video_meta (rtph264depay, outbuf, rtp->buffer); in gst_rtp_h264_depay_process() 1387 gst_rtp_copy_video_meta (rtph264depay, outbuf, rtp->buffer); in gst_rtp_h264_depay_process() 1424 gst_rtp_copy_video_meta (rtph264depay, outbuf, rtp->buffer); in gst_rtp_h264_depay_process()
|
D | gstrtph265depay.c | 1011 gst_rtp_copy_video_meta (rtph265depay, outbuf, buf); in gst_rtp_h265_complete_au() 1064 gst_rtp_copy_video_meta (rtph265depay, rtph265depay->codec_data, outbuf); in gst_rtp_h265_depay_push() 1368 gst_rtp_copy_video_meta (rtph265depay, outbuf, rtp->buffer); in gst_rtp_h265_depay_process() 1467 gst_rtp_copy_video_meta (rtph265depay, outbuf, rtp->buffer); in gst_rtp_h265_depay_process() 1504 gst_rtp_copy_video_meta (rtph265depay, outbuf, rtp->buffer); in gst_rtp_h265_depay_process() 1549 gst_rtp_copy_video_meta (rtph265depay, outbuf, rtp->buffer); in gst_rtp_h265_depay_process()
|
D | gstrtputils.c | 69 gst_rtp_copy_video_meta (gpointer element, GstBuffer * outbuf, in gst_rtp_copy_video_meta() function
|
D | gstrtpmpvpay.c | 240 gst_rtp_copy_video_meta (rtpmpvpay, outbuf, paybuf); in gst_rtp_mpv_pay_flush()
|
D | gstrtpj2kpay.c | 514 gst_rtp_copy_video_meta (basepayload, outbuf, paybuf); in gst_rtp_j2k_pay_handle_buffer()
|
D | gstrtpvp9pay.c | 464 gst_rtp_copy_video_meta (self, header, buffer); in gst_rtp_vp9_payload_next()
|
D | gstrtpmp4vpay.c | 301 gst_rtp_copy_video_meta (rtpmp4vpay, outbuf, outbuf_data); in gst_rtp_mp4v_pay_flush()
|
D | gstrtpvrawpay.c | 577 gst_rtp_copy_video_meta (rtpvrawpay, out, buffer); in gst_rtp_vraw_pay_handle_buffer()
|
D | gstrtpvrawdepay.c | 416 gst_rtp_copy_video_meta (rtpvrawdepay, frame->buffer, rtp->buffer); in gst_rtp_vraw_depay_process_packet()
|
D | gstrtpvp8pay.c | 619 gst_rtp_copy_video_meta (self, header, buffer); in gst_rtp_vp8_payload_next()
|
D | gstrtph263ppay.c | 763 gst_rtp_copy_video_meta (rtph263ppay, outbuf, payload_buf); in gst_rtp_h263p_pay_flush()
|
D | gstrtph264pay.c | 1099 gst_rtp_copy_video_meta (rtph264pay, outbuf, paybuf); in gst_rtp_h264_pay_payload_nal_fragment() 1159 gst_rtp_copy_video_meta (rtph264pay, outbuf, paybuf); in gst_rtp_h264_pay_payload_nal_single()
|
D | gstrtph265pay.c | 1149 gst_rtp_copy_video_meta (basepayload, outbuf, paybuf); in gst_rtp_h265_pay_payload_nal_single() 1235 gst_rtp_copy_video_meta (rtph265pay, outbuf, paybuf); in gst_rtp_h265_pay_payload_nal_fragment()
|
D | gstrtptheorapay.c | 341 gst_rtp_copy_video_meta (rtptheorapay, rtptheorapay->packet, buf); in gst_rtp_theora_pay_flush_packet()
|
D | gstrtpjpegpay.c | 954 gst_rtp_copy_video_meta (pay, outbuf, paybuf); in gst_rtp_jpeg_pay_handle_buffer()
|
D | gstrtph261pay.c | 857 gst_rtp_copy_video_meta (pay, outbuf, buffer); in gst_rtp_h261_pay_fragment_push()
|
D | gstrtph263pay.c | 1326 gst_rtp_copy_video_meta (rtph263pay, package->outbuf, in gst_rtp_h263_pay_push()
|