Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsiff.c59 unsigned int sndsize; member
209 c->sndsize = (c->flags & VB_HAS_AUDIO) ? avio_rl32(s->pb) : 0; in siff_read_packet()
214 if (c->pktsize < 2LL + c->sndsize + c->gmcsize) in siff_read_packet()
217 size = c->pktsize - c->sndsize - c->gmcsize - 2; in siff_read_packet()
230 int pktsize = av_get_packet(s->pb, pkt, c->sndsize - 4); in siff_read_packet()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstmultiudpsink.c1346 gint sndsize; in gst_multiudpsink_start() local
1350 sndsize = sink->buffer_size; in gst_multiudpsink_start()
1352 GST_DEBUG_OBJECT (sink, "setting udp buffer of %d bytes", sndsize); in gst_multiudpsink_start()
1359 sndsize, &opt_err)) { in gst_multiudpsink_start()
1362 sndsize, opt_err->message)); in gst_multiudpsink_start()
1369 sndsize, &opt_err)) { in gst_multiudpsink_start()
1372 sndsize, opt_err->message)); in gst_multiudpsink_start()
1383 &sndsize, NULL)) { in gst_multiudpsink_start()
1384 GST_DEBUG_OBJECT (sink, "have UDP buffer of %d bytes", sndsize); in gst_multiudpsink_start()
1392 &sndsize, NULL)) { in gst_multiudpsink_start()
[all …]