OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regionIndex
(Results
1 - 13
of
13
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_sndlib.h
294
EAS_U16
regionIndex
;
305
*
regionIndex
: Index of first region in program
311
EAS_U16
regionIndex
[NUM_PROGRAMS_IN_BANK];
eas_synth.h
201
EAS_U16
regionIndex
; /* index of first region in program */
277
EAS_U16
regionIndex
; /* index to wave and playback params */
eas_voicemgt.c
125
EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16
regionIndex
)
128
if (
regionIndex
& FLAG_RGN_IDX_DLS_SYNTH)
129
return &pSynth->pDLS->pDLSRegions[
regionIndex
& REGION_INDEX_MASK].wtRegion.region;
132
if (
regionIndex
& FLAG_RGN_IDX_FM_SYNTH)
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;
183
pVoice->
regionIndex
= DEFAULT_REGION_INDEX;
[
all
...]
/external/sonivox/arm-hybrid-22k/lib_src/
eas_sndlib.h
294
EAS_U16
regionIndex
;
305
*
regionIndex
: Index of first region in program
311
EAS_U16
regionIndex
[NUM_PROGRAMS_IN_BANK];
eas_synth.h
201
EAS_U16
regionIndex
; /* index of first region in program */
277
EAS_U16
regionIndex
; /* index to wave and playback params */
eas_voicemgt.c
125
EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16
regionIndex
)
128
if (
regionIndex
& FLAG_RGN_IDX_DLS_SYNTH)
129
return &pSynth->pDLS->pDLSRegions[
regionIndex
& REGION_INDEX_MASK].wtRegion.region;
132
if (
regionIndex
& FLAG_RGN_IDX_FM_SYNTH)
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;
183
pVoice->
regionIndex
= DEFAULT_REGION_INDEX;
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_sndlib.h
294
EAS_U16
regionIndex
;
305
*
regionIndex
: Index of first region in program
311
EAS_U16
regionIndex
[NUM_PROGRAMS_IN_BANK];
eas_synth.h
201
EAS_U16
regionIndex
; /* index of first region in program */
277
EAS_U16
regionIndex
; /* index to wave and playback params */
eas_voicemgt.c
125
EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16
regionIndex
)
128
if (
regionIndex
& FLAG_RGN_IDX_DLS_SYNTH)
129
return &pSynth->pDLS->pDLSRegions[
regionIndex
& REGION_INDEX_MASK].wtRegion.region;
132
if (
regionIndex
& FLAG_RGN_IDX_FM_SYNTH)
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;
183
pVoice->
regionIndex
= DEFAULT_REGION_INDEX;
[
all
...]
eas_mdls.c
422
static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16
regionIndex
, EAS_U16 artIndex, EAS_U16 waveIndex, S_WSMP_DATA *pWsmp);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java
533
int
regionIndex
= mRegionCombo.getSelectionIndex();
534
if (
regionIndex
== 0) {
537
mSelectedRegion = mRegionCombo.getItem(
regionIndex
).substring(0, 2);
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
Completed in 88 milliseconds