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

  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 103 int detected_bandwidth; member in struct:OpusEncoder
1005 st->detected_bandwidth = 0;
1014 st->detected_bandwidth = OPUS_BANDWIDTH_NARROWBAND;
1016 st->detected_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
1018 st->detected_bandwidth = OPUS_BANDWIDTH_WIDEBAND;
1020 st->detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND;
1022 st->detected_bandwidth = OPUS_BANDWIDTH_FULLBAND;
    [all...]
  /external/libopus/src/
opus_encoder.c 103 int detected_bandwidth; member in struct:OpusEncoder
1005 st->detected_bandwidth = 0;
1014 st->detected_bandwidth = OPUS_BANDWIDTH_NARROWBAND;
1016 st->detected_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
1018 st->detected_bandwidth = OPUS_BANDWIDTH_WIDEBAND;
1020 st->detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND;
1022 st->detected_bandwidth = OPUS_BANDWIDTH_FULLBAND;
    [all...]

Completed in 186 milliseconds