HomeSort by relevance Sort by last modified time
    Searched defs:GetAudioFrame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_external_media_impl.cc 146 int VoEExternalMediaImpl::GetAudioFrame(int channel, int desired_sample_rate_hz,
150 "GetAudioFrame(channel=%d, desired_sample_rate_hz=%d)",
162 "GetAudioFrame() failed to locate channel");
167 "GetAudioFrame() was called on channel that is not"
173 "GetAudioFrame() was called on channel that is not playing.");
178 "GetAudioFrame() was called with bad sample rate.");
183 return channelPtr->GetAudioFrame(channel, *frame);
channel.cc 577 int32_t Channel::GetAudioFrame(int32_t id, AudioFrame& audioFrame)
580 "Channel::GetAudioFrame(id=%d)", id);
588 "Channel::GetAudioFrame() PlayoutData10Ms() failed!");
    [all...]

Completed in 386 milliseconds