• Home
  • Raw
  • Download

Lines Matching refs:nal

512   GstBuffer *nal;  in gst_avtp_cvf_depay_process_last_fragment()  local
528 nal = gst_buffer_new_allocate (NULL, 4 + 1, NULL); in gst_avtp_cvf_depay_process_last_fragment()
529 if (G_UNLIKELY (nal == NULL)) { in gst_avtp_cvf_depay_process_last_fragment()
535 gst_buffer_map (nal, &map_nal, GST_MAP_READWRITE); in gst_avtp_cvf_depay_process_last_fragment()
546 gst_buffer_unmap (nal, &map_nal); in gst_avtp_cvf_depay_process_last_fragment()
548 nal = gst_buffer_append (nal, avtpcvfdepay->fragments); in gst_avtp_cvf_depay_process_last_fragment()
551 GST_BUFFER_PTS (nal) = pts; in gst_avtp_cvf_depay_process_last_fragment()
552 GST_BUFFER_DTS (nal) = dts; in gst_avtp_cvf_depay_process_last_fragment()
555 ret = gst_avtp_cvf_depay_internal_push (avtpcvfdepay, nal, M); in gst_avtp_cvf_depay_process_last_fragment()
652 GstBuffer *nal; in gst_avtp_cvf_depay_handle_single_nal() local
672 nal = gst_buffer_new_allocate (NULL, 4, NULL); in gst_avtp_cvf_depay_handle_single_nal()
673 gst_buffer_map (nal, &map_nal, GST_MAP_READWRITE); in gst_avtp_cvf_depay_handle_single_nal()
679 gst_buffer_unmap (nal, &map_nal); in gst_avtp_cvf_depay_handle_single_nal()
681 gst_buffer_copy_into (nal, avtpdu, GST_BUFFER_COPY_MEMORY, in gst_avtp_cvf_depay_handle_single_nal()
683 GST_BUFFER_PTS (nal) = pts; in gst_avtp_cvf_depay_handle_single_nal()
684 GST_BUFFER_DTS (nal) = dts; in gst_avtp_cvf_depay_handle_single_nal()
686 return gst_avtp_cvf_depay_internal_push (avtpcvfdepay, nal, M); in gst_avtp_cvf_depay_handle_single_nal()