Home
last modified time | relevance | path

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

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_audio.c30 static int8_t pmpCountDiv, pmpChannels = 2; variable
980 sendAudSamplesFunc(stream, len, pmpChannels); in audioCallback()
1031 if (pmpChannels > 2) in updateSendAudSamplesRoutine()
1038 if (pmpChannels > 2) in updateSendAudSamplesRoutine()
1182 pmpChannels = have.channels; in setupAudio()
1183 pmpCountDiv = pmpChannels * ((newBitDepth == 16) ? sizeof (int16_t) : sizeof (float)); in setupAudio()