Searched refs:thisFrames (Results 1 – 2 of 2) sorted by relevance
61 size_t thisFrames = outputIncr[j++]; in resample() local65 if (thisFrames == 0 || thisFrames > outputFrames - i) { in resample()66 thisFrames = outputFrames - i; in resample()69 (int32_t*) output + channels*i, thisFrames, provider); in resample()71 ASSERT_EQ(thisFrames, framesResampled); in resample()72 i += thisFrames; in resample()
446 size_t thisFrames = Ovalues[j++]; in main() local450 if (thisFrames == 0 || thisFrames > output_frames - i) { in main()451 thisFrames = output_frames - i; in main()453 resampler->resample((int*) output_vaddr + output_channels*i, thisFrames, &provider); in main()454 i += thisFrames; in main()