Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtptheoradepay.c212 guint8 n_headers, b; in gst_rtp_theora_depay_parse_configuration() local
222 n_headers = data[5]; in gst_rtp_theora_depay_parse_configuration()
238 h_sizes = g_newa (guint, n_headers + 1); in gst_rtp_theora_depay_parse_configuration()
239 for (j = 0; j < n_headers; j++) { in gst_rtp_theora_depay_parse_configuration()
263 for (j = 0; j <= n_headers; j++) { in gst_rtp_theora_depay_parse_configuration()
268 if (j != n_headers || size + extra != h_size) { in gst_rtp_theora_depay_parse_configuration()
Dgstrtpvorbisdepay.c225 guint8 n_headers, b; in gst_rtp_vorbis_depay_parse_configuration() local
235 n_headers = data[5]; in gst_rtp_vorbis_depay_parse_configuration()
259 h_sizes = g_newa (guint, n_headers + 1); in gst_rtp_vorbis_depay_parse_configuration()
260 for (j = 0; j < n_headers; j++) { in gst_rtp_vorbis_depay_parse_configuration()
289 for (j = 0; j <= n_headers; j++) { in gst_rtp_vorbis_depay_parse_configuration()
294 if (j != n_headers || size + extra != h_size) { in gst_rtp_vorbis_depay_parse_configuration()
Dgstrtptheorapay.c361 guint length, size, n_headers, configlen, extralen; in gst_rtp_theora_pay_finish_headers() local
421 n_headers = 0; in gst_rtp_theora_pay_finish_headers()
431 n_headers++; in gst_rtp_theora_pay_finish_headers()
472 data[9] = n_headers - 1; in gst_rtp_theora_pay_finish_headers()
Dgstrtpvorbispay.c360 guint length, size, n_headers, configlen, extralen; in gst_rtp_vorbis_pay_finish_headers() local
417 n_headers = 0; in gst_rtp_vorbis_pay_finish_headers()
427 n_headers++; in gst_rtp_vorbis_pay_finish_headers()
468 data[9] = n_headers - 1; in gst_rtp_vorbis_pay_finish_headers()