Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DAudioSource.cpp83 size_t bufCount = 2; in AudioSource() local
84 while ((bufCount * frameCount) < minFrameCount) { in AudioSource()
85 bufCount++; in AudioSource()
92 (size_t) (bufCount * frameCount), in AudioSource()
/frameworks/av/media/libmedia/
DIMediaSource.cpp206 int32_t bufCount = 0; in readMultiple() local
217 ++bufCount; in readMultiple()
220 ALOGV("got status %d, bufCount %d", ret, bufCount); in readMultiple()