Lines Matching refs:send_width
333 if (send_width == 0) { in send_sdp_stream()
334 send_width = (lss_size/send_size) + 1; in send_sdp_stream()
335 if (send_width == 1) send_width++; in send_sdp_stream()
343 send_ring = allocate_buffer_ring(send_width, in send_sdp_stream()
2043 if (send_width == 0) { in recv_sdp_maerts()
2044 send_width = (lsr_size/send_size) + 1; in recv_sdp_maerts()
2045 if (send_width == 1) send_width++; in recv_sdp_maerts()
2048 send_ring = allocate_buffer_ring(send_width, in recv_sdp_maerts()
2419 if (send_width == 0) send_width = 1; in send_sdp_rr()
2423 send_ring = allocate_buffer_ring(send_width, in send_sdp_rr()
3065 if (send_width == 0) send_width = 1; in recv_sdp_rr()
3068 send_ring = allocate_buffer_ring(send_width, in recv_sdp_rr()
3507 send_width = convert(optarg);