OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoEModuleId
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/
voice_engine_defines.h
167
inline int
VoEModuleId
(int veId, int chId) {
channel.cc
832
_inputFilePlayerId(
VoEModuleId
(instanceId, channelId) + 1024),
833
_outputFilePlayerId(
VoEModuleId
(instanceId, channelId) + 1025),
834
_outputFileRecorderId(
VoEModuleId
(instanceId, channelId) + 1026),
836
_inbandDtmfQueue(
VoEModuleId
(instanceId, channelId)),
837
_inbandDtmfGenerator(
VoEModuleId
(instanceId, channelId)),
900
acm_config.id =
VoEModuleId
(instanceId, channelId);
[
all
...]
Completed in 232 milliseconds