Searched refs:stream_channels (Results 1 – 5 of 5) sorted by relevance
94 #define OPUS_ENCODER_RESET_START stream_channels95 int stream_channels; member205 st->stream_channels = st->channels = channels; in opus_encoder_init()992 st->force_channels = st->stream_channels; in encode_multiframe_packet()998 st->prev_channels = st->stream_channels; in encode_multiframe_packet()1270 data[0] = gen_toc(tocmode, frame_rate, bw, st->stream_channels); in opus_encode_native()1314 st->stream_channels = st->force_channels; in opus_encode_native()1319 st->stream_channels = 3-st->stream_channels; in opus_encode_native()1326 if (st->stream_channels == 2) in opus_encode_native()1330 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; member117 st->stream_channels = st->channels = channels; in opus_decoder_init()356 st->DecControl.nChannelsInternal = st->stream_channels; in opus_decode_frame()450 celt_decoder_ctl(celt_dec, CELT_SET_CHANNELS(st->stream_channels)); in opus_decode_frame()666 st->stream_channels = packet_stream_channels; in opus_decode_native()686 st->stream_channels = packet_stream_channels; in opus_decode_native()845 st->stream_channels = st->channels; in opus_decoder_ctl()
749 stream_channels = in GetStreamChannels() local751 return stream_channels; in GetStreamChannels()805 stream_channels = GetStreamChannels(); in GetOrCreateDebugGrpcChannel() local806 if (stream_channels->find(grpc_stream_url) == stream_channels->end()) { in GetOrCreateDebugGrpcChannel()810 stream_channels->insert( in GetOrCreateDebugGrpcChannel()813 *debug_grpc_channel = (*stream_channels)[grpc_stream_url].get(); in GetOrCreateDebugGrpcChannel()861 stream_channels = GetStreamChannels(); in CloseGrpcStream() local862 if (stream_channels->find(grpc_stream_url) != stream_channels->end()) { in CloseGrpcStream()866 (*stream_channels)[grpc_stream_url]->ReceiveServerRepliesAndClose(); in CloseGrpcStream()867 (*stream_channels).erase(grpc_stream_url); in CloseGrpcStream()
71 int stream_channels; member161 st->stream_channels = st->channels = channels; in opus_custom_decoder_init()829 int C = st->stream_channels;1243 st->stream_channels = value;
61 int stream_channels; member178 st->stream_channels = st->channels = channels; in opus_custom_encoder_init_arch()1373 const int C = st->stream_channels; in celt_encode_with_ec()2413 st->stream_channels = value; in opus_custom_encoder_ctl()