Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_fmt_conv.c46 size_t tmp_buf_frames; member
331 conv->tmp_buf_frames = max_frames; in cras_fmt_conv_create()
670 assert(*in_frames <= conv->tmp_buf_frames); in cras_fmt_conv_convert_frames()
725 resample_limit = MIN(resample_limit, conv->tmp_buf_frames); in cras_fmt_conv_convert_frames()
772 unsigned resample_limit = MIN(conv->tmp_buf_frames, out_frames); in cras_fmt_conv_convert_frames()