Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.c47 int opus_app; in WebRtcOpus_EncoderCreate() local
53 opus_app = OPUS_APPLICATION_VOIP; in WebRtcOpus_EncoderCreate()
56 opus_app = OPUS_APPLICATION_AUDIO; in WebRtcOpus_EncoderCreate()
70 state->encoder = opus_encoder_create(48000, (int)channels, opus_app, in WebRtcOpus_EncoderCreate()