HomeSort by relevance Sort by last modified time
    Searched defs:pSynth (Results 1 - 22 of 22) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttldata.h 52 S_SYNTH *pSynth; /* synthesizer handle */
eas_imelodydata.h 51 S_SYNTH *pSynth; /* pointer to synth */
eas_otadata.h 59 S_SYNTH *pSynth; /* synth handle */
eas_miditypes.h 103 S_SYNTH *pSynth; /* pointer to synth */
133 S_SYNTH *pSynth; /* pointer to synth */
eas_public.c 163 S_SYNTH *pSynth;
171 if (EAS_GetStreamParameter(pEASData, pStream, PARSER_DATA_SYNTH_HANDLE, (EAS_I32*) &pSynth) != EAS_SUCCESS)
174 if (pSynth == NULL)
183 EAS_RESULT result = VMSetDLSLib(pSynth, (EAS_DLSLIB_HANDLE) value);
187 VMInitializeAllChannels(pEASData->pVoiceMgr, pSynth);
194 return VMSetEASLib(pSynth, (EAS_SNDLIB_HANDLE) value);
197 return VMSetPolyphony(pEASData->pVoiceMgr, pSynth, value);
200 return VMSetPriority(pEASData->pVoiceMgr, pSynth, value);
203 VMSetTranposition(pSynth, value);
207 VMSetVolume(pSynth, (EAS_U16) value)
    [all...]
eas_synth.h 343 S_SYNTH *pSynth[MAX_VIRTUAL_SYNTHESIZERS];
eas_voicemgt.c 125 EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16 regionIndex)
129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region;
133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region;
135 return &pSynth->pEAS->pWTRegions[regionIndex].region;
137 return &pSynth->pEAS->pWTRegions[regionIndex].region;
139 return &pSynth->pEAS->pFMRegions[regionIndex].region;
165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel)
168 return channel | (pSynth->vSynthNum << 4);
197 S_SYNTH *pSynth;
206 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->nextChannel)]
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttldata.h 52 S_SYNTH *pSynth; /* synthesizer handle */
eas_imelodydata.h 51 S_SYNTH *pSynth; /* pointer to synth */
eas_otadata.h 59 S_SYNTH *pSynth; /* synth handle */
eas_miditypes.h 103 S_SYNTH *pSynth; /* pointer to synth */
133 S_SYNTH *pSynth; /* pointer to synth */
eas_public.c 163 S_SYNTH *pSynth;
171 if (EAS_GetStreamParameter(pEASData, pStream, PARSER_DATA_SYNTH_HANDLE, (EAS_I32*) &pSynth) != EAS_SUCCESS)
174 if (pSynth == NULL)
183 EAS_RESULT result = VMSetDLSLib(pSynth, (EAS_DLSLIB_HANDLE) value);
187 VMInitializeAllChannels(pEASData->pVoiceMgr, pSynth);
194 return VMSetEASLib(pSynth, (EAS_SNDLIB_HANDLE) value);
197 return VMSetPolyphony(pEASData->pVoiceMgr, pSynth, value);
200 return VMSetPriority(pEASData->pVoiceMgr, pSynth, value);
203 VMSetTranposition(pSynth, value);
207 VMSetVolume(pSynth, (EAS_U16) value)
    [all...]
eas_synth.h 343 S_SYNTH *pSynth[MAX_VIRTUAL_SYNTHESIZERS];
eas_voicemgt.c 125 EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16 regionIndex)
129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region;
133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region;
135 return &pSynth->pEAS->pWTRegions[regionIndex].region;
137 return &pSynth->pEAS->pWTRegions[regionIndex].region;
139 return &pSynth->pEAS->pFMRegions[regionIndex].region;
165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel)
168 return channel | (pSynth->vSynthNum << 4);
197 S_SYNTH *pSynth;
206 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->nextChannel)]
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 52 S_SYNTH *pSynth; /* synthesizer handle */
eas_tcdata.h 47 S_SYNTH *pSynth; /* synthesizer handle */
eas_imelodydata.h 51 S_SYNTH *pSynth; /* pointer to synth */
eas_otadata.h 59 S_SYNTH *pSynth; /* synth handle */
eas_miditypes.h 103 S_SYNTH *pSynth; /* pointer to synth */
133 S_SYNTH *pSynth; /* pointer to synth */
eas_public.c 163 S_SYNTH *pSynth;
171 if (EAS_GetStreamParameter(pEASData, pStream, PARSER_DATA_SYNTH_HANDLE, (EAS_I32*) &pSynth) != EAS_SUCCESS)
174 if (pSynth == NULL)
183 EAS_RESULT result = VMSetDLSLib(pSynth, (EAS_DLSLIB_HANDLE) value);
187 VMInitializeAllChannels(pEASData->pVoiceMgr, pSynth);
194 return VMSetEASLib(pSynth, (EAS_SNDLIB_HANDLE) value);
197 return VMSetPolyphony(pEASData->pVoiceMgr, pSynth, value);
200 return VMSetPriority(pEASData->pVoiceMgr, pSynth, value);
203 VMSetTranposition(pSynth, value);
207 VMSetVolume(pSynth, (EAS_U16) value)
    [all...]
eas_synth.h 343 S_SYNTH *pSynth[MAX_VIRTUAL_SYNTHESIZERS];
eas_voicemgt.c 125 EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16 regionIndex)
129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region;
133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region;
135 return &pSynth->pEAS->pWTRegions[regionIndex].region;
137 return &pSynth->pEAS->pWTRegions[regionIndex].region;
139 return &pSynth->pEAS->pFMRegions[regionIndex].region;
165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel)
168 return channel | (pSynth->vSynthNum << 4);
197 S_SYNTH *pSynth;
206 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->nextChannel)]
    [all...]

Completed in 700 milliseconds