Home
last modified time | relevance | path

Searched refs:ChannelMono (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DAudioBus.h49 ChannelMono = 2, enumerator
DAudioBus.cpp87 if (channelType == ChannelMono || channelType == ChannelLeft) in channelByType()