Lines Matching refs:DSPByte32
34 DSPByte32 ctrl;
37 DSPByte32 len;
43 DSPByte32 ctrl;
45 DSPByte32 len;
46 DSPByte32 opt;
52 DSPByte32 ctrl;
53 DSPByte32 result;
62 typedef DSPByte32 DSPAudioCodecMode;
71 #define DSP_AUDIO_DRIVER_TARGET_MASK (DSPByte32)0xF000
72 #define DSP_AUDIO_DRIVER_CONTROL_MASK (DSPByte32)0x0F00
73 #define DSP_AUDIO_DRIVER_MODE_MASK (DSPByte32)0x00FF
74 #define DSP_AUDIO_DRIVER_TARGET_OUTPUT (DSPByte32)0x1000
75 #define DSP_AUDIO_DRIVER_TARGET_INPUT (DSPByte32)0x2000
76 #define DSP_AUDIO_DRIVER_TARGET_CACHE (DSPByte32)0x3000
77 #define DSP_AUDIO_DRIVER_CONTROL_START (DSPByte32)0x0100
78 #define DSP_AUDIO_DRIVER_CONTROL_STOP (DSPByte32)0x0200
79 #define DSP_AUDIO_DRIVER_CONTROL_LOAD (DSPByte32)0x0300
80 #define DSP_AUDIO_DRIVER_CONTROL_STORE (DSPByte32)0x0400
81 #define DSP_AUDIO_DRIVER_MODE_MONAURAL (DSPByte32)0x0000
82 #define DSP_AUDIO_DRIVER_MODE_STEREO (DSPByte32)0x0001
83 #define DSP_AUDIO_DRIVER_MODE_HALFVOL (DSPByte32)0x0002