Searched refs:NUM_OUTPUT_CHANNELS (Results 1 – 13 of 13) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_synth.h | 44 #ifndef NUM_OUTPUT_CHANNELS 45 #define NUM_OUTPUT_CHANNELS 2 macro 356 EAS_PCM reverbSendBuffer[NUM_OUTPUT_CHANNELS * SYNTH_UPDATE_PERIOD_IN_SAMPLES]; 360 EAS_PCM chorusSendBuffer[NUM_OUTPUT_CHANNELS * SYNTH_UPDATE_PERIOD_IN_SAMPLES];
|
D | eas_wtengine.h | 38 #if defined(_OPTIMIZED_MONO) && (NUM_OUTPUT_CHANNELS != 1) 132 #if (NUM_OUTPUT_CHANNELS == 2)
|
D | eas_mixer.c | 80 …= EAS_HWMalloc(pEASData->hwInstData, BUFFER_SIZE_IN_MONO_SAMPLES * NUM_OUTPUT_CHANNELS * sizeof(EA… in EAS_MixEngineInit() 86 …t((void *)(pEASData->pMixBuffer), 0, BUFFER_SIZE_IN_MONO_SAMPLES * NUM_OUTPUT_CHANNELS * sizeof(EA… in EAS_MixEngineInit() 111 #if (NUM_OUTPUT_CHANNELS == 2) in EAS_MixEnginePrep() 172 #if (NUM_OUTPUT_CHANNELS == 2) in EAS_MixEnginePost()
|
D | eas_wtengine.c | 92 #if (NUM_OUTPUT_CHANNELS == 2) in WT_VoiceGain() 111 #if (NUM_OUTPUT_CHANNELS == 2) in WT_VoiceGain() 129 #if (NUM_OUTPUT_CHANNELS == 2) in WT_VoiceGain() 539 #if (NUM_OUTPUT_CHANNELS == 2) in WT_ProcessVoice() 546 #if (NUM_OUTPUT_CHANNELS == 2) in WT_ProcessVoice()
|
D | eas_mixbuf.c | 35 EAS_I32 eas_MixBuffer[BUFFER_SIZE_IN_MONO_SAMPLES * NUM_OUTPUT_CHANNELS];
|
D | eas_wt_IPC_frame.h | 73 #if (NUM_OUTPUT_CHANNELS == 2)
|
D | eas_wtsynth.c | 135 #if (NUM_OUTPUT_CHANNELS == 2) in WT_Initialize() 318 #if (NUM_OUTPUT_CHANNELS == 2) in WT_StartVoice() 366 #if (NUM_OUTPUT_CHANNELS == 2) in WT_StartVoice() 434 #if (NUM_OUTPUT_CHANNELS == 2) in WT_StartVoice()
|
D | arm-wt-22k_lib.mak | 16 …$(CC) -c -O2 -o $@ -I lib_src -I host_src -D NUM_OUTPUT_CHANNELS=2 -D _SAMPLE_RATE_22050 -D MAX_SY…
|
D | eas_public.c | 74 NUM_OUTPUT_CHANNELS, 1307 #if (NUM_OUTPUT_CHANNELS == 1) in EAS_SetVolume()
|
D | eas_dlssynth.c | 339 #if (NUM_OUTPUT_CHANNELS == 2) in DLS_StartVoice()
|
D | eas_reverb.c | 286 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM)); in ReverbProcess()
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/EASLIb.xcodeproj/ |
D | project.pbxproj | 205 "NUM_OUTPUT_CHANNELS=2", 267 "NUM_OUTPUT_CHANNELS=2",
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/easwt_vst_lib.xcodeproj/ |
D | project.pbxproj | 495 "NUM_OUTPUT_CHANNELS=2", 553 "NUM_OUTPUT_CHANNELS=2",
|