Home | History | Annotate | Download | only in include

Lines Matching refs:streams

79   *                                   the <code>streams</code> parameter used
92 * the <code>streams</code> parameter used
106 * The multistream API allows individual Opus streams to be combined into a
119 * <code>streams</code> to <code>1</code> when initializing the encoder or
122 * Multistream Opus streams can contain up to 255 elementary Opus streams.
125 * The streams are ordered so that all coupled streams appear at the
139 * be the special value 255 or be less than <code>streams + coupled_streams</code>.
189 * @param streams <tt>int</tt>: The total number of streams to encode from the
192 * @param coupled_streams <tt>int</tt>: Number of coupled (2 channel) streams
195 * number of streams.
197 * encoded channels (<code>streams +
204 int streams,
217 * coded channels (<code>streams +
219 * @param streams <tt>int</tt>: The total number of streams to encode from the
222 * @param coupled_streams <tt>int</tt>: Number of coupled (2 channel) streams
225 * number of streams.
227 * encoded channels (<code>streams +
234 * streams for which one channel is unused since this
254 int streams,
276 * coded channels (<code>streams +
278 * @param streams <tt>int</tt>: The total number of streams to encode from the
281 * @param coupled_streams <tt>int</tt>: Number of coupled (2 channel) streams
284 * number of streams.
286 * encoded channels (<code>streams +
293 * streams for which one channel is unused since this
313 int streams,
428 * @param streams <tt>int</tt>: The total number of streams coded in the
431 * @param coupled_streams <tt>int</tt>: Number streams to decode as coupled
432 * (2 channel) streams.
434 * number of streams.
436 * coded channels (<code>streams +
443 int streams,
456 * channels (<code>streams +
458 * @param streams <tt>int</tt>: The total number of streams coded in the
461 * @param coupled_streams <tt>int</tt>: Number of streams to decode as coupled
462 * (2 channel) streams.
464 * number of streams.
466 * coded channels (<code>streams +
479 int streams,
500 * channels (<code>streams +
502 * @param streams <tt>int</tt>: The total number of streams coded in the
505 * @param coupled_streams <tt>int</tt>: Number of streams to decode as coupled
506 * (2 channel) streams.
508 * number of streams.
510 * coded channels (<code>streams +
523 int streams,