OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nsam
(Results
1 - 6
of
6
) sorted by null
/external/srec/srec/cfront/
wav_acc.c
88
ws->
nsam
= 0;
98
void get_sig_check(wave_stats *ws, int *
nsam
, int *pclowclip, int *pchighclip,
114
/* *
nsam
= ws->
nsam
/ 100; */
115
*
nsam
= ws->
nsam
;
119
if (ws->
nsam
== 0)
130
if (ws->
nsam
> OVERFLOW_MASK) *overflow = 1;
132
*pclowclip = (int)(((float)ws->lowclip * 10000.0) / (float)ws->
nsam
);
133
*pchighclip = (int)(((float)ws->highclip * 10000.0) / (float)ws->
nsam
);
[
all
...]
ca_wave.c
201
int
nsam
;
local
215
get_sig_check(ws, &
nsam
, &pclowclip, &pchighclip, &dc_offset, &,
227
if (
nsam
< ws->min_samples) *too_few_samples = ESR_TRUE;
/external/srec/srec/include/
sample.h
154
int
nsam
;
member in struct:__anon35734
202
void get_sig_check(wave_stats *ws, int *
nsam
, int *pclowclip, int *pchighclip,
front.h
240
samdata *incom, samdata *outgo, int
nsam
);
frontapi.h
900
void CA_GetSigStats(CA_Wave *hWave, int *
nsam
, int *pclowclip, int *pchighclip,
[
all
...]
/external/chromium_org/chrome/browser/
chrome_browser_main_mac.mm
184
// instead of calling NSApplicationMain(). The primary reason is that
NSAM
()
Completed in 73 milliseconds