Searched refs:bufCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DAudioSource.cpp73 size_t bufCount = 2; local
74 while ((bufCount * frameCount) < minFrameCount) {
75 bufCount++;
81 (size_t) (bufCount * frameCount),

Completed in 81 milliseconds