Searched refs:stream_channels (Results 1 – 5 of 5) sorted by relevance
95 #define OPUS_ENCODER_RESET_START stream_channels96 int stream_channels; member206 st->stream_channels = st->channels = channels; in opus_encoder_init()970 st->force_channels = st->stream_channels; in encode_multiframe_packet()976 st->prev_channels = st->stream_channels; in encode_multiframe_packet()1271 data[0] = gen_toc(tocmode, frame_rate, bw, st->stream_channels); in opus_encode_native()1315 st->stream_channels = st->force_channels; in opus_encode_native()1322 st->stream_channels = 3-st->stream_channels; in opus_encode_native()1329 if (st->stream_channels == 2) in opus_encode_native()1333 st->stream_channels = (equiv_rate > stereo_threshold) ? 2 : 1; in opus_encode_native()[all …]
65 #define OPUS_DECODER_RESET_START stream_channels66 int stream_channels; member95 celt_assert(st->stream_channels == 1 || st->stream_channels == 2); in validate_opus_decoder()137 st->stream_channels = st->channels = channels; in opus_decoder_init()380 st->DecControl.nChannelsInternal = st->stream_channels; in opus_decode_frame()494 MUST_SUCCEED(celt_decoder_ctl(celt_dec, CELT_SET_CHANNELS(st->stream_channels))); in opus_decode_frame()704 st->stream_channels = packet_stream_channels; in opus_decode_native()724 st->stream_channels = packet_stream_channels; in opus_decode_native()885 st->stream_channels = st->channels; in opus_decoder_ctl()
802 stream_channels = in GetStreamChannels() local804 return stream_channels; in GetStreamChannels()858 stream_channels = GetStreamChannels(); in GetOrCreateDebugGrpcChannel() local859 if (stream_channels->find(grpc_stream_url) == stream_channels->end()) { in GetOrCreateDebugGrpcChannel()863 stream_channels->insert( in GetOrCreateDebugGrpcChannel()866 *debug_grpc_channel = (*stream_channels)[grpc_stream_url].get(); in GetOrCreateDebugGrpcChannel()914 stream_channels = GetStreamChannels(); in CloseGrpcStream() local915 if (stream_channels->find(grpc_stream_url) != stream_channels->end()) { in CloseGrpcStream()919 (*stream_channels)[grpc_stream_url]->ReceiveServerRepliesAndClose(); in CloseGrpcStream()920 (*stream_channels).erase(grpc_stream_url); in CloseGrpcStream()
79 int stream_channels; member129 celt_assert(st->stream_channels == 1 || st->stream_channels == 2); in validate_celt_decoder()207 st->stream_channels = st->channels = channels; in opus_custom_decoder_init()866 int C = st->stream_channels;1278 st->stream_channels = value;
61 int stream_channels; member178 st->stream_channels = st->channels = channels; in opus_custom_encoder_init_arch()1434 const int C = st->stream_channels; in celt_encode_with_ec()2489 st->stream_channels = value; in opus_custom_encoder_ctl()