Home
last modified time | relevance | path

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

/external/libopus/fuzzer/
Dopus_enc_fuzzer.cpp89 #define OPUS_ENC_CTL_API opus_multistream_encoder_ctl macro
110 #define OPUS_ENC_CTL_API opus_encoder_ctl macro
215 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_APPLICATION(application)); in initEncoder()
219 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_COMPLEXITY(complexity)); in initEncoder()
223 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_DTX(setDTX)); in initEncoder()
227 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_SIGNAL(signal)); in initEncoder()
231 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_VBR(setVBR)); in initEncoder()
235 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_VBR_CONSTRAINT(setVBRConstraint)); in initEncoder()
241 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_BITRATE(bitRate)); in initEncoder()
246 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_FORCE_CHANNELS(forceChannel)); in initEncoder()
[all …]
DREADME.md82 Following arguments are passed to OPUS_ENC_CTL_API: