Searched refs:EAS_I32 (Results 1 - 25 of 151) sorted by relevance

1234567

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_mixbuf.c35 EAS_I32 eas_MixBuffer[BUFFER_SIZE_IN_MONO_SAMPLES * NUM_OUTPUT_CHANNELS];
H A Deas_math.h70 (((EAS_I32)(a) * (EAS_I32)(b)) >> 15)
75 (((EAS_I32)(a) * (EAS_I32)(b) ) << 1)
80 (((EAS_I32)(a) * (EAS_I32)(b) ) >> 1)
85 (((EAS_I32)((a) << 7) * (EAS_I32)(b)) >> 15)
117 #define PHASE_ONE (EAS_I32) (0x1L << NUM_PHASE_FRAC_BITS)
126 (EAS_I32)( \
[all...]
H A Deas_mixer.h79 void EAS_MixEnginePrep (EAS_DATA_HANDLE pEASData, EAS_I32 nNumSamplesToAdd);
96 void EAS_MixEnginePost (EAS_DATA_HANDLE pEASData, EAS_I32 nNumSamplesToAdd);
133 void EAS_MixStream (EAS_PCM *pInputBuffer, EAS_I32 *pMixBuffer, EAS_I32 numSamples, EAS_I32 gainLeft, EAS_I32 gainRight, EAS_I32 gainIncLeft, EAS_I32 gainIncRight, EAS_I32 flags);
H A Deas_wavefile.h49 EAS_I32 fileOffset;
50 EAS_I32 audioOffset;
51 EAS_I32 mediaLength;
58 EAS_I32 infoChunkPos;
59 EAS_I32 infoChunkSize;
H A Deas_imelodydata.h52 EAS_I32 fileOffset; /* offset to start of data */
53 EAS_I32 time; /* current time in 256ths of a msec */
54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
57 EAS_I32 startLine; /* file offset at start of line (for repeats) */
58 EAS_I32 repeatOffset; /* file offset to start of repeat section */
H A Deas_rtttldata.h54 EAS_I32 fileOffset; /* offset to start of data */
55 EAS_I32 time; /* current time in 256ths of a msec */
56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
58 EAS_I32 repeatOffset; /* file offset to start of repeat section */
H A Deas_effects.h38 void (*pfProcess)(EAS_VOID_PTR pInstData, EAS_PCM *in, EAS_PCM *out, EAS_I32 numSamples);
40 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
41 EAS_RESULT (*pFSetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 value);
47 void (*pfProcess)(EAS_VOID_PTR pInstData, EAS_I32 *in, EAS_I32 *out, EAS_I32 numSamples);
49 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValu
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_mixbuf.c35 EAS_I32 eas_MixBuffer[BUFFER_SIZE_IN_MONO_SAMPLES * NUM_OUTPUT_CHANNELS];
H A Deas_math.h70 (((EAS_I32)(a) * (EAS_I32)(b)) >> 15)
75 (((EAS_I32)(a) * (EAS_I32)(b) ) << 1)
80 (((EAS_I32)(a) * (EAS_I32)(b) ) >> 1)
85 (((EAS_I32)((a) << 7) * (EAS_I32)(b)) >> 15)
117 #define PHASE_ONE (EAS_I32) (0x1L << NUM_PHASE_FRAC_BITS)
126 (EAS_I32)( \
[all...]
H A Deas_mixer.h79 void EAS_MixEnginePrep (EAS_DATA_HANDLE pEASData, EAS_I32 nNumSamplesToAdd);
96 void EAS_MixEnginePost (EAS_DATA_HANDLE pEASData, EAS_I32 nNumSamplesToAdd);
133 void EAS_MixStream (EAS_PCM *pInputBuffer, EAS_I32 *pMixBuffer, EAS_I32 numSamples, EAS_I32 gainLeft, EAS_I32 gainRight, EAS_I32 gainIncLeft, EAS_I32 gainIncRight, EAS_I32 flags);
H A Deas_wavefile.h49 EAS_I32 fileOffset;
50 EAS_I32 audioOffset;
51 EAS_I32 mediaLength;
58 EAS_I32 infoChunkPos;
59 EAS_I32 infoChunkSize;
H A Deas_wt_IPC_frame.h51 EAS_I32 gainTarget;
52 EAS_I32 phaseIncrement;
55 EAS_I32 k;
56 EAS_I32 b1;
57 EAS_I32 b2;
H A Deas_imelodydata.h52 EAS_I32 fileOffset; /* offset to start of data */
53 EAS_I32 time; /* current time in 256ths of a msec */
54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
57 EAS_I32 startLine; /* file offset at start of line (for repeats) */
58 EAS_I32 repeatOffset; /* file offset to start of repeat section */
H A Deas_rtttldata.h54 EAS_I32 fileOffset; /* offset to start of data */
55 EAS_I32 time; /* current time in 256ths of a msec */
56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
58 EAS_I32 repeatOffset; /* file offset to start of repeat section */
H A Deas_effects.h38 void (*pfProcess)(EAS_VOID_PTR pInstData, EAS_PCM *in, EAS_PCM *out, EAS_I32 numSamples);
40 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
41 EAS_RESULT (*pFSetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 value);
47 void (*pfProcess)(EAS_VOID_PTR pInstData, EAS_I32 *in, EAS_I32 *out, EAS_I32 numSamples);
49 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValu
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mixbuf.c35 EAS_I32 eas_MixBuffer[BUFFER_SIZE_IN_MONO_SAMPLES * NUM_OUTPUT_CHANNELS];
H A Deas_math.h70 (((EAS_I32)(a) * (EAS_I32)(b)) >> 15)
75 (((EAS_I32)(a) * (EAS_I32)(b) ) << 1)
80 (((EAS_I32)(a) * (EAS_I32)(b) ) >> 1)
85 (((EAS_I32)((a) << 7) * (EAS_I32)(b)) >> 15)
117 #define PHASE_ONE (EAS_I32) (0x1L << NUM_PHASE_FRAC_BITS)
126 (EAS_I32)( \
[all...]
H A Deas_mixer.h79 void EAS_MixEnginePrep (EAS_DATA_HANDLE pEASData, EAS_I32 nNumSamplesToAdd);
96 void EAS_MixEnginePost (EAS_DATA_HANDLE pEASData, EAS_I32 nNumSamplesToAdd);
133 void EAS_MixStream (EAS_PCM *pInputBuffer, EAS_I32 *pMixBuffer, EAS_I32 numSamples, EAS_I32 gainLeft, EAS_I32 gainRight, EAS_I32 gainIncLeft, EAS_I32 gainIncRight, EAS_I32 flags);
H A Deas_wavefile.h49 EAS_I32 fileOffset;
50 EAS_I32 audioOffset;
51 EAS_I32 mediaLength;
58 EAS_I32 infoChunkPos;
59 EAS_I32 infoChunkSize;
H A Deas_wt_IPC_frame.h51 EAS_I32 gainTarget;
52 EAS_I32 phaseIncrement;
55 EAS_I32 k;
56 EAS_I32 b1;
57 EAS_I32 b2;
H A Deas_xmfdata.h48 EAS_I32 fileOffset;
50 EAS_I32 midiOffset;
51 EAS_I32 dlsOffset;
H A Deas_imelodydata.h52 EAS_I32 fileOffset; /* offset to start of data */
53 EAS_I32 time; /* current time in 256ths of a msec */
54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
57 EAS_I32 startLine; /* file offset at start of line (for repeats) */
58 EAS_I32 repeatOffset; /* file offset to start of repeat section */
59 EAS_I32 repeatTime; /* time at start of repeat section */
H A Deas_rtttldata.h54 EAS_I32 fileOffset; /* offset to start of data */
55 EAS_I32 time; /* current time in 256ths of a msec */
56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
58 EAS_I32 repeatOffset; /* file offset to start of repeat section */
H A Deas_tcdata.h48 EAS_I32 fileOffset; /* offset to start of data */
49 EAS_I32 time; /* current time in 256ths of a msec */
50 EAS_I32 tick; /* tick based on current tempo and resolution */
51 EAS_I32 length; /* length of current note */
52 EAS_I32 restorePos; /* return to here after block */
H A Deas_effects.h38 void (*pfProcess)(EAS_VOID_PTR pInstData, EAS_PCM *in, EAS_PCM *out, EAS_I32 numSamples);
40 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
41 EAS_RESULT (*pFSetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 value);
47 void (*pfProcess)(EAS_VOID_PTR pInstData, EAS_I32 *in, EAS_I32 *out, EAS_I32 numSamples);
49 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValu
[all...]

Completed in 136 milliseconds

1234567