OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EAS_SetTransposition
(Results
1 - 4
of
4
) sorted by null
/external/sonivox/arm-wt-22k/host_src/
eas.h
239
*
EAS_SetTransposition
)
257
EAS_PUBLIC EAS_RESULT
EAS_SetTransposition
(EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 transposition);
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
jet.c
193
result =
EAS_SetTransposition
(easHandle, p->streamHandle, p->transpose);
[
all
...]
eas_public.c
[
all
...]
/external/sonivox/jet_tools/JetCreator/
eas.py
262
eas_logger.debug('Call
EAS_SetTransposition
: transposition=%d' % transposition)
264
result = eas_dll.
EAS_SetTransposition
(self.eas.handle, self.handle, transposition)
266
raise EAS_Exception(result, '
EAS_SetTransposition
error %d on file %s' % (result, self.path), '
EAS_SetTransposition
')
[
all
...]
Completed in 91 milliseconds