Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_defines.h196 #define OPUS_SIGNAL_VOICE 3001 /**< Signal being encoded is voice */ macro
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.c224 OPUS_SET_SIGNAL(OPUS_SIGNAL_VOICE)); in WebRtcOpus_EnableDtx()
/external/libopus/src/
Dopus_encoder.c1096 if (st->signal_type == OPUS_SIGNAL_VOICE) in opus_encode_native()
2353 if(value!=OPUS_AUTO && value!=OPUS_SIGNAL_VOICE && value!=OPUS_SIGNAL_MUSIC) in opus_encoder_ctl()