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.c44 size_t tmp_buf_frames; member
506 conv->tmp_buf_frames = max_frames; in cras_fmt_conv_create()
818 assert(*in_frames <= conv->tmp_buf_frames); in cras_fmt_conv_convert_frames()
875 resample_limit = MIN(resample_limit, conv->tmp_buf_frames); in cras_fmt_conv_convert_frames()
932 unsigned resample_limit = MIN(conv->tmp_buf_frames, out_frames); in cras_fmt_conv_convert_frames()