Home
last modified time | relevance | path

Searched refs:gst_bs_parse_read (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4gdepay.c94 gst_bs_parse_read (GstBsParse * bs, guint n) in gst_bs_parse_read() function
503 gst_bs_parse_read (&bs, rtpmp4gdepay->auxiliarydatasizelength); in gst_rtp_mp4g_depay_process()
537 AU_size = gst_bs_parse_read (&bs, rtpmp4gdepay->sizelength); in gst_rtp_mp4g_depay_process()
543 AU_index = gst_bs_parse_read (&bs, rtpmp4gdepay->indexlength); in gst_rtp_mp4g_depay_process()
633 gst_bs_parse_read (&bs, rtpmp4gdepay->indexdeltalength); in gst_rtp_mp4g_depay_process()
644 if (gst_bs_parse_read (&bs, 1)) in gst_rtp_mp4g_depay_process()
645 gst_bs_parse_read (&bs, rtpmp4gdepay->ctsdeltalength); in gst_rtp_mp4g_depay_process()
649 if (gst_bs_parse_read (&bs, 1)) in gst_rtp_mp4g_depay_process()
650 gst_bs_parse_read (&bs, rtpmp4gdepay->dtsdeltalength); in gst_rtp_mp4g_depay_process()
654 gst_bs_parse_read (&bs, 1); in gst_rtp_mp4g_depay_process()
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog125866 (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):