Home
last modified time | relevance | path

Searched refs:kMaxBandwidths (Results 1 – 1 of 1) sorted by relevance

/external/libopus/fuzzer/
Dopus_enc_fuzzer.cpp68 constexpr int kMaxBandwidths[] = {OPUS_BANDWIDTH_NARROWBAND, OPUS_BANDWIDTH_MEDIUMBAND, variable
71 constexpr size_t kMaxBandwidthsSize = size(kMaxBandwidths);
249 opus_int32 maxBandwidth = kMaxBandwidths[maxBandwidthIndex]; in initEncoder()