Home
last modified time | relevance | path

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

/sof-3.4.0/src/audio/asrc/
Dasrc_farrow.c898 int max_num_free_frames; in asrc_process_push16() local
915 max_num_free_frames = src_obj->io_buffer_length; in asrc_process_push16()
919 max_num_free_frames = read_index - *write_index; in asrc_process_push16()
921 max_num_free_frames = src_obj->io_buffer_length + in asrc_process_push16()
931 if (*output_num_frames == max_num_free_frames) in asrc_process_push16()
1011 int max_num_free_frames; in asrc_process_push32() local
1026 max_num_free_frames = src_obj->io_buffer_length; in asrc_process_push32()
1029 max_num_free_frames = read_index - *write_index; in asrc_process_push32()
1031 max_num_free_frames = src_obj->io_buffer_length + in asrc_process_push32()
1039 if (*output_num_frames == max_num_free_frames) in asrc_process_push32()