OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EAS_GetRepeat
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/arm-wt-22k/host_src/
eas.h
195
*
EAS_GetRepeat
()
215
EAS_PUBLIC EAS_RESULT
EAS_GetRepeat
(EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 *pRepeatCount);
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_public.c
[
all
...]
/external/sonivox/jet_tools/JetCreator/
eas.py
441
eas_logger.debug('Call
EAS_GetRepeat
')
444
result = eas_dll.
EAS_GetRepeat
(self.eas.handle, self.handle, byref(count))
446
raise EAS_Exception(result, '
EAS_GetRepeat
error %d on file %s' % (result, self.path), '
EAS_GetRepeat
')
447
eas_logger.debug('
EAS_GetRepeat
: count=%d' % count.value)
[
all
...]
Completed in 268 milliseconds