OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_API_hz
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
decoder_set_fs.c
38
opus_int32
fs_API_Hz
/* I API Sampling frequency (Hz) */
51
if( psDec->fs_kHz != fs_kHz || psDec->
fs_API_hz
!=
fs_API_Hz
) {
53
ret += silk_resampler_init( &psDec->resampler_state, silk_SMULBB( fs_kHz, 1000 ),
fs_API_Hz
, 0 );
55
psDec->
fs_API_hz
=
fs_API_Hz
;
structs.h
265
opus_int32
fs_API_hz
; /* API sample frequency (Hz) */
Completed in 23 milliseconds