OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basefreq
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h
94
EAS_U32
basefreq
; /* frequency multiplier */
member in struct:s_pcm_state_tag
eas_pcm.c
374
pState->
basefreq
= (SRC_RATE_MULTIPLER * (EAS_U32) pParams->sampleRate) >> 15;
378
while (pState->
basefreq
> 32767)
380
pState->
basefreq
= pState->
basefreq
>> 1;
[
all
...]
Completed in 490 milliseconds