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

1 2 3 4 5

  /external/sonivox/arm-fm-22k/host_src/
eas_wave.h 41 EAS_U32 nSamplesPerSec;
42 EAS_U32 nAvgBytesPerSec;
49 EAS_U32 nRiffTag;
50 EAS_U32 nRiffSize;
51 EAS_U32 nWaveTag;
52 EAS_U32 nFmtTag;
53 EAS_U32 nFmtSize;
55 EAS_U32 nDataTag;
56 EAS_U32 nDataSize;
63 EAS_U32 dataSize
    [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.h 41 EAS_U32 nSamplesPerSec;
42 EAS_U32 nAvgBytesPerSec;
49 EAS_U32 nRiffTag;
50 EAS_U32 nRiffSize;
51 EAS_U32 nWaveTag;
52 EAS_U32 nFmtTag;
53 EAS_U32 nFmtSize;
55 EAS_U32 nDataTag;
56 EAS_U32 nDataSize;
63 EAS_U32 dataSize
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.h 41 EAS_U32 nSamplesPerSec;
42 EAS_U32 nAvgBytesPerSec;
49 EAS_U32 nRiffTag;
50 EAS_U32 nRiffSize;
51 EAS_U32 nWaveTag;
52 EAS_U32 nFmtTag;
53 EAS_U32 nFmtSize;
55 EAS_U32 nDataTag;
56 EAS_U32 nDataSize;
63 EAS_U32 dataSize
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_wavefile.h 48 EAS_U32 time;
52 EAS_U32 audioSize;
53 EAS_U32 flags;
eas_data.h 71 EAS_U32 time;
72 EAS_U32 frameLength;
91 EAS_U32 handleCheck;
123 EAS_U32 renderTime;
eas_pcmdata.h 74 EAS_U32 handleCheck; /* signature check for checked build */
85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
87 EAS_U32 loopSamples; /* total loop length, in samples, 0 means no loop */
89 EAS_U32 samplesInLoop; /* samples left in the loop to play back */
93 EAS_U32 phase; /* current phase for interpolator */
94 EAS_U32 basefreq; /* frequency multiplier */
95 EAS_U32 flags; /* stream flags */
96 EAS_U32 envData; /* envelope data (and LFO data) */
97 EAS_U32 envValue; /* current envelope value */
98 EAS_U32 envScale; /* current envelope scale *
    [all...]
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
eas_miditypes.h 56 EAS_U32 jetData; /* JET data */
82 EAS_U32 ticks; /* time of next event in stream */
99 EAS_U32 handleCheck; /* signature check for checked build */
131 EAS_U32 handleCheck; /* signature check for checked build */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wavefile.h 48 EAS_U32 time;
52 EAS_U32 audioSize;
53 EAS_U32 flags;
eas_wt_IPC_frame.h 69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */
70 EAS_U32 loopStart; /* points to first sample at start of loop */
71 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
eas_data.h 71 EAS_U32 time;
72 EAS_U32 frameLength;
91 EAS_U32 handleCheck;
123 EAS_U32 renderTime;
eas_pcmdata.h 74 EAS_U32 handleCheck; /* signature check for checked build */
85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
87 EAS_U32 loopSamples; /* total loop length, in samples, 0 means no loop */
89 EAS_U32 samplesInLoop; /* samples left in the loop to play back */
93 EAS_U32 phase; /* current phase for interpolator */
94 EAS_U32 basefreq; /* frequency multiplier */
95 EAS_U32 flags; /* stream flags */
96 EAS_U32 envData; /* envelope data (and LFO data) */
97 EAS_U32 envValue; /* current envelope value */
98 EAS_U32 envScale; /* current envelope scale *
    [all...]
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
eas_miditypes.h 56 EAS_U32 jetData; /* JET data */
82 EAS_U32 ticks; /* time of next event in stream */
99 EAS_U32 handleCheck; /* signature check for checked build */
131 EAS_U32 handleCheck; /* signature check for checked build */
eas_wtengine.h 127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */
128 EAS_U32 loopStart; /* points to first sample at start of loop */
129 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
130 EAS_U32 phaseFrac; /* fractional portion of phase */
  /external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.h 48 EAS_U32 time;
52 EAS_U32 audioSize;
53 EAS_U32 flags;
eas_wt_IPC_frame.h 69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */
70 EAS_U32 loopStart; /* points to first sample at start of loop */
71 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
eas_flog.c 64 EAS_I32 EAS_flog2 (EAS_U32 n)
66 EAS_U32 exp;
67 EAS_U32 interp;
77 if ((n & (EAS_U32) MAX_NEGATIVE) != 0)
eas_data.h 73 EAS_U32 time;
74 EAS_U32 frameLength;
93 EAS_U32 handleCheck;
125 EAS_U32 renderTime;
eas_pcmdata.h 74 EAS_U32 handleCheck; /* signature check for checked build */
85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
87 EAS_U32 loopSamples; /* total loop length, in samples, 0 means no loop */
89 EAS_U32 samplesInLoop; /* samples left in the loop to play back */
93 EAS_U32 phase; /* current phase for interpolator */
94 EAS_U32 basefreq; /* frequency multiplier */
95 EAS_U32 flags; /* stream flags */
96 EAS_U32 envData; /* envelope data (and LFO data) */
97 EAS_U32 envValue; /* current envelope value */
98 EAS_U32 envScale; /* current envelope scale *
    [all...]
jet_data.h 82 ( ((EAS_U32)(a) & 0xFF) << 24 ) \
83 + ( ((EAS_U32)(b) & 0xFF) << 16 ) \
84 + ( ((EAS_U32)(c) & 0xFF) << 8 ) \
85 + ( ((EAS_U32)(d) & 0xFF)))
108 EAS_U32 muteFlags;
146 EAS_U32 jetEventQueue[JET_EVENT_QUEUE_SIZE];
147 EAS_U32 appEventQueue[APP_EVENT_QUEUE_SIZE];
149 EAS_U32 segmentTime;
177 extern void JET_Event (EAS_DATA_HANDLE easHandle, EAS_U32 segTrack, EAS_U8 channel, EAS_U8 controller, EAS_U8 value);
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
eas_miditypes.h 56 EAS_U32 jetData; /* JET data */
82 EAS_U32 ticks; /* time of next event in stream */
99 EAS_U32 handleCheck; /* signature check for checked build */
131 EAS_U32 handleCheck; /* signature check for checked build */
eas_wtengine.h 127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */
128 EAS_U32 loopStart; /* points to first sample at start of loop */
129 EAS_U32 phaseAccum; /* current sample, integer portion of phase */
130 EAS_U32 phaseFrac; /* fractional portion of phase */
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
eastestv37.c     [all...]

Completed in 67 milliseconds

1 2 3 4 5