Searched defs:stream_channels (Results 1 - 5 of 5) sorted by relevance

/external/libopus/src/
H A Dopus_decoder.c65 #define OPUS_DECODER_RESET_START stream_channels
66 int stream_channels; member in struct:OpusDecoder
117 st->stream_channels = st->channels = channels;
356 st->DecControl.nChannelsInternal = st->stream_channels;
450 celt_decoder_ctl(celt_dec, CELT_SET_CHANNELS(st->stream_channels));
666 st->stream_channels = packet_stream_channels;
686 st->stream_channels = packet_stream_channels;
845 st->stream_channels = st->channels;
H A Dopus_encoder.c94 #define OPUS_ENCODER_RESET_START stream_channels
95 int stream_channels; member in struct:OpusEncoder
205 st->stream_channels = st->channels = channels;
992 st->force_channels = st->stream_channels;
998 st->prev_channels = st->stream_channels;
1270 data[0] = gen_toc(tocmode, frame_rate, bw, st->stream_channels);
1314 st->stream_channels = st->force_channels;
1319 st->stream_channels = 3-st->stream_channels;
1326 if (st->stream_channels
[all...]
/external/libopus/celt/
H A Dcelt_decoder.c71 int stream_channels; member in struct:OpusCustomDecoder
161 st->stream_channels = st->channels = channels;
829 int C = st->stream_channels;
1243 st->stream_channels = value;
H A Dcelt_encoder.c61 int stream_channels; member in struct:OpusCustomEncoder
178 st->stream_channels = st->channels = channels;
1373 const int C = st->stream_channels;
2413 st->stream_channels = value;
/external/tensorflow/tensorflow/core/debug/
H A Ddebug_io_utils.cc749 stream_channels = local
751 return stream_channels;
805 stream_channels = GetStreamChannels(); local
806 if (stream_channels->find(grpc_stream_url) == stream_channels->end()) {
810 stream_channels->insert(
813 *debug_grpc_channel = (*stream_channels)[grpc_stream_url].get();
861 stream_channels = GetStreamChannels(); local
862 if (stream_channels->find(grpc_stream_url) != stream_channels
[all...]

Completed in 771 milliseconds