Searched refs:icy_metaint (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/neon/ |
D | gstneonhttpsrc.c | 518 gint icy_metaint; in gst_neonhttp_src_start() local 524 if (sscanf (str_value, "%d", &icy_metaint) == 1) { in gst_neonhttp_src_start() 528 "metadata-interval", G_TYPE_INT, icy_metaint, NULL); in gst_neonhttp_src_start()
|
/third_party/ffmpeg/libavformat/ |
D | http.c | 107 uint64_t icy_metaint; member 1042 s->icy_metaint = strtoull(p, NULL, 10); in process_line() 1593 if (s->icy_metaint < s->icy_data_read) in store_icy() 1595 remaining = s->icy_metaint - s->icy_data_read; in store_icy() 1619 remaining = s->icy_metaint; in store_icy() 1629 if (s->icy_metaint > 0) { in http_read()
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouphttpsrc.c | 1327 gint icy_metaint; in gst_soup_http_src_got_headers() local 1330 icy_metaint = atoi (value); in gst_soup_http_src_got_headers() 1333 icy_metaint); in gst_soup_http_src_got_headers() 1334 if (icy_metaint > 0) { in gst_soup_http_src_got_headers() 1339 "metadata-interval", G_TYPE_INT, icy_metaint, NULL); in gst_soup_http_src_got_headers()
|