OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESAMPLER_MAX_BATCH_SIZE_MS
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/
resampler_private.h
40
#define
RESAMPLER_MAX_BATCH_SIZE_MS
10
42
#define RESAMPLER_MAX_BATCH_SIZE_IN (
RESAMPLER_MAX_BATCH_SIZE_MS
* RESAMPLER_MAX_FS_KHZ )
resampler.c
111
S->batchSize = S->Fs_in_kHz *
RESAMPLER_MAX_BATCH_SIZE_MS
;
Completed in 2211 milliseconds