Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/pcm_proc/
Dxa-pcm.c66 u8 in_pcm_width, out_pcm_width; member
120 u32 length = n * k * (d->in_pcm_width == 16 ? 2 : 4); in xa_pcm_do_execute_copy()
123 TRACE(PROCESS, _b("Copy PCM%d %p to %p (%u samples)"), d->in_pcm_width, input, output, n); in xa_pcm_do_execute_copy()
149 u32 length = n * k * (d->in_pcm_width == 16 ? 2 : 4); in xa_pcm_do_execute_pcm16_chmap()
318 u8 in_width = d->in_pcm_width, out_width = d->out_pcm_width; in xa_pcm_do_runtime_init()
379 d->in_pcm_width = d->out_pcm_width = 16; in xa_pcm_init()
400 d->in_stride = d->in_channels * (d->in_pcm_width == 16 ? 2 : 4); in xa_pcm_init()
461 d->in_pcm_width = (u8)i_value; in xa_pcm_set_config_param()
515 *(WORD32 *)pv_value = d->in_pcm_width; in xa_pcm_get_config_param()