Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h737 const int32_t numSections = sizeof(pattern); in generatePulseRecording() local
738 const int32_t framesPerSection = pulseLength / numSections; in generatePulseRecording()
739 for (int section = 0; section < numSections; section++) { in generatePulseRecording()
751 int32_t framesWritten = framesPerSection * numSections; in generatePulseRecording()