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

  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 73 #define OPUS_ENCODER_RESET_START stream_channels
74 int stream_channels; member in struct:OpusEncoder
166 st->stream_channels = st->channels = channels;
522 data[0] = gen_toc(tocmode, frame_rate, bw, st->stream_channels);
551 st->stream_channels = st->force_channels;
556 st->stream_channels = 3-st->stream_channels;
563 if (st->stream_channels == 2)
567 st->stream_channels = (equiv_rate > stereo_threshold) ? 2 : 1;
569 st->stream_channels = st->channels
    [all...]
opus_decoder.c 59 #define OPUS_DECODER_RESET_START stream_channels
60 int stream_channels; member in struct:OpusDecoder
114 st->stream_channels = st->channels = channels;
302 st->DecControl.nChannelsInternal = st->stream_channels;
396 celt_decoder_ctl(celt_dec, CELT_SET_CHANNELS(st->stream_channels));
757 st->stream_channels = packet_stream_channels;
778 st->stream_channels = packet_stream_channels;
897 st->stream_channels = st->channels;
  /external/chromium_org/third_party/opus/src/celt/
celt.c 145 int stream_channels; member in struct:OpusCustomEncoder
265 st->stream_channels = st->channels = channels;
916 const int C = st->stream_channels;
1930 int stream_channels; member in struct:OpusCustomDecoder
    [all...]

Completed in 176 milliseconds