Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_fmt_conv.c904 unsigned int out_limit = out_frames; in cras_fmt_conv_convert_frames() local
907 out_limit = linear_resampler_out_frames_to_in( in cras_fmt_conv_convert_frames()
908 conv->resampler, out_limit); in cras_fmt_conv_convert_frames()
920 fr_out = MIN(fr_out, out_limit); in cras_fmt_conv_convert_frames()