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

/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor.cpp57 int32_t framesPerRead = 0; local
99 framesPerRead = framesPerBurst;
100 while (framesPerRead < MIN_FRAMES_TO_READ) {
101 framesPerRead *= 2;
103 printf("DataFormat: framesPerRead = %d\n",framesPerRead);
114 data = new(std::nothrow) int16_t[framesPerRead * actualSamplesPerFrame];
137 int minFrames = (framesToRecord < framesPerRead) ? framesToRecord : framesPerRead;

Completed in 26 milliseconds