Lines Matching refs:outFrameCount
71 // outputs a number of frames less or equal to *outFrameCount and updates *outFrameCount
75 size_t *outFrameCount)
79 if (rsmp == NULL || out == NULL || outFrameCount == NULL) {
83 *outFrameCount = 0;
87 size_t framesRq = *outFrameCount;
147 *outFrameCount = framesWr;
156 size_t *outFrameCount)
161 out == NULL || outFrameCount == NULL) {
165 *outFrameCount = 0;
175 outFrameCount);
181 outFrameCount);
184 LOGV("resampler_resample_from_input() DONE in %d out % d", *inFrameCount, *outFrameCount);