Searched refs:numSections (Results 1 – 1 of 1) sorted by relevance
737 const int32_t numSections = sizeof(pattern); in generatePulseRecording() local738 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()