Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioBus.h50 ChannelMono = 2, enumerator
DAudioBus.cpp107 if (channelType == ChannelMono || channelType == ChannelLeft) in channelByType()