Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/dsp/common/src/
Ddsp_util.c187 DSP_SetPipeCallback(DSP_PIPE_AUDIO, DSPi_PipeCallbackForSound, NULL); in DSPi_PlaySoundEx()
195 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_PlaySoundEx()
412 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSoundCore()
474 DSP_SetPipeCallback(DSP_PIPE_AUDIO, DSPi_PipeCallbackForSound, NULL); in DSPi_StartSamplingCore()
481 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StartSamplingCore()
507 DSP_SetPipeCallback(DSP_PIPE_AUDIO, DSPi_PipeCallbackForSound, NULL); in DSPi_StopSamplingCore()
514 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSamplingCore()
/TwlSDK-5.3.1/include/twl/dsp/common/
Dpipe.h49 #define DSP_PIPE_AUDIO 2 // DSP <-> ARM: General-purpose audio communications macro