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

  /external/webrtc/webrtc/voice_engine/
voe_external_media_impl.cc 125 int VoEExternalMediaImpl::GetAudioFrame(int channel, int desired_sample_rate_hz,
135 "GetAudioFrame() failed to locate channel");
140 "GetAudioFrame() was called on channel that is not"
147 "GetAudioFrame() was called on channel that is not playing.");
152 "GetAudioFrame() was called with bad sample rate.");
157 return channelPtr->GetAudioFrame(channel, frame);
channel.cc 523 int32_t Channel::GetAudioFrame(int32_t id, AudioFrame* audioFrame)
536 "Channel::GetAudioFrame() PlayoutData10Ms() failed!");
    [all...]

Completed in 225 milliseconds