Home
last modified time | relevance | path

Searched refs:channelType (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DAudioBus.cpp79 AudioChannel* AudioBus::channelByType(unsigned channelType) in channelByType() argument
87 if (channelType == ChannelMono || channelType == ChannelLeft) in channelByType()
92 switch (channelType) { in channelByType()
99 switch (channelType) { in channelByType()
108 switch (channelType) { in channelByType()
118 switch (channelType) { in channelByType()
/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp273 const AUDIO_CHANNEL_TYPE channelType[], /* in */ in getChannelMode() argument
283 FDK_ASSERT(channelType != NULL); in getChannelMode()
296 switch (channelType[ch]) { in getChannelMode()
400 AUDIO_CHANNEL_TYPE channelType[], /* out */ in getChannelDescription() argument
409 FDK_ASSERT(channelType != NULL); in getChannelDescription()
415 FDKmemclear(channelType, PCM_DMX_MAX_CHANNELS*sizeof(AUDIO_CHANNEL_TYPE)); in getChannelDescription()
440 channelType[0] = ACT_FRONT; in getChannelDescription()
477 channelType[ch] = type; in getChannelDescription()
761 AUDIO_CHANNEL_TYPE channelType[], in pcmDmx_ApplyFrame() argument
813 channelType, in pcmDmx_ApplyFrame()
[all …]
/external/aac/libPCMutils/include/
Dpcmutils_lib.h258 AUDIO_CHANNEL_TYPE channelType[],
/external/aac/libAACdec/src/
Daacdecoder.cpp705 self->streamInfo.pChannelType = self->channelType; in CAacDecoder_Open()
1221 self->channelType, in CAacDecoder_DecodeFrame()
1327 self->channelType, in CAacDecoder_DecodeFrame()
1360 self->channelType, in CAacDecoder_DecodeFrame()
1711 FDK_ASSERT(sizeof(self->channelType) == sizeof(types)); in CAacDecoder_DecodeFrame()
1714 FDKmemcpy(types, self->channelType, sizeof(types)); in CAacDecoder_DecodeFrame()
1718 self->channelType[self->channelOutputMapping[aacChannels-1][c]] = types[c]; in CAacDecoder_DecodeFrame()
Daacdecoder.h183 …AUDIO_CHANNEL_TYPE channelType[(6)]; /*!< Audio channel type of each output audio channel (f… member
Daacdecoder_lib.cpp855 self->channelType[0] = ACT_FRONT; in aacDecoder_DecodeFrame()
856 self->channelType[1] = ACT_FRONT; in aacDecoder_DecodeFrame()
877 self->channelType, in aacDecoder_DecodeFrame()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
DChannelManager.java1137 String channelType = tr.readString(); in msgChannelOpen() local
1142 if ("x11".equals(channelType)) in msgChannelOpen()
1186 if ("forwarded-tcpip".equals(channelType)) in msgChannelOpen()
1247 log.warning("The peer tried to open an unsupported channel type (" + channelType + ")"); in msgChannelOpen()