Searched refs:force_channels (Results 1 – 1 of 1) sorted by relevance
69 int force_channels; member229 st->force_channels = OPUS_AUTO; in opus_encoder_init()1044 if (st->channels==2 && st->force_channels!=1) in opus_encode_native()1111 if (st->force_channels!=OPUS_AUTO && st->channels == 2) in opus_encode_native()1113 st->stream_channels = st->force_channels; in opus_encode_native()1271 if (st->channels==2 && st->force_channels!=1) in opus_encode_native()1388 bak_channels = st->force_channels; in opus_encode_native()1392 st->force_channels = st->stream_channels; in opus_encode_native()1396 st->force_channels = 1; in opus_encode_native()1433 st->force_channels = bak_channels; in opus_encode_native()[all …]