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

  /external/chromium_org/third_party/webrtc/voice_engine/
voice_engine_defines.h 198 inline int VoEChannelId(int moduleId)
channel.cc 187 channel = VoEChannelId(channel);
231 channel = VoEChannelId(channel);
338 int32_t channel = VoEChannelId(id);
370 assert(VoEChannelId(id) == _channelId);
409 int32_t channel = VoEChannelId(id);
433 assert(VoEChannelId(id) == _channelId);
441 int32_t channel = VoEChannelId(id);
470 int32_t channel = VoEChannelId(id);
601 audioFrame.id_ = VoEChannelId(audioFrame.id_);
    [all...]

Completed in 214 milliseconds