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()984 st->force_channels = st->stream_channels; in encode_multiframe_packet()990 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()1320 st->stream_channels = 3-st->stream_channels; in opus_encode_native()1327 if (st->stream_channels == 2) in opus_encode_native()1331 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()379 st->DecControl.nChannelsInternal = st->stream_channels; in opus_decode_frame()493 MUST_SUCCEED(celt_decoder_ctl(celt_dec, CELT_SET_CHANNELS(st->stream_channels))); in opus_decode_frame()695 st->stream_channels = packet_stream_channels; in opus_decode_native()715 st->stream_channels = packet_stream_channels; in opus_decode_native()876 st->stream_channels = st->channels; in opus_decoder_ctl()
801 stream_channels = in GetStreamChannels() local803 return stream_channels; in GetStreamChannels()857 stream_channels = GetStreamChannels(); in GetOrCreateDebugGrpcChannel() local858 if (stream_channels->find(grpc_stream_url) == stream_channels->end()) { in GetOrCreateDebugGrpcChannel()862 stream_channels->insert( in GetOrCreateDebugGrpcChannel()865 *debug_grpc_channel = (*stream_channels)[grpc_stream_url].get(); in GetOrCreateDebugGrpcChannel()913 stream_channels = GetStreamChannels(); in CloseGrpcStream() local914 if (stream_channels->find(grpc_stream_url) != stream_channels->end()) { in CloseGrpcStream()918 (*stream_channels)[grpc_stream_url]->ReceiveServerRepliesAndClose(); in CloseGrpcStream()919 (*stream_channels).erase(grpc_stream_url); in CloseGrpcStream()
79 int stream_channels; member122 celt_assert(st->stream_channels == 1 || st->stream_channels == 2); in validate_celt_decoder()201 st->stream_channels = st->channels = channels; in opus_custom_decoder_init()860 int C = st->stream_channels;1275 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()2483 st->stream_channels = value; in opus_custom_encoder_ctl()