Lines Matching refs:outFrameCount
76 size_t *outFrameCount) in resampler_resample_from_provider() argument
80 if (rsmp == NULL || out == NULL || outFrameCount == NULL) { in resampler_resample_from_provider()
84 *outFrameCount = 0; in resampler_resample_from_provider()
88 size_t framesRq = *outFrameCount; in resampler_resample_from_provider()
148 *outFrameCount = framesWr; in resampler_resample_from_provider()
157 size_t *outFrameCount) in resampler_resample_from_input() argument
162 out == NULL || outFrameCount == NULL) { in resampler_resample_from_input()
166 *outFrameCount = 0; in resampler_resample_from_input()
176 (spx_uint32_t *)outFrameCount); in resampler_resample_from_input()
182 (spx_uint32_t *)outFrameCount); in resampler_resample_from_input()
185 ALOGV("resampler_resample_from_input() DONE in %zu out %zu", *inFrameCount, *outFrameCount); in resampler_resample_from_input()