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

  /external/chromium_org/third_party/webrtc/voice_engine/
voice_engine_defines.h 192 inline int VoEModuleId(int veId, int chId)
channel.cc 856 VoEModuleId(instanceId, channelId), Clock::GetRealTimeClock(), this,
860 VoEModuleId(instanceId, channelId))),
871 _inputFilePlayerId(VoEModuleId(instanceId, channelId) + 1024),
872 _outputFilePlayerId(VoEModuleId(instanceId, channelId) + 1025),
873 _outputFileRecorderId(VoEModuleId(instanceId, channelId) + 1026),
875 _inbandDtmfQueue(VoEModuleId(instanceId, channelId)),
876 _inbandDtmfGenerator(VoEModuleId(instanceId, channelId)),
    [all...]

Completed in 1756 milliseconds