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

/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor.cpp40 int actualSamplesPerFrame; local
82 actualSamplesPerFrame = AAudioStream_getSamplesPerFrame(aaudioStream);
83 printf("SamplesPerFrame = %d\n", actualSamplesPerFrame);
114 data = new(std::nothrow) int16_t[framesPerRead * actualSamplesPerFrame];
151 float sample = data[frameIndex * actualSamplesPerFrame] * (1.0/32768);

Completed in 958 milliseconds