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,
223 * coded channels (<code>streams +
225 * @param streams <tt>int</tt>: The total number of streams to encode from the
228 * @param coupled_streams <tt>int</tt>: Number of coupled (2 channel) streams
231 * number of streams.
233 * encoded channels (<code>streams +
240 * streams for which one channel is unused since this
260 int streams,
271 int *streams,
293 * coded channels (<code>streams +
295 * @param streams <tt>int</tt>: The total number of streams to encode from the
298 * @param coupled_streams <tt>int</tt>: Number of coupled (2 channel) streams
301 * number of streams.
303 * encoded channels (<code>streams +
310 * streams for which one channel is unused since this
330 int streams,
341 int *streams,
456 * @param streams <tt>int</tt>: The total number of streams coded in the
459 * @param coupled_streams <tt>int</tt>: Number streams to decode as coupled
460 * (2 channel) streams.
462 * number of streams.
464 * coded channels (<code>streams +
471 int streams,
484 * channels (<code>streams +
486 * @param streams <tt>int</tt>: The total number of streams coded in the
489 * @param coupled_streams <tt>int</tt>: Number of streams to decode as coupled
490 * (2 channel) streams.
492 * number of streams.
494 * coded channels (<code>streams +
507 int streams,
528 * channels (<code>streams +
530 * @param streams <tt>int</tt>: The total number of streams coded in the
533 * @param coupled_streams <tt>int</tt>: Number of streams to decode as coupled
534 * (2 channel) streams.
536 * number of streams.
538 * coded channels (<code>streams +
551 int streams,