OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:artIndex
(Results
1 - 12
of
12
) sorted by null
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsReaderActivity.java
112
int
artIndex
= savedInstanceState.getInt("
artIndex
", 0);
113
mHeadlinesFragment.setSelection(
artIndex
);
114
onHeadlineSelected(
artIndex
);
209
i.putExtra("
artIndex
", index);
231
outState.putInt("
artIndex
", mArtIndex);
/external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.h
155
EAS_U16
artIndex
; /* index to articulation params */
eas_wtsynth.c
120
pVoiceMgr->wtVoices[i].
artIndex
= DEFAULT_ARTICULATION_INDEX;
177
pArticulation = &pSynth->pEAS->pArticulations[pWTVoice->
artIndex
];
258
if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->
artIndex
].eg1.sustainLevel)
340
pWTVoice->
artIndex
= pRegion->
artIndex
;
346
pArt = &pSynth->pEAS->pArticulations[pWTVoice->
artIndex
];
517
pArt = &pSynth->pEAS->pArticulations[pWTVoice->
artIndex
];
[
all
...]
eas_sndlib.h
232
EAS_U16
artIndex
;
/external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h
155
EAS_U16
artIndex
; /* index to articulation params */
eas_dlssynth.c
59
pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->
artIndex
];
87
pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->
artIndex
];
118
pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->
artIndex
];
319
pWTVoice->
artIndex
= pDLSRegion->wtRegion.
artIndex
;
320
pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->
artIndex
];
392
pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->
artIndex
];
eas_wtsynth.c
120
pVoiceMgr->wtVoices[i].
artIndex
= DEFAULT_ARTICULATION_INDEX;
177
pArticulation = &pSynth->pEAS->pArticulations[pWTVoice->
artIndex
];
258
if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->
artIndex
].eg1.sustainLevel)
340
pWTVoice->
artIndex
= pRegion->
artIndex
;
346
pArt = &pSynth->pEAS->pArticulations[pWTVoice->
artIndex
];
521
pArt = &pSynth->pEAS->pArticulations[pWTVoice->
artIndex
];
[
all
...]
eas_mdls.c
415
static EAS_RESULT Parse_lrgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16
artIndex
, EAS_U32 numRegions);
416
static EAS_RESULT Parse_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16
artIndex
);
422
static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16
artIndex
, EAS_U16 waveIndex, S_WSMP_DATA *pWsmp);
423
static void Convert_art (SDLS_SYNTHESIZER_DATA *pDLSData, const S_DLS_ART_VALUES *pDLSArt, EAS_U16
artIndex
);
[
all
...]
eas_sndlib.h
232
EAS_U16
artIndex
;
/external/sonivox/arm-fm-22k/lib_src/
eas_sndlib.h
232
EAS_U16
artIndex
;
/packages/apps/Music/src/com/android/music/
MusicUtils.java
483
long
artIndex
= c.getLong(2);
485
sArtCache.remove(
artIndex
);
[
all
...]
ArtistAlbumBrowserActivity.java
744
long
artIndex
= cursor.getLong(0);
745
Drawable d = MusicUtils.getCachedArtwork(context,
artIndex
, mDefaultAlbumIcon);
[
all
...]
Completed in 563 milliseconds