HomeSort by relevance Sort by last modified time
    Searched refs:stream_channels (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.cc 749 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->end())
    [all...]
  /external/libopus/src/
opus_encoder.c 94 #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;
    [all...]
opus_decoder.c 65 #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;
  /external/libopus/celt/
celt_decoder.c 71 int stream_channels; member in struct:OpusCustomDecoder
161 st->stream_channels = st->channels = channels;
829 int C = st->stream_channels;
    [all...]
celt_encoder.c 61 int stream_channels; member in struct:OpusCustomEncoder
178 st->stream_channels = st->channels = channels;
    [all...]

Completed in 119 milliseconds