Home
last modified time | relevance | path

Searched refs:samplerate_index (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dsigmadsp.c603 int samplerate_index; in sigmadsp_get_samplerate_mask() local
609 samplerate_index = sigmadsp_rate_to_index(sigmadsp, samplerate); in sigmadsp_get_samplerate_mask()
610 if (samplerate_index < 0) in sigmadsp_get_samplerate_mask()
613 return BIT(samplerate_index); in sigmadsp_get_samplerate_mask()
/OK3568_Linux_fs/external/common_algorithm/misc/include/
H A Dmp3_enc_types.h63 int samplerate_index; member