Searched refs:frames_in (Results 1 – 2 of 2) sorted by relevance
119 er->frames_in = 0; in echo_reference_reset_l()275 er->buf_size = er->frames_in + inFrames; in echo_reference_write()287 er->frames_in += inFrames; in echo_reference_write()291 inFrames, er->frames_in, er->buf_size, in echo_reference_write()345 if (er->frames_in < buffer->frame_count) { in echo_reference_read()452 er->frames_in); in echo_reference_read()470 if (er->frames_in < buffer->frame_count) { in echo_reference_read()485 er->frames_in = buffer->frame_count; in echo_reference_read()492 er->frames_in -= buffer->frame_count; in echo_reference_read()495 er->frames_in * er->rd_frame_size); in echo_reference_read()[all …]
54 rsmp->frames_in = 0; in resampler_reset()99 if (rsmp->frames_in < rsmp->frames_needed) { in resampler_resample_from_provider()109 buf.frame_count = rsmp->frames_needed - rsmp->frames_in; in resampler_resample_from_provider()114 memcpy(rsmp->in_buf + rsmp->frames_in * rsmp->channel_count, in resampler_resample_from_provider()117 rsmp->frames_in += buf.frame_count; in resampler_resample_from_provider()122 inFrames = rsmp->frames_in; in resampler_resample_from_provider()138 rsmp->frames_in -= inFrames; in resampler_resample_from_provider()139 ALOGW_IF((framesWr != framesRq) && (rsmp->frames_in != 0), in resampler_resample_from_provider()141 rsmp->frames_in, (framesRq - framesWr)); in resampler_resample_from_provider()143 if (rsmp->frames_in) { in resampler_resample_from_provider()[all …]