Home
last modified time | relevance | path

Searched refs:outFrameCount (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/
Dresampler.c76 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()
[all …]
/system/media/audio_utils/include/audio_utils/
Dresampler.h73 size_t *outFrameCount);
83 size_t *outFrameCount);