OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libVersion
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/arm-wt-22k/host_src/
eas.h
51
EAS_U32
libVersion
;
[
all
...]
eas_main.c
432
pLibConfig->
libVersion
>> 24,
433
(pLibConfig->
libVersion
>> 16) & 0x0f,
434
(pLibConfig->
libVersion
>> 8) & 0x0f,
435
pLibConfig->
libVersion
& 0x0f); */ }
453
if (LIB_VERSION != pLibConfig->
libVersion
)
/external/sonivox/jet_tools/JetCreator/
eas.py
537
_fields_ = [('
libVersion
', c_ulong),
611
eas_logger.debug("
libVersion
=%08x, maxVoices=%d, numChannels=%d, sampleRate = %d, mixBufferSize=%d" %
612
(self.config.
libVersion
, self.config.maxVoices, self.config.numChannels, self.config.sampleRate, self.config.mixBufferSize))
[
all
...]
Completed in 2272 milliseconds