Home | History | Annotate | Download | only in resampler

Lines Matching defs:out_right

449         WebRtc_Word16* out_right =
465 res |= slave_right_->Push(right, lengthIn, out_right, maxLen / 2, actualOutLen_right);
471 free(out_right);
479 samplesOut[i * 2 + 1] = out_right[i];
486 free(out_right);