Searched refs:max_num_free_frames (Results 1 – 1 of 1) sorted by relevance
898 int max_num_free_frames; in asrc_process_push16() local915 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() local1026 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()