OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetApplication
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.cc
48
bool AudioEncoder::
SetApplication
(Application application) {
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
audio_encoder_copy_red.cc
107
bool AudioEncoderCopyRed::
SetApplication
(Application application) {
108
return speech_encoder_->
SetApplication
(application);
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.cc
187
bool AudioEncoderCng::
SetApplication
(Application application) {
188
return speech_encoder_->
SetApplication
(application);
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus.cc
179
bool AudioEncoderOpus::
SetApplication
(Application application) {
Completed in 74 milliseconds