Lines Matching refs:outFrameCount
75 size_t *outFrameCount) in resampler_resample_from_provider() argument
79 if (rsmp == NULL || out == NULL || outFrameCount == NULL) { in resampler_resample_from_provider()
83 *outFrameCount = 0; in resampler_resample_from_provider()
87 size_t framesRq = *outFrameCount; in resampler_resample_from_provider()
147 *outFrameCount = framesWr; in resampler_resample_from_provider()
156 size_t *outFrameCount) in resampler_resample_from_input() argument
161 out == NULL || outFrameCount == NULL) { in resampler_resample_from_input()
165 *outFrameCount = 0; in resampler_resample_from_input()
175 (spx_uint32_t *)outFrameCount); in resampler_resample_from_input()
181 (spx_uint32_t *)outFrameCount); in resampler_resample_from_input()
184 ALOGV("resampler_resample_from_input() DONE in %zu out %zu", *inFrameCount, *outFrameCount); in resampler_resample_from_input()