Home
last modified time | relevance | path

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

/hardware/knowles/athletico/sound_trigger_hal/
Dadnc_strm.c187 int curr_pcm_frame_size; in parse_tunnel_buf() local
249 curr_pcm_frame_size = rft.format.frameSizeInBytes / 2; in parse_tunnel_buf()
252 curr_pcm_frame_size = rft.format.frameSizeInBytes; in parse_tunnel_buf()
267 if ((adnc_strm_dev->pcm_avail_size + curr_pcm_frame_size) < in parse_tunnel_buf()
274 adnc_strm_dev->pcm_avail_size += curr_pcm_frame_size; in parse_tunnel_buf()