OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAudio
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.cc
213
int AcmReceiver::
GetAudio
(int desired_freq_hz, AudioFrame* audio_frame) {
222
if (neteq_->
GetAudio
(AudioFrame::kMaxDataSizeSamples,
227
LOG(LERROR) << "AcmReceiver::
GetAudio
- NetEq Failed.";
244
LOG(LERROR) << "AcmReceiver::
GetAudio
- "
260
LOG(LERROR) << "AcmReceiver::
GetAudio
- Resampling audio_buffer_ failed.";
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc
153
int NetEqImpl::
GetAudio
(size_t max_length, int16_t* output_audio,
156
TRACE_EVENT0("webrtc", "NetEqImpl::
GetAudio
");
667
// Update the codec on the next
GetAudio
call.
[
all
...]
Completed in 50 milliseconds