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

/frameworks/av/media/libeffects/testlibs/
H A DAudioFormatAdapter.h65 mMaxSamplesPerCall = bufSize / nChannels;
76 uint32_t numSamplesIter = min(numSamples, mMaxSamplesPerCall);
120 size_t mMaxSamplesPerCall; member in class:android::AudioFormatAdapter

Completed in 64 milliseconds