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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_video_sync_impl.cc 139 int VoEVideoSyncImpl::SetInitialPlayoutDelay(int channel, int delay_ms)
142 "SetInitialPlayoutDelay(channel=%d, delay_ms=%d)",
155 "SetInitialPlayoutDelay() failed to locate channel");
158 return channelPtr->SetInitialPlayoutDelay(delay_ms);
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc     [all...]

Completed in 1495 milliseconds