Searched refs:force_channels (Results 1 – 1 of 1) sorted by relevance
68 int force_channels; member226 st->force_channels = OPUS_AUTO; in opus_encoder_init()1058 if (st->channels==2 && st->force_channels!=1) in opus_encode_native()1115 if (st->force_channels!=OPUS_AUTO && st->channels == 2) in opus_encode_native()1117 st->stream_channels = st->force_channels; in opus_encode_native()1269 if (st->channels==2 && st->force_channels!=1) in opus_encode_native()1390 bak_channels = st->force_channels; in opus_encode_native()1394 st->force_channels = st->stream_channels; in opus_encode_native()1398 st->force_channels = 1; in opus_encode_native()1431 st->force_channels = bak_channels; in opus_encode_native()[all …]