Home | History | Annotate | Download | only in src

Lines Matching refs:streams

202    int streams, coupled_streams;
204 return (OpusEncoder *)opus_multistream_surround_encoder_create(Fs, channels, 1, &streams, &coupled_streams, mapping, application, error);
208 int streams;
211 streams = 1;
213 return (OpusDecoder *)opus_multistream_decoder_create(Fs, channels, streams, coupled_streams, mapping, error);