Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_util.c185 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_PlaySoundEx()
402 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSoundCore()
471 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StartSamplingCore()
504 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSamplingCore()
/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Ddsp_g711.c75 DSP_WriteProcessPipe(DSPiProcessG711, DSP_PIPE_BINARY, &command, sizeof(command)); in DSPi_SendCodecG711()
Ddsp_process.c870 void DSP_WriteProcessPipe(DSPProcessContext *context, int port, const void *buffer, u32 length) in DSP_WriteProcessPipe() function
/TwlSDK-5.1.0/include/twl/dsp/ARM9/
Dprocess.h297 void DSP_WriteProcessPipe(DSPProcessContext *context, int port, const void *buffer, u32 length);