Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp866 size_t sourceFrameCount = thread->frameCount() * output.sampleRate in createTrack() local
876 size_t frameCountToBeReady = 2 * sinkFrameCount + sourceFrameCount; in createTrack()
882 size_t frameCount = frameCountToBeReady + 2 * (sourceFrameCount + sinkFrameCount); in createTrack()