Searched refs:gPrevInChannelCount (Results 1 – 2 of 2) sorted by relevance
44 int AudioSystem::gPrevInChannelCount = 1; member in android::AudioSystem306 || (channelCount != gPrevInChannelCount)) { in getInputBufferSize()310 gPrevInChannelCount = channelCount; in getInputBufferSize()
237 static int gPrevInChannelCount; variable