Home
last modified time | relevance | path

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

/device/htc/flounder/audio/visualizer/
Dnv_offload_visualizer.c759 int32_t capture_point = visu_ctxt->capture_idx - visu_ctxt->capture_size - delta_smp; in visualizer_command() local
761 if (capture_point < 0) { in visualizer_command()
762 int32_t size = -capture_point; in visualizer_command()
767 visu_ctxt->capture_buf + CAPTURE_BUF_SIZE + capture_point, in visualizer_command()
771 capture_point = 0; in visualizer_command()
774 visu_ctxt->capture_buf + capture_point, in visualizer_command()