HomeSort by relevance Sort by last modified time
    Searched refs:EAS_I32 (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/sonivox/arm-fm-22k/lib_src/
eas_mixbuf.c 35 EAS_I32 eas_MixBuffer[BUFFER_SIZE_IN_MONO_SAMPLES * NUM_OUTPUT_CHANNELS];
eas_math.h 70 (((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...]
eas_mixer.h 79 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);
eas_wavefile.h 49 EAS_I32 fileOffset;
50 EAS_I32 audioOffset;
51 EAS_I32 mediaLength;
58 EAS_I32 infoChunkPos;
59 EAS_I32 infoChunkSize;
eas_imelodydata.h 52 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 */
eas_rtttldata.h 54 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 */
eas_effects.h 38 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 *pValue)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_mixbuf.c 35 EAS_I32 eas_MixBuffer[BUFFER_SIZE_IN_MONO_SAMPLES * NUM_OUTPUT_CHANNELS];
eas_math.h 70 (((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...]
eas_mixer.h 79 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);
eas_wavefile.h 49 EAS_I32 fileOffset;
50 EAS_I32 audioOffset;
51 EAS_I32 mediaLength;
58 EAS_I32 infoChunkPos;
59 EAS_I32 infoChunkSize;
eas_wt_IPC_frame.h 51 EAS_I32 gainTarget;
52 EAS_I32 phaseIncrement;
55 EAS_I32 k;
56 EAS_I32 b1;
57 EAS_I32 b2;
eas_imelodydata.h 52 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 */
eas_rtttldata.h 54 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 */
eas_effects.h 38 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 *pValue)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mixbuf.c 35 EAS_I32 eas_MixBuffer[BUFFER_SIZE_IN_MONO_SAMPLES * NUM_OUTPUT_CHANNELS];
eas_math.h 70 (((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...]
eas_mixer.h 79 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);
eas_wavefile.h 49 EAS_I32 fileOffset;
50 EAS_I32 audioOffset;
51 EAS_I32 mediaLength;
58 EAS_I32 infoChunkPos;
59 EAS_I32 infoChunkSize;
eas_wt_IPC_frame.h 51 EAS_I32 gainTarget;
52 EAS_I32 phaseIncrement;
55 EAS_I32 k;
56 EAS_I32 b1;
57 EAS_I32 b2;
eas_xmfdata.h 48 EAS_I32 fileOffset;
50 EAS_I32 midiOffset;
51 EAS_I32 dlsOffset;
eas_imelodydata.h 52 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 */
eas_rtttldata.h 54 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 */
eas_tcdata.h 48 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 */
eas_effects.h 38 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 *pValue)
    [all...]

Completed in 546 milliseconds

1 2 3 4 5 6 7